
*{
    margin: 0;
    padding: 0;
}
.containerrr{
    width: 100%;
    height: 85vh;
    font-family: sans-serif;
    /*background: rgb(187,187, 245);*/
   /* color: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;


}

.logincard{
    width: 400px;
    height: 560px;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.26);
    perspective: 1000px;
    border-radius: 30px;
    margin-top: 55px;
    /*background-color: rgba(0, 0, 0, 0.246);*/

    


}

.inner-boxx{
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition:  transform 1s;
}

.card-front, .card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    /*background-image: linear-gradient(rgba(0,0,100,0.8), rgba(0,0,100,0.8)), url(../images/home5000.jpg);*/
   /* background-image: linear-gradient(rgba(0, 41, 80, 0.8), rgba(0,41,100,0.8));*/
    padding: 20px;
    padding-top: 20px ;
    box-sizing: border-box;
    backface-visibility: hidden;

}
.card-back{
    transform: rotateY(180deg);

}
.logincard h2{
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.logincard h5{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    color: rgba(255, 0, 0, 0.455);
}
.input-boxx{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    text-align: center;
    color: #000;

}
.input-boxx2{
    width: 130px;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    background: rgba(0,41,100,0.8);
    color: #fff;
   justify-content: left ;
    

}


.input-boxx3{
    width: 60px;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    color: #fff;
    justify-content: left ;
   
    

}



.input-boxx4{
    width: 150px;
    border: 1px solid #fff;
    margin: 6px 0;
    height: 32px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    color: #fff;
    justify-content: left ;
   
    

}

::placeholder{
    color: #fff;
    font-size: 12px;

}
.logincard button{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    /*margin: 35px 0 10px;*/
    margin: 35px 0 10px;
    height: 32px;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing:  border-box; 
    outline: none;
    color: #fff;
    cursor: pointer;
}
.submit-btn10{
    position: relative;
}
.submit-btn10::after{
    content: '\27a4';
    color: #333;
    line-height: 32px;
    font-size: 17px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -1px;
    top: -1px;
}

.spannn{
    font-size: 13px;
    margin-left: 10px;

}
.logincard .btn10{
    margin-top: 30px;

}
.logincard a{
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 13px;

}

.loggroupe {

display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0;
margin: 0;

}

@media (max-width:991px){
    .logincard{
        display: flex;
        margin-top: 50px;
    }

}

@media (max-width:768px){
    .logincard{
        display: flex;
        margin-top: 50px;
    }

}
@media (max-width:450px){
    .logincard{
        display: flex;
        margin-top: 50px;
    }

}



