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



#card-signup_new{
    margin-top: -5% !important;
}


.text-pluse{
    margin-top: 40px;
    margin-bottom: 10px !important;
    color: rgb(10, 63, 63);
}

.side-label{
    background-color: #d1e7dd !important;
}


.card.p-3.signup-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);
    padding-inline: 3% !important;
    padding-top: 3% !important;
    }

#btn-enter{
    border-radius: 1vw;
    font-size: 18px;
    background-color:#b9898d !important; 
    margin-top: 5px !important;
}


.email{
    padding-inline: 43px;
}



.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;  
}


.passwords{
    display: flex;
    gap: 10px;
}


.input-group{
    margin-bottom: 3px !important;

}

.agree{
    font-weight:600;
}

small{
    color: red;
}

.form-label{
    font-weight: 450;
    color: blue;
}