@import url(https://fonts.googleapis.com/css?family=Dosis&display=swap);
* {
  font-family: "Lato", sans-serif;
}

html, body {
  height: 100% !important;
  width: 100% !important;
  overflow-x: hidden;
}

p {
  /* font-family: 'Dosis', sans-serif;; */
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #000;
}

/*universal classes*/
.text-pink {
  color: #8e5572;
}

.login-height {
  min-height: 85vh;
}

button:focus,
button:active,
.form-control:focus,
.form-control:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.bg-login {
  background-color: #2B313D;
}

.login-img {
  width: 80%;
  position: absolute;
  top: 3em;
}

.btn-social {
  height: 45px;
  width: 45px;
}

.iti__country-name {
  color: #000;
}

.iti {
  width: 100%;
}

#phone {
  padding: 1.5rem 6px 1.5rem 50px;
  /* width: 27rem; */
}

.iti__country-list {
  width: 27rem;
}

.not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}

.text-pink-small {
  color: #d62e6ad4;
}

.ml-6 {
  margin-left: 5rem !important;
}

.auth-main {
  position: relative;
}

.auth-main .form-control,
.auth-main .btn-primary {
  border-radius: 5px !important;
}

.auth-main .form-control,
.auth-main .form-control:focus {
  color: #000 !important;
  background-color: #fff !important;
  padding-right: 40px;
}

/*.auth-main .login_hr_or {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  }*/
.auth-main .login_hr_or {
  background-color: #d8c7c396;
  height: 0.1px;
  /*margin-top: 0px !important;*/
  margin-bottom: 0px !important;
}

.auth-main .login_span_or {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.6em;
  margin-left: -7em;
  background-color: #2b313d;
  width: 13em;
  text-align: center;
}

.auth-main .text-orange {
  color: #E25C35;
}

.auth-main .password_strength {
  height: 3px;
  background: #efefef;
  width: 6em;
}

.auth-main .strength {
  position: absolute !important;
  bottom: -8px;
}

.auth_add_on {
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 1000;
}

.invalid-feedback {
  display: block;
}

/*input[type=checkbox]:checked + label {color: red};*/
/*
.login-section .first-col-text{
    position: absolute;
    bottom: 3.5em;
    width: 18em;
    text-align: center;
}

.login-section .second-col{
    background: #cecece;
    padding: 4em 7em;
}

.login-section .second-col .login-logo{
 width: 15em;
 margin: 0 auto;
}

.login-section .second-col label:not(:last-child){
 color: #000;
 font-weight: 800;
}
.login-section .second-col button:not(:first-child){
 width: 10em;
 background: #759db7;
 border:none;
}

.login-section .second-col input:focus{
    border-radius: none !important;
}

.login-section .second-col .form-control{
  border-radius: 2.25rem !important;
}

.login-section .second-col  .form-group{
 margin-bottom: 0.5rem;
}

.social-content img{
    height: auto;
    width: 40px;
    border-radius: 5px;
}
.social-content a:hover{
    text-decoration: none
}

.btn-primary {
  background: #759eb8;
  border-color: #759eb8;
  border-radius: 15px;
}

.btn-primary:hover {
  background: #5586a5;
  border-color: #5586a5;
}

.btn-primary:focus {
  background: #5586a5;
  border-color: #5586a5;
}

.text-or, .register-text-or{
   position: absolute;
   right: 50%;
   top: 43%;
   background: #cecece;
   padding: 0 5px;
}

@media screen and (max-width: 769px){

    .login-section .first-col{
        height: 100vh;
        } .login-section .first-col{
     }

     .login-section .second-col{
        height: 100%;
    }
    .login-section .second-col{
     padding: 3em;    
 }

 .login-section .main-row{
    flex-flow: column-reverse;
}

.text-or {
    position: absolute;
    right: 50%;
    top: 45%;
    background: #cecece;
    padding: 0 5px;
}

.register-text-or {
    position: absolute;
    right: 50%;
    top: 30.5%;
    background: #cecece;
    padding: 0 5px;
}


}*/
.btn-social {
  height: 45px;
  width: 45px;
}

.custom-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
