/*------------------------------------------------------------------
Template Name: We Log
Theme URI:
Author: choudharysaab
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 **/

@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaLTPro-Book.eot');
  src: url('../fonts/FuturaLTPro-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLTPro-Book.woff2') format('woff2'), url('../fonts/FuturaLTPro-Book.woff') format('woff'), url('../fonts/FuturaLTPro-Book.ttf') format('truetype'), url('../fonts/FuturaLTPro-Book.svg#FuturaLTPro-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaLTPro-Bold.eot');
  src: url('../fonts/FuturaLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaLTPro-Bold.woff2') format('woff2'), url('../fonts/FuturaLTPro-Bold.woff') format('woff'), url('../fonts/FuturaLTPro-Bold.ttf') format('truetype'), url('../fonts/FuturaLTPro-Bold.svg#FuturaLTPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Futura', sans-serif;
  color: #535353;
}

img {
  max-width: 100%;
}

.form-control:focus {
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Futura', 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
}

.sk-circle {
  margin: 100px auto;
  width: 80px;
  height: 80px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ff003b;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*---------- End Loader ----------------*/


/*---------- Login page ----------------*/

.login_wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.login_left {
  background: #ff003b;
  padding: 30px;
  height: 100%
}

.login-box-1 {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.login_right {
  padding: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  background: url(../images/login-two/texture.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.loginCenter {
  width: 100%;
  max-width: 400px;
}

.login_right p {
  color: #1b1b1b !important;
}

input.input-field {
  width: 100%;
  height: 45px;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(000, 000, 000, .030);
  outline: none;
  font-size: 15px;
  color: #1b1b1b;
}

.login_right h2 {
  color: #1b1b1b;
  font-size: 22px;
  text-align: center;
  margin: 0 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: #ff003b;
  margin: 0 auto;
}

.form-check-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

a.forgotPassword {
  color: #ff003b;
  font-size: 15px;
}

button.custom-btn {
  cursor: pointer;
  padding: 10px 50px 8px 50px;
  height: 45px;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 3px;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  background: #ff003b;
  color: #fff;
  outline: none;
}

.login_right p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

.login_right p a {
  color: #ff003b;
}

button.custom-btn:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background: #d90032;
}

a.logo {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.login_left {
  align-items: center;
  display: flex;
  justify-content: center;
}

.loginCenter p {
  color: #fff;
  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: #ff003b;
  font-size: 22px;
  padding: 0;
  background: #fff;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  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;
}

label.form-check-label:after {
  content: "\ea4b";
  font-family: wokiee;
  position: absolute;
  left: -22px;
  font-size: 22px;
  line-height: normal;
}

.checkbox-theme input.form-check-input:checked+label:after {
  content: "\ea4c";
  color: #ff003b;
}

.login_right .loginCenter {
  border: 1px solid #ddd;
  padding: 25px;
  max-width: 500px;
  background: #fff;
  border-radius: 5px 20px 5px 20px;
  box-shadow: 0 0 20px rgba(000, 000, 000, .050);
}


/*---------- End Login page ----------------*/


/*---------- Media Queries ----------------*/

@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-md-8.login-box-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .login_right {
    padding: 20px;
  }
}


/*---------- End Media Queries ----------------*/