@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


*{
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Poppins', sans-serif;    
}
.login {
    height: 650px;
    width: 900px;
   margin: 120px auto;
    background-color: #ce3767;
    border-radius: 20px;
    box-shadow:  rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}
.log2 {
    height: 650px;
    width: 900px;
    display: flex;
}
.left {
    width: 450px;
    height: 650px;
    background-color: white;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
 } 
.right {
    width: 450px;
    height: 650px;
}
.pic{
    margin-top: 30px;
}
.left h2{
    margin-top: 40px;
}

.log {
    height: 150px;
    width: 150px;
}
h3 {
    height: 50px;
    width: 160px;
    color: white;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
   
}
#showPassword{
    margin-left: 35px;
    margin-top: 20px;
    
}
.vio {
    margin-left: 130px;
    height: 40px;
    margin-top: 40px;
}
form {
    height: 500px;
    width: 350px;
    margin-left: 30px;
    /* margin-top: px; */
}
#user,#pass {
    height: 50px;
    width: 320px;
    border-radius: 10px;
    margin-left: 30px;
    text-align: center;
    border: none;
}
.Show_Password_Text{
    color:white;
}
label p {
    margin-left: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.loginn{
    height: 300px;
    width: 300px;
}

.foot {
    margin-top: 26px;
    display: flex;
    justify-content: space-evenly;
}
button {
    margin-top: 20px;
    margin-left: 110px;
    height: 40px;
    width: 150px;
}
.sing,.do {
    text-align: center;
    margin-top: 10px;
}
.logos {
    text-align: center;
    margin-top: 15px;
}
#insta {
    margin-left: 10px;
    font-size: 27px;
    margin-top: 7px;
}

p {
    color: white;
}
a {
    margin-left: 5px;
}
.checkbox-remember{
    margin-left: 20px;
    color:white;
    
}
.keep {
    color: black;
    margin-top: 30px;
}
input:focus
{
    border: 1px solid #d4295f;
    box-shadow: 0px 1px 0px 2px #d0204f;
    outline-offset: 0px;
    outline: none;
}
.options_of_user{
    display: flex;
    justify-content: space-around;
    height: 50px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#button_user {
    width: 120px;
    height: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
  margin-top: 20px;
    color:#ce3767;
    background-color: #fff;
    border: none;
    border-radius: 45px;
   padding: 15px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
font-weight: bolder;

    outline: none;
    }
  
  #button_user:hover {
  background-color: #ce3767;
    color:white;
    transform: translateY(-7px);
    box-shadow: 0px 1px 0px 2px white;

  }
  .sign_up{
    color:black;

}