@font-face {
    font-family: Poppins;
    src: url("https://fonts.googleapis.com/css?family=Poppins");
}

html,
body {
    height: 100%;
    /* background-color: white !important; */
    font-family: Poppins;
}

.global-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logoLogin {
    margin-bottom: 25px;
}

.form-login{
    width: 90%;
}

.card-login {
    margin-bottom: 10px;
}

.login-text{
    margin-top: 25px;
    font-size: 24px;
}

.login-button{
    margin-bottom: 25px;
}

@media only screen and(max-width:900px) {
    .card-login{
    width: 50%;
    height: 50%;
    padding: 20px;
    background-color: white;
    border-radius: 10px !important;
    }
} */


.card {
    outline: none;
}

.card-title {
    padding-top: 10px;
    font-weight: 500;
}

/* Halaman form kendaraan ---------------------------------------------------------------------------------------- */
.container-user {
    height: 100%;
}

.card-user {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-header-user {
    height: 13%;
}

.h3title {
    display: flex;
    align-self: center;
}

.ukuran_gambar{
    width: 100px;
    height: 100px;
}

img.ukuran_gambar{
    background-image: "https://images.unsplash.com/flagged/photo-1570612861542-284f4c12e75f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1170&q=80"";
}