/*.full-size {*/
/*    min-height: 550px;*/
/*}*/
.user_card {
    height: 490px;
    width: 450px;
    margin-top: 20px;
    background: ghostwhite;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;

    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    /*-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 5px;

}
.login-title {
    margin-top: -50px !important;
}
.login-end {
    margin-bottom: -50px !important;
}
.d-flex {
    padding-top: 4px;
}
.card {
    margin-bottom: 5px !important;
}
.card-profil {
    width: 550px;
}
.form_container {
    margin-top: 20px;
}
.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.invalid-feedback {
    font-size: 1rem !important;
    color: white !important;
    background-color: #dc3545;
}
.my-alert {
    background-color: #dc3545 !important;
}
.badge{
    display: none;
}
.login_form {
    width: 80%;
    /*height: 80vh;*/
}

/*.login_container {*/
/*    padding: 0 2rem;*/
/*}*/
.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}

@media (max-width: 576px){

    p, .form-check-label{
        font-size: 0.9rem;
        line-height: 14px;
    }
    .input_user{
        height: 35px;
    }
    .pt-5 {
        padding-top: 2rem !important;
    }
}
@media screen and (min-width: 320px) and (max-device-width: 1600px),
screen and (max-height: 700px) {
    .full-size {
        min-height: 560px;
    }
}

