/*------------------------------------------------------------------
Template Name: We Log
Theme URI:
Author: Tanvex
Author URI:
Description: WeLog template style
Version: 1.0.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]

    1. Global style
    2. Loader
    3. Login page
    4. Media Queries

-------------------------------------------------------------------*/


/** GLOBAL CLASSES **/

:root {
  /* Theme Colors */
  --primary-color: #513eeb;
  --primary-dark: #4c3ad4;
  --text-dark: #1b1b1b;
  --text-muted: #535353;
  --white: #fff;
  --border-color: #ddd;
  --shadow-light: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  --facebook: #4867aa;
  --twitter: #33ccff;
  --google: #db4437;
  --loader-color: #405b84;
  --lightBG: #f5f5f5;
}
body {
  font-family: "Encode Sans Semi Expanded", sans-serif;
  color: var(--text-muted);
}

img {
  max-width: 100%;
}

.form-control:focus {
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Encode Sans Semi Expanded", sans-serif;
}


/*---------- Global Style closed ----------------*/


/*---------- Loader ----------------*/

.loaderWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(255,255,255,.8);
  backdrop-filter: blur(5px);
}

.loader {
  width: 90px;
  aspect-ratio: 1;
  display: grid;
  color: var(--primary-color);
  background: conic-gradient(
      from 90deg at 3px 3px,
      #0000 90deg,
      currentColor 0
    ) -3px -3px /
    calc(50% + 1.5px) calc(50% + 1.5px);
  animation: l28 2s infinite;
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  background: repeating-conic-gradient(#0000 0 35deg, currentColor 0 90deg);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 3px), #000 0);
  border-radius: 50%;
}
.loader::after {
  margin: 20%;
}
@keyframes l28 {
  100% {
    transform: rotate(1turn);
  }
}


/*---------- End Loader ----------------*/


/*---------- Login page ----------------*/

.login_wrapper {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.login_left {
  padding: 30px;
  height: 100%;
  background: var(--primary-color);
}

.login-box-1 {
  border-radius: 0;
  box-shadow: 0 0 0;
  overflow: hidden;
  width: 100%;
  min-height: 100dvh;
}

.login_right {
  padding: 60px 40px 40px 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
      background: var(--lightBG);
  
}

.loginCenter {
  width: 100%;
  max-width: 600px;
}

.login_right p {
  color: var(--text-dark) !important;
}
.form-group {
    margin-bottom: 1.5rem;
}
input.input-field {
  width: 100%;
  height: 55px;
  padding: 15px 15px 15px 45px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 10px rgba(000, 000, 000, .030);
  outline: none;
  font-size: 15px;
  color: var(--text-dark);
}

.login_right h2 {
  color: var(--text-dark);
  font-size: 22px;
  text-align: center;
  margin: 15px 0 20px 0;
  padding-bottom: 15px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.login_right h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 50px;
  height: 2px;
  background-color: var(--primary-dark);
  margin: 0 auto;
}

.form-check-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

a.forgotPassword {
  color: #232526;
  font-size: 14px;
  font-weight: 500;
}

button.custom-btn {
  cursor: pointer;
  padding: 10px 50px 8px 50px;
  height: 55px;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 12px;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  color: var(--white);
  outline: none;
  background: var(--primary-color);
  transition: all .30s ease-in-out;
  font-weight: 600;
}

button.custom-btn:hover {
  background: var(--primary-dark);
}

.login_right p {
  text-align: center;
  font-size: 14px !important;
  letter-spacing: 1px;
}

.login_right p a {
  color: #232526;
  font-size: 14px !important;
  font-weight: 500;
}
.login_right p a:hover, .forgotPassword:hover{
  text-decoration: none;
}

a.logo {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.login_left {
  align-items: center;
  display: flex;
  justify-content: center;
}

.loginCenter p {
  color: var(--white);
  text-align: center;
  margin: 20px 0;
  font-size: 17px;
  letter-spacing: .05em;
}

.social-icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}

.social-icons li a {
  margin: 0 5px;
  color: var(--primary-color);
  font-size: 18px;
  padding: 0;
  background: var(--white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  border-radius: 6px;
  text-decoration: none;
  position: relative;
  transition: all .30s ease-in-out
}

.social-icons li a:hover {
  margin-top: -5px
}

.checkbox-theme input.form-check-input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999em;
}

label.form-check-label {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
   font-size: 14px;
 
}

label.form-check-label:after {
  content: "\ea4b";
  font-family: wokiee;
  position: absolute;
  left: -22px;
  font-size: 22px;
  line-height: normal;
  top:-1px
}

.checkbox-theme input.form-check-input:checked+label:after {
  content: "\ea4c";
  color: var(--primary-dark);
}

.login_right .loginCenter {
  border: 0;
  padding: 40px;
  max-width: 500px;
  background: var(--white);
  border-radius: 20px;
 box-shadow: var(--shadow-light);
 position: relative;
}

.loginIcon {
  display: flex;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50%;
  margin-top: -0;
color: var(--text-dark);
    background: #ffffff;
    outline: 3px solid #ddd;
    outline-offset: -9px;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}

.login-box-1 .col-md-5 {
  order: 2;
}

.login-box-1 .col-md-7 {
  order: 1;
}

ul.loginWith {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
}

ul.loginWith li a {
  margin: 0 10px 0 0;
  padding: 8px 12px;
  font-weight: 600;
  border-radius: 6px;
  line-height: normal;
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
  display: block;
}
ul.loginWith li:last-child a{
  margin-right: 0;
}

.fb_icon {
  background: var(--facebook);
}

.tw-icon {
  background: var(--twitter);
}

.gp_icon {
  background: var(--google);
}

ul.loginWith li a:hover {
  opacity: .8
}

ul.loginWith li {
  display: block;
}

ul.loginWith li a i {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.form-group {
  position: relative;
}

p.textoption {
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 2px;
  position: relative;
  font-weight: 500;
}

.form-group i {
     position: absolute;
    left: 16px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

p.textoption:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 50px;
  top: 8px;
  background-color: #ccc;
}

p.textoption:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  top: 8px;
  right: 0;
  background-color: #ccc;
}


/*---------- End Login page ----------------*/


/*---------- Media Queries ----------------*/
@media screen and (max-width:991px){
 
  .login-box-1 .col-lg-6:first-child {
    order: 2;
  }
   .login-box-1 .col-lg-6:last-child {
    order: 1;
  }
}

@media screen and (max-width:768px){
 
  .login-box-1 .col-lg-6:has(.login_left) {
    display: none;
  }
}

/*---------- End Media Queries ----------------*/