body{
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-style: normal;
}

section{
  background: #F3F4F8;;
}

h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #2F2C3A;
}

.login-form-card{
  background: #FFFFFF;
box-shadow: 0px 40px 100px -40px rgba(0, 0, 0, 0.1);
border-radius: 14px;
}

p{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: #74727C;

}

.login-form-Sign-in{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background: #5827E4;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 6px;
}

.login-form-forget-password a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #693DE7;
}

.login-form-Sign-up a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #74727C;
}

.login-form-Sign-up a span{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #5827E4;
  padding-left: 5px;
}



.login-form-google a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #5D5B66;
}

.form-label{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #5D5B66;
}

.login-form-google{
  font-family: 'Inter';
  background-color: #FFFFFF;
  color: black;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid #E1DFE8;
  border-radius: 6px;
  outline: none;
}

.login-form-google-1 button{
  border: 1px solid #E1DFE8;
  padding: 8px;
}
 
.login-form-google-1 button:visited{
  outline: none;
  border: 1px solid #E1DFE8;
}


.login-form-google button a{
  text-decoration: none;
}

.form-outline input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #E1DFE8;
  }

.form-outline label{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #2F2C3A;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.login-form-resend-email a{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #5827E4;
}

.login-form-left-line{
  border-bottom: 1px solid #E8ECF2;
  width: 155px;;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}

.login-form-password{
  border: 1px solid #E8ECF2;
  border-radius: 6px;
  align-items: center;
  text-align: center;
}

.login-form-password i{
  margin-right: 10px;
  align-items: center;
  text-align: center;
}

.login-form-password input{
  border: 0;
}

.login-form-password input:focus{
  border: 0;
}
