@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
head {
    background-color: #2c3e50;

}

/* @font-face {
    font-family: Sansation;
    src: url(../sansation_bold/Sansation_Bold/Sansation_Bold.woff);
} */

.logo {
    width: 100px;
    height: 50px;
}

/* body {
    height: 100%;
} */

h2 {
    font-family: 'Poppins', sans-serif;
    color: gray;
}

.navbar {
    overflow: hidden;
    background-color: #2c3e50;
    float: right;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    height: 60px;
    left: 0px;
    margin-left: 0;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    color: #DDD;
    font-family: 'Poppins', sans-serif;
}

.dropdown {
    text-align: right;
    overflow: hidden;
}

.row {
    display: flex;
    padding: 5px;
}

td {
    font-family: 'Poppins', sans-serif;
    color: gray;
}

button {
    font-family: 'Poppins', sans-serif;
    color: gray;
}

/* masuk body */
.bg-utama {
    background-image: url(http://ptkmp.co.id/gambar/alat_berat1.jpeg);
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

body {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    left: 0px;
    margin-left: 0;
}

.username {
    margin-top: 65;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.username h1{
    font-family: 'Poppins', sans-serif;
    color: #DDD;
}

table {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(248, 248, 255, 0.85);
}

/* * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;} */