html{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
body {
    width: 100%;
    background: url("/static/image/1.svg") ;
    /* background-position:-3vw; */
    /* max-height: 80% !important; */
} 



/* #card-login{
    width: 30vw;

} */

.card.p-2.login-border{
    border-top: .4rem solid #0dcaf0;
    border-bottom: .4rem solid #0dcaf0;
    border-radius: 2vw;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    }
#btn-enter{
    border-radius: 1vw;
    font-size: 18px;
    background-color:#b9898d !important; 
}
#btn-enter:hover{
    border-radius: 1vw;
    color: beige;
    font-size: 18px;
    background-color:#8b585c !important; 
}
.forgotLink{
    margin-inline-start: 2vw;
}
.lang{
    font-size: 1.3rem;
    font-weight: 450;
    margin-inline-start: 8vw;
}
.new{
    font-size: 1.2vw;
    margin-left: 8vw;
}
.forgotLink{
    font-size: 1.2vw;
    margin-left:6vw;
}

/* bootstrap theme
.form-control:focus {
    border-color: green;
    box-shadow: none;
} */

.form-check-input:checked {
    background-color: #0dcaf0;
    border: green !important;
    box-shadow: 0 0 8px rgba(1, 152, 117, 0.4) !important;
}

.form-switch .form-check-input:focus {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e") ;
}

/* sweet alert */

.swal-modal{
    background-color: rgb(0, 0, 0,.651);
    color: #fff;
}
.swal-title{
    color: #fff;
    font-size: 20px;
}
.swal-text{
    color: #fff;
    font-size: 15px;
}

/* alert Button */
.swal-button{
    padding: 7px 19px;
    border-radius: 5px;
    background-color: #198754;
    font-size: 12px;
    border: 1px solid #198754;
}
.swal-button:focus{
    box-shadow: none;
}

.swal-button:not(disabled):hover{
    background:transparent ;
    color: #fff;
    border: 1px solid #198754;
}
/* alert icon */
.swal-icon--success__hide-corners{
    background: none !important;
}
.swal-icon--success:before,
.swal-icon--success:after{
    background: none !important;  
}

.navbar.navbar-expand-lg.navbar-dark.bg-info{
    text-align: center !important;
    font-weight: bold;
    font-size: x-large;
    margin-left: -3vw;
    margin-right: -3vw;
}

form{
    padding-inline: 3% !important;
}

#id_username{
    width: 100%;
    border-radius: 4px !important;
    margin-inline-start: 4px !important;
}

#id_password{
    width: 100%;
    border-radius: 4px !important;
    margin-inline-start: 4px !important;
}


#id_email{
    width: 20vw!important;
    border-radius: 4px !important;
    margin-inline-start: 5px !important;
    padding-inline: 5px !important;
}

.english{
    margin-inline-end: 20px;
}

#toggleButton{
    margin-inline-end: 23px;
}