*{
    margin: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root{
    --white1: #ffffff;
    --white2: #f8f8f8;
    --white3: #e9e9e9;
    --black1: #222222;
    --black2: #2c2c2c;

}
body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #9e9d9d;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.sec1{
width: 100%;
height: 600px;
background-color: var(--white2);
border-radius: 20px;
display: flex;
overflow:hidden ;
}
@media (max-width: 767px) {
 .sec1{
    flex-direction: column;
    height: 900px;
 }
 body{
    padding: 0;
 }
}
.sec11{
height: 100%;
    width: 50%;
    background-color: var(--white3);
}
.sec12{
    height: 100%;
    width: 50%;
    background-color: var(--white2);
    display: flex;
    flex-direction: column;
    justify-content: center;

}
@media (max-width: 767px) {
 .sec11{
    width: 100%;
    height: 400px;
 }
 .sec12{
    width: 100%;
 }

}
.sec121{
    padding: 50px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
 .sec121{
    padding: 15px;
 }
}
.labal{
    margin-top: 20px;
    margin-bottom: 5px;
    opacity: 0.65;
}
input[type='text'] , input[type='email'] , input[type='password'] {
border: none;
background-color: var(--white1);
font-size: 18px;
padding: 15px;
width: 100%;
border-bottom: 1px solid rgb(193, 193, 193);
margin-bottom: 10px;

}
.cashc input[type='text']{
    padding: 10px;
    width: 80%;
}
.cashc{
    display: flex;
}
#ctot{
    width: 80%;
    margin-left: 40px;
}
::placeholder{
    opacity: 0.6;
}
h2{
    margin-bottom: 20px;
}
input[type='submit']{
    margin-top: 40px;
    border: none;
    font-size: 20px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: var(--black2);
    color: white;
    cursor: pointer;

}
.btn8{
    margin-top: 40px;
    border: none;
    font-size: 20px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: var(--black2);
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shiftbtn{
    position: absolute;
    right: 80px;
    top: 70px;
    cursor: pointer;
    color: green;
    font-size: 18px;
}
p{
    margin-top: 50px;
    color: var(--black2);
}
a{
    text-decoration: none;
    font-weight: 600;
    color: var(--black1);
}
a::after{
    height: 2px;
    width: 80px;
    background-color: #222222;
    content: '';


    display: block;

    transition: 0.5s;
    margin-top: 10px;
}
a:hover:after{

    width:150px;

}
label{
    margin-top: 10px;
    opacity: 0.65;
}
.show{
    opacity: 0.5;
    border: #2c2c2c;

}





.sec111{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp */



.error{
    position: fixed;
    z-index: 999999;
    top: 20px;
    background-color: #2c2c2c;
    color: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.4s;
left: calc(100vw/2 - 150px);
    
}
.error i{
    background-color: #434343;
    padding: 10px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.hidden{
    display: none;
}



/* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp *//* error msg imp */