
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.center-mask{
    display: flex;
    justify-content: space-around;
    /* height: 87vh; */
}



.center-mask2{
    display: grid;
    align-content: center;
}


.container {
    width: 450px;
}

.login-box {
    background: #ffffff96;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 13px #dcdcdc;
    text-align: center;
    margin-top: 8px;
}

.login-box h1 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.textbox {
    position: relative;
    margin-bottom: 25px;
}

.textbox i {
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    left: 10px;
    color: #4f4f4f;
}

.textbox input {
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    border: none;
    background: content-box;
    border-bottom: 2px solid #D1D1D4;
    outline: none;
    font-size: 16px;
    transition: 0.3s;
}

.textbox label{    
    display: flex;
    justify-content: space-between;
    color: #3a3a3a;
    font-weight: 600;
    font-size: 14px;
    margin: 0px 0px 0px 4px;}
.textbox input:focus {
    border-bottom-color: #6A679E;
}

.btnlog {
    display: flex;
    width: 100%;
    padding: 10px;
    background: #3838e0cf;
    border: none;
    font-size: 15px;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
    justify-content: center;
}

.btnlog:hover {
    background: linear-gradient(120deg, #3838e0cf, #C7C5F4);
}

.social-login {
    margin-top: 20px;
}

.social-login h3 {
    margin-bottom: 20px;
    color: #555;
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-login__icon {
    margin: 0 10px;
    color: #777;
    font-size: 24px;
    transition: 0.3s;
}

.social-login__icon:hover {
    color: #333;
}

.forgot-password {
    display: block;
    margin-top: 25px;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.forgot-password:hover {
    color: #333;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 10px;
    }
    .center-mask2{
        width: -webkit-fill-available;
    }
}
.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.marquee span {
    display: inline-block;
    padding-left: 10%;
    animation: marquee 80s linear infinite;
    margin-top: 4px;
    font-weight: 500;
    font-size: 12px;

}

@keyframes marquee {
    from { transform: translateX(0%); }
    to { transform: translateX(-100%); }
}
.spnamet{
    color: red;
    font-weight: 400;
}
.dhcsdh{
    display: flex;
    justify-content: space-between;
    
}
.dhksb{
    background: white;
    border: solid thin gray;
    border-radius: 4px;
    display: flex;
}
.slcted_color{
color: rgb(255, 255, 255);
background: #3838e0cf;
}
.Q123{
    padding: 1px 5px;
    font-size: 15px;
    font-weight: 500;
    display: grid;
    cursor: pointer;

}
.Q124{
    font-size: 13px;
    font-weight: 600;
    color: #3a3a3a;
}
.utp{
    float: left;
    margin-bottom: -30px;
    margin-top: 8px;
    margin-left: 6px;

}
.p-l-0{
   padding-left: 5px !important;
}
#passmatch{
 display: none;
 font-size: 12px;
 color: red;

}
#moverfy{
    display: none;
    font-size: 12px;
    color: red;  
}
#verfymail{
    display: none;
    font-size: 12px;
    color: red;
}