.landing-1{
    background-image: url("/img/login_back.png");
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    width: auto;
    align-items: center;
}

.landing-1 .form-place{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.form-place .card{
    padding: 50px;
    align-items: center;
    
}

.landing-1 .form-input{
    width: 500px;
}

.landing-1 .form-login{
    width: 100%;
}

.landing-1 .tittle-login{
    font-size: 40pt;
    width: 100%;
    text-align: center;
}

.landing-1 .tittle-login p{
    margin-bottom: 50px;
}

.form-login .form-control{
    border-radius: 20cm;
}

.form-login .form-select{
    border-radius: 20cm;
}

.form-login .button-login .btn{
    width: 100%;
    border-radius: 20cm;
}

.form-input .login-gagal{
    font-style: italic;
    color: red;
}

@media only screen and (max-width: 800px) {
    .landing-1{
        background-size: 200%;
    }

    .landing-1 .form-input {
        width: 70%;
    }

    .landing-1 .tittle-login{
        font-size: 30pt;
        width: 100%;
        text-align: center;
    }
    .landing-1 .tittle-login p{
        padding: 0 30px 30px 30px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-height: 700px) {
    .landing-1{
        background-size: 220%;
    }

    .landing-1 .form-input {
        width: 70%;
        padding-bottom: 50px;
    }

    .landing-1 .tittle-login{
        font-size: 30pt;
        width: 100%;
        padding-top: 200px;
        text-align: center;
    }
    .landing-1 .tittle-login p{
        padding: 0 30px 30px 30px;
        margin-bottom: 0px;
    }
}