*, html {
    padding: 0;
    margin: 0;
}


.li-navbar-kanan {

    color: gainsboro;
}

.li-navbar-kanan-register {
    padding-left: 50px;
}

.loginsection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    background: url('/video/landingpage/video3.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login {
    width: 30%;
    color: gainsboro;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;


    padding: 10px;
    min-height: 23vh;
    height: auto;
    border-radius: 20px;
    background: rgba(94, 94, 94, 0.242);
    backdrop-filter: blur(10px);
    box-shadow: 3px 4px 4px 3px rgb(8, 8, 57);
}

.login-title {
    border-bottom: 1px solid rgb(121, 158, 228);
    padding: 10px 0px;
}

.loginform {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.notification-failed {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    margin-top: 15px;
    background: rgba(94, 94, 94, 0.242);
    border-radius: 10px;
    gap: 10px;
    transition: 2s ease-in-out all;
    animation: text_dangeranim 2s 5s alternate both;
}

a {
    color: gainsboro;
    text-decoration: none;
    font-size: 20px;
}

.form-login {
    width: 80%;
    transition: 2s ease-in-out all;
    display: flex;
    flex-direction: column;

}

.container-google {
    width: min-content;
    background: rgb(220, 220, 220);
    display: flex;
    justify-content: start;
    padding: 5px;
    cursor: pointer;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
}

.text-danger {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    color: tomato;
    transition: 2s ease-in-out all;
    animation: text_dangeranim 2s 5s alternate both;
}

@keyframes text_dangeranim {
    0% {
        opacity: 1;

    }

    100% {
        opacity: 0;
        display: none;
    }
}

.form-login input {
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
    background: whitesmoke;
}

.form-login p {
    padding: 5px 10px;
}

.form-login .submit-form {
    /* width: 80%; */
    /* background-color: aliceblue; */
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    margin: 10px;
}

label {
    padding: 5px;
    margin: 0px 5px;
}

.form-login .submit-form button {
    /* width: 80%; */
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.register_redirect {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
    border-top: 1px solid white;
}

.register_redirect a {
    font-weight: bold;
}

.register_redirect h3 {
    font-weight: normal;
}


/* 600 widt */
@media screen and (min-width: 300px) and (max-width: 430px) {



    /* .li-navbar-kanan {
        color: gainsboro;

    } */

    .li-navbar-kanan-register {
        padding-left: 0px;


    }

    .li-navbar-kanan-register a {
        font-size: 14px;


    }

    .li-navbar-kanan-register svg {

        width: 40px;
    }




    .nama-pt {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .logo-pt img {

        width: 60px;
        height: 100%;

    }

    .nama-pt a h1 {
        font-size: 16px;
    }

    .loginsection {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        height: 100vh;
        overflow: hidden;
        background: url('/video/landingpage/video3.gif');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }

    .login {
        width: 90%;
        color: gainsboro;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;


        padding: 10px;
        min-height: 23vh;
        height: auto;
        border-radius: 20px;
        background: rgba(94, 94, 94, 0.242);
        backdrop-filter: blur(10px);
        box-shadow: 3px 4px 4px 3px rgb(8, 8, 57);

    }

    /* BELUM DI MODIF */

    .login-title {
        border-bottom: 1px solid rgb(121, 158, 228);
        padding: 10px 0px;
    }

    .loginform {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .notification-failed {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 10px;
        margin-top: 15px;
        background: rgba(94, 94, 94, 0.242);
        border-radius: 10px;
        gap: 10px;
        transition: 2s ease-in-out all;
        animation: text_dangeranim 2s 5s alternate both;
    }

    a {
        color: gainsboro;
        text-decoration: none;
        font-size: 20px;
    }

    .form-login {
        width: 80%;
        transition: 2s ease-in-out all;
        display: flex;
        flex-direction: column;

    }

    .container-google {
        width: min-content;
        background: rgb(220, 220, 220);
        display: flex;
        justify-content: start;
        padding: 5px;
        cursor: pointer;
        align-items: center;
        gap: 5px;
        border-radius: 10px;
    }

    .text-danger {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        color: tomato;
        transition: 2s ease-in-out all;
        animation: text_dangeranim 2s 5s alternate both;
    }

    @keyframes text_dangeranim {
        0% {
            opacity: 1;

        }

        100% {
            opacity: 0;
            display: none;
        }
    }

    .form-login input {
        padding: 5px;
        margin: 10px;
        border-radius: 5px;
        background: whitesmoke;
    }

    .form-login p {
        padding: 5px 10px;
    }

    .form-login .submit-form {
        /* width: 80%; */
        /* background-color: aliceblue; */
        display: flex;
        justify-content: space-between;
        padding: 5px;
        align-items: center;
        margin: 10px;
    }

    label {
        padding: 5px;
        margin: 0px 5px;
    }

    .form-login .submit-form button {
        /* width: 80%; */
        padding: 10px 15px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
    }

    .register_redirect {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 5px;
        padding-top: 10px;
        border-top: 1px solid white;
    }

    .register_redirect a {
        font-weight: bold;
    }

    .register_redirect h3 {
        font-weight: normal;
    }

    /* BELUM DIMODIF */

}