:root {
  --primary: #FF7E7B;
  --secondary: #073148;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #424242;
}
.form-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-container .form-group {
  width: calc(50% - 2rem);
}

.register .form-section {
  max-width: 1000px !important ;
}

@media screen and (max-width: 768px) {
  .form-container .form-group {
    width: 100%;
  }
}

.img-fluid {
  max-width: 100% !important;
  height: auto;
}

.form-control:focus {
  box-shadow: none;
}
.required {
  font-weight: 600;
  color: red;
}
.login-6 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Jost', sans-serif;
}

.login-6 {
  z-index: 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.login-6 #background {
  background-size: cover;
  background-position: 50% 50%;
  position: fixed;
  min-height: 100vh;
  width: 100%;
  z-index: -999;
}

.login-6 .form-section {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  text-align: left;
  position: relative;
  z-index: 0;
}

/*.login-6 .form-section:before {*/
/*  content: '';*/
/*  width: 50%;*/
/*  height: 91px;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  background: url(../img/banner.svg) top left repeat;*/
/*  background-size: cover;*/
/*  z-index: -1;*/
/*  border-radius: 0px 30px 0 0;*/
/*}*/

.login-6 .form-box {
  width: 100%;
}

.login-6 .login-inner-form .form-group {
  margin-bottom: 35px;
}

.login-6 .login-inner-form .form-box {
  float: left;
  width: 100%;
  position: relative;
}

.login-6 .login-inner-form .form-control {
  padding: 14.5px 0;
  font-size: 16px;
  outline: none;
  background: transparent !important;
  color: #535353;
  font-weight: 500;
  border: none;
  border-bottom: solid 2px #bdbdbd;
  border-radius: 0;
}

.login-6 .login-inner-form img {
  margin-bottom: 5px;
  height: 40px;
}

.login-6 .login-inner-form .form-box .form-control {
  float: left;
  width: 100%;
  padding: 13px 15px 13px 0px;
}

.login-6 .login-inner-form .form-box i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 23px;
  color: #777575;
}

.login-6 .info {
  color: #fff;
  margin: 0 117px 0 auto;
  text-align: right;
  max-width: 700px;
}

.login-6 .bg-img {
  top: 0;
  bottom: 0;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.login-6 .login-inner-form .forgot {
  margin: 0;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  float: right;
}

.login-6 .btn-theme {
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  font-family: 'Jost', sans-serif;
  border-radius: 3px;
}

.login-6 .login-inner-form p {
  margin: 0;
  color: #e7e7e7;
}

.login-6 .login-inner-form p a {
  color: #e7e7e7;
}

.login-46 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
  box-shadow: none;
}

.login-6 .logo {
  margin-bottom: 15px;
}

.login-6 .logo img {
  height: 120px;
  width: auto;
}

.login-6 h1 {
  margin: 35px 0 35px;
  font-size: 23px;
  color: #040404;
  font-weight: 400;
}
.login-footer {
  display: flex;
  justify-content: space-between;
}
.login-footer a {
  color: black;
}
.login-6 .typing > * {
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 3s steps(50);
}

@keyframes typingAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.login-6 .form-check-input:checked {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}

.login-6 .form-check-input:focus {
  box-shadow: none;
}

.login-6 .login-inner-form .terms {
  margin-left: 3px;
}

.login-6 .login-inner-form .checkbox {
  margin-bottom: 35px;
  font-size: 15px;
}

.login-6 .login-inner-form .form-check {
  float: left;
  margin-bottom: 0;
}

.login-6 .login-inner-form .form-check a {
  color: #535353;
  float: right;
}

.login-6 .login-inner-form .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}

.login-6 .btn {
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.login-6 .btn-lg {
  padding: 0 50px;
  line-height: 50px;
}

.login-6 .btn-md {
  padding: 0 50px;
  line-height: 45px;
}

.login-6 .btn-primary {
  background-image: linear-gradient(to left, var(--primary), var(--secondary));
}

.login-6 .btn-primary:hover {
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
}

.login-6 .form-section a {
  text-decoration: none;
}

.login-6 .form-section .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  position: absolute;
  border: 2px solid #bdbdbd;
  border-radius: 0;
  background-color: #fff;
  margin-left: -22px;
}

.login-6 .login-inner-form .checkbox a {
  font-size: 16px;
  color: #535353;
  float: right;
}

.login-6 .form-section p {
  font-size: 16px;
  color: #535353;
  text-align: left;
  margin-bottom: 0;
}

.login-6 .form-section p a {
  color: #535353;
}

/** Social media **/
.login-6 .social-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

.login-6 .social-list .social-list-inner {
  padding: 0;
  list-style: none;
  margin: 0;
}

.login-6 .social-list .social-list-inner li {
  display: inline-block;
  margin: 0 35px 5px 0;
  position: relative;
  font-size: 20px;
}

.login-6 .social-list .social-list-inner i {
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  transition: all 300ms ease-out;
}

.login-6 .social-list .social-list-inner a {
  display: inline-block;
}

.login-6 .social-list .social-list-inner a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: ' ';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, var(--secondary), var(--primary));
  transition: all 265ms ease-out;
}

.login-6 .social-list .social-list-inner a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.login-6 .social-list .social-list-inner a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  background: -webkit-linear-gradient(45deg, var(--secondary), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}

/** MEDIA **/
@media (max-width: 992px) {
  .login-6 .form-section {
    padding: 50px 30px;
  }
}

.OtpBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  padding: 3px 7px;
  border: 2px solid black;
  border-radius: 5px;
  background: black;
  color: white;
}

.OtpBtn:hover {
  padding: 5px 10px;
}
.OtpBtn:focus {
  padding: 4px 8px;
}

/* * Custom **/
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(2px);
  -webkit-filter: blur(6px);
}

.containerr {
  background: #040404;
  filter: contrast(0.4);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: scale(1.6);
}

.two.two {
  transform: scaleX(-1);
  border-right: 14px solid grey;
  background: url(https://pbs.twimg.com/media/DVz4BrtVMAAD7J8?format=jpg&name=large) -40px
    150px / 84% no-repeat;

  .bottom {
    background: url(https://pbs.twimg.com/media/DVz4BrzVAAA-cpx?format=jpg&name=large)
      222px -111px / 96% no-repeat;
    &::after {
      background: url(https://cdn.pixabay.com/photo/2016/04/10/13/52/beauty-1319951_1280.jpg)
        center/156% no-repeat;
    }
  }
  .middle {
    background: url(https://i.pinimg.com/736x/c1/2f/11/c12f11478225a9c4bc60015b61084d8e--beauty-portrait-portrait-art.jpg) -30px -20px /
      cover no-repeat;
  }
  .top {
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRcpSBpWrUn54KC3Eu8Vgzkw2gF0DXJnjVjmXTZcsBoOzyKZFdF)
      right / 57% no-repeat;
    &::after {
      background: url(https://cdn.pixabay.com/photo/2017/08/30/12/45/girl-2696947_960_720.jpg)
        center / 100% no-repeat;
    }
  }
}
.wrap {
  width: 600px;
  height: 650px;
  position: relative;
  overflow: hidden;
  background: url(https://www.erikamilvy.com/wp-content/uploads/2017/10/1490907831130.jpg) -300px -100px /
    cover no-repeat;
}

.top {
  width: 660px;
  height: 270px;
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  top: -90px;
  left: -66px;
  border: 14px solid grey;
  overflow: hidden;
  background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRhS5BJVS4BHxOwQAS6cSmpyR2fN0XVW1ch-RDjDDHK1FtVJtD2WbuSEJIEDHUjcOkXw-Q&usqp=CAU)
    250px center / 80% no-repeat;

  &::after {
    content: ' ';
    display: block;
    width: 300px;
    height: 300px;
    border: 14px solid grey;
    transform: rotate(-5deg);
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRVuc-o9bIb0BjtaxDWOuvMrrb96VB1V4n-4g&usqp=CAU) -50px
      0px / cover no-repeat;
  }
}

.middle {
  width: 320px;
  height: 400px;
  position: absolute;
  right: -110px;
  top: 132px;
  z-index: 1;
  transform: rotate(8deg);
  border: 14px solid grey;
  background: url(https://pbs.twimg.com/media/DVkeUkSVwAIb_Va.jpg) -100px top / cover
    no-repeat;
}

.bottom {
  z-index: 2;
  width: 700px;
  height: 270px;
  position: absolute;
  transform: rotate(5deg);
  bottom: -90px;
  right: -80px;
  border: 14px solid grey;
  overflow: hidden;
  background: url(https://cdn.tutsplus.com/vector/uploads/2013/05/jude_tut_owl_400x400.jpg)
    150px -250px/ 80% no-repeat;

  &::after {
    content: ' ';
    display: block;
    width: 300px;
    height: 300px;
    border: 14px solid grey;
    transform: translate(-70px, -65px) rotate(17deg);
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQPKwkv0Dt6KcYUHYydy27hBs03Uja2Yu16ZYBRKEwQBDuCt9Ov)
      50px -40px / cover no-repeat;
  }
}

/*  SELECT 2     */

.select2.select2-container {
  width: 100% !important;
  padding: 10px 0;
}
.select2.select2-container .select2-selection {
  border: 0;
  border-bottom: 1px solid #d4d4d4;

  border-radius: 3px;
  height: 28px;
  /* margin-bottom: 15px; */
  outline: none !important;
  transition: all 0.15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}
.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}
.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}
.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}
.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}
.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}
.select2.select2-container
  .select2-selection--multiple
  .select2-selection_choice
  .select2-selectionchoice_remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}
.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}
.select2-container .select2-dropdown .select2-search {
  padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  z-index: 100;
  border: 1px solid #676767 !important;
  background: white;
  border-bottom: none !important;
  padding: 4px 6px !important;
}
.select2-container .select2-dropdown .select2-results {
  padding: 0;
}
.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #676767 !important;
}
.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}
