/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2b2b2b;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #f28a03;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2b2b2b;
  }

  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .main_auth, .reset_auth {
    background-color: #101010;
    min-height: 100vh;
    padding-bottom: 60px;
}
  .login_register span {
    color: #505050;
}
.login_register {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.main_auth_inner, .reset_auth_inner
{
    padding: 0 15px;
    max-width: 550px;
    margin: 0 auto;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  .icon {
    padding: 10px 10px 10px 10px;
    background: transparent;
    color: #f28a03;
    min-width: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 54px;
}
  
  .input-field[type="text"],
  .input-field[type="password"],
  .input-field[type="email"] {
    width: 100%;
    padding: 15px 43px 15px 43px;
    outline: none;
    background-color: transparent;
    border: 1px solid #909090;
    color: #ffffff;

  }
  
  .input-field[type="text"]:focus,
  .input-field[type="password"]:focus,
  .input-field[type="email"]:focus {
    border: 1px solid #909090;
    color: #ffffff;
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: dodgerblue;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  .icn_sec
  {
    left: auto;
    right: 0;
    color: #6db1bf;
  }
  .btn:hover {
    opacity: 1;
  }
  .forget_password
  {
    text-align: right;
  }
  .forget_password a
  {
   color: #f28a03;
   text-decoration: none;
  }
  
  .return_to_home {
    text-align: center;
    margin-top: 15px;
  }

  a.fp_return_home {
    color: #f28a03;
    text-decoration: none
  }

  a.fp_return_home:hover{
    text-decoration: underline;    
  }


  input[type=submit].btn
  {
    background-color: #f28a03;
    color: #ffffff;
    border: none;
    margin-top: 15px;
  }
  .rowc {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.rowc .col-md-6c {
    flex-basis: calc(50% - 7.5px);
}
.social_login {
    margin-top: 40px;
}
.social_login ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.social_login ul li  {
    margin: 0 !important;
}
.social_login ul li a {
    text-decoration: none;
    background: #2b2b2b;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_login ul li a:hover {
  text-decoration: none;
  color: #2b2b2b;
  background: #f28a03;
  
}
.social_login ul li a:hover i{
  color: #2b2b2b;
  
}
.social_login ul li a i {
    color: #f28a03;
}
.log_reg_with {
    text-align: center;
    color: #909090;
    margin-top: 40px;
}
label.tc {
  color: #909090;
  font-size: 18px;
  margin-left: 10px;
}
label.tc a{
  color: #f28a03;
}
.home_logo img {
    max-height: 70px;
}
.home_logo {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 100px;
}
.fp_custom_login .input-container,.fp_custom_registration .input-container
{
  flex-wrap: wrap;

}
.forgot_error, .registration_error, .laravel_error, .user_creation_error, .login_error
{
  flex-basis: 100%;
  width: 100%;
  display: block;
}

/* loader */
.main_auth_inner {
  position: relative;
}
.loader-container {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  height: 100vh;
  right: 0;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #f28a03;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media(max-width:767px)
{
    .rowc .input-container
    {
        width: 100%;
    }
    .rowc {
        display: block;
    }
}