/* login */
body, html {
    height: 100% !important;
    margin: 0;
    overflow: hidden;
}
.container-style {
    background-image: url("../img/login_container_back.png") ;
    height: 93%; 
    background-repeat: no-repeat;
    background-size: cover;
}
.login-input{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.login-submit-btn{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.login-card {
    background: rgb(255 255 255 / 13%);
}
.logo-style {
    width: 345px;
}
.error {
    display: flex;
    width: -webkit-fill-available;
    color: rgb(255, 255, 255);
}
.form-error{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: rgb(255, 255, 255);
}
.bg-success {
    background-color: #28a745!important;
    padding-top: 1%;
}
.ft-content {
    height: 8%;
}