.login_form {
  padding: 0;
}
.login_form .title,
.sign_up_form .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
   text-align:left;
  color:#000033;
  text-transform:capitalize
  
}
.login_form .input-group-text,
.sign_up_form .input-group-text{
  background-color: transparent;
  border: none;
  color: #006c70;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 6px;
}
.login_form .form-group .custom-control-label,
.sign_up_form .form-group .custom-control-label{
  font-size: 14px;
  padding-top: 2px;
}
.login_form p,
.sign_up_form p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
.login_form p a,
.sign_up_form p a{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.login_form .btn-fpswd,
.sign_up_form .btn-fpswd{
  color: #1947E2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}
.sign_up_form .divide,
.login_form .divide{
  position: relative;
}
.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider{
  background-color: #f9fafc;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}
.sign_up_form.inner_page,
.login_form.inner_page {
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}
.sign_up_form.inner_page .title,
.login_form.inner_page .title{
  font-weight: 600;
  margin-bottom: 35px;
}
.sign_up_form.inner_page.style2,
.login_form.inner_page.style2 {
  padding: 30px 0;
}
.login_form.inner_page .heading h4{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login_form .heading,
.sign_up_form .heading {
  margin-bottom: 25px;
}
.login_form .form-control:focus,
.sign_up_form .form-control:focus,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder{
  box-shadow: none;
  color: #1A3760;
  outline: none;
}
.login_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder{
  color: #1A3760;
}
.login_form.inner_page .heading p {
  margin-bottom: 0;
}
.login_form.inner_page .form-control{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  padding-left: 15px;
  font-size: 14px;
}
.login_form .form-control{
  margin-bottom: 10px;
}
.login_form .form-label,
.sign_up_form .form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.login_form .form-control,
.sign_up_form .form-control,
.sign_up_form button.btn.dropdown-toggle{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login_form .custom-control.custom-checkbox [type="checkbox"], [type="radio"]{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  outline: none;
  width: 18px;
}
.login_form .custom-control.custom-checkbox label.custom-control-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  padding-left: 5px;
  text-align: left;
}
.login_form .form-check-input {
  height: 17px;
  width: 17px;
}
.login_form .form-check-label{
  color: #1A3760;
  font-size: 14px;
  padding-left: 0;
}
.login_form .btn-log {
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  width: 187px;
}
.sign_up_form {
  padding: 0;
}
.sign_up_form .form-check-input {
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
.login_with{
  border-left: 1px solid #EAEAEA;
  margin-top: 100px;
  padding-left: 100px;
  position: relative;
}
.login_with.signup_page{
  margin-top: 150px;
}
.login_with .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 50px;
  text-align:left;
  color:#000033;
  text-transform:capitalize
}
.login_with .social_btn .btn_fb{
  border: 1px solid #1967D2;
  color: #1967D2;
  margin-bottom: 20px;
}
.login_with .social_btn .btn_fb:hover,
.login_with .social_btn .btn_fb:active,
.login_with .social_btn .btn_fb:focus{
  background-color: #1967D2;
  color: #fff;
}
.login_with .social_btn .btn_google{
  border: 1px solid #D93025;
  color: #D93025;
}
.login_with .social_btn .btn_google:hover,
.login_with .social_btn .btn_google:active,
.login_with .social_btn .btn_google:focus{
  background-color: #D93025;
  color: #fff;
}
.login_with .social_btn .btn_fb,
.login_with .social_btn .btn_google{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  width: 260px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.login_with .social_btn .btn_fb span,
.login_with .social_btn .btn_google span{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-right: 10px;
  vertical-align: middle;
}
/* Create a custom checkbox */
.sign_up_form .checkmark {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-check-label{
  color: #1A3760;
  font-size: 14px;
  padding-left: 7px;
}
.sign_up_form button {
  margin-bottom: 30px;
}
.sign_up_form .btn-log {
  border-radius: 3px;
  background-color: #1947E2;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 16px;
  height: 50px;
}
.sign_up_form .btn-signup{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  width: 187px;
}