@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500');
*{
  margin: 0;
  padding: 0;
  user-select: none;
}
body{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-width: 350px;
  background: #fff;
  font-family: Poppins, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.body{
  margin: 0 15px 0 15px;
  padding: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.93;
  width: 100%;
  height: 100%;
}
.borderedContainer {
    padding: 0px;
    margin: 0 -15px 0 -15px;
    /*border: 1px solid #ccc;*/
}
.login-box{
  text-align: center;
    width: 380px;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    overflow: auto;
    border: 1px solid #bbb;
    /* box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.9), 3px 3px 5px rgba(94, 102, 101, 0.85); */
    border-radius: 7px;
}
h3.login-title{
    font-family: 'Raleway', sans-serif;
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    background: #2e2e2e;
    padding: 10px 0px;
    color: #e2e2e2;
    border-radius: 5px;
    /* box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.91), 3px 3px 5px rgba(130, 130, 130, 0.9); */
}

.login-box .login-form .input-group-m {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.login-box .login-form .input-group-m:nth-child(2){
  /* margin-bottom: 10px; */
}
.login-box .login-form fieldset{
   border: none;
   outline: none;
   padding: 0;
   margin: 0;
   margin-bottom: 20px;
}
.login-box .login-form .input-group-m input{
  height: 50px;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 18px;
    outline: none;
    border: 1px solid #ddd;
    /* box-shadow: inset 2px 2px 3px rgba(94, 102, 101, 0.85), inset -2px -2px 4px rgba(255, 255, 255, 0.9); */
    border-radius: 3px;
}
.login-box .login-form .input-group-m span{
    position: absolute;
    top: 12px;
    left: 8px;
    padding: 0 20px;
    width: calc(100% - 14px);
    box-sizing: border-box;
    text-align: left;
    color: #00000099;
    transition: 0.5s;
    pointer-events: none;
    text-transform: uppercase;
    background-color: #fff;
}
.login-box .login-form .input-group-m input:focus ~ span,
.login-box .login-form .input-group-m input:valid ~ span,
.login-box .login-form .input-group-m input.valid ~ span{
    top: -12px;
    left: 24px;
    width: auto;
    font-size: 12px;
    padding: 2px 6px;
    border: 1px solid ##a5a5a5;
    background-color: #fff;
    color: #2e2e2e;
    /* box-shadow: -2px -2px 2px rgba(255, 255, 255, 0.9), 2px 2px 3px rgba(94, 102, 101, 0.85); */
    border-radius: 10px;
}
.span-top{
  top: -12px !important;
  left: 24px !important;
  width: auto  !important;
  font-size: 12px !important;
  padding: 2px 6px !important;
  border: 1px solid ##a5a5a5 !important;
  background-color: #fff !important;
  color: #2e2e2e !important;
  /* box-shadow: -2px -2px 2px rgba(255, 255, 255, 0.9), 2px 2px 3px rgba(94, 102, 101, 0.85) !important; */
  border-radius: 10px !important;
}
.login-box .login-form .radio-wrapper {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.login-box .login-form .radio-wrapper .input-radio {
    width: 50%;
    float: left;
}
.login-box .login-form .radio-wrapper span {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 5px 0;
}

.login-box .login-form .radio-wrapper .input-radio input[type="radio"]{
  margin: 10px;
  width: 20px;
  height: 20px;
}
input[type="radio"]{
  position: relative;
  box-sizing: border-box;
  min-height: 30px;
  width: 30px;
  -webkit-appearance: none;
  border: none;
  outline: unset;
}
input[type="radio"]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.9), 4px 4px 5px rgba(94, 102, 101, 0.92); */
}
  input[type="radio"]:checked:before {
    opacity: 1;
}
  input[type="radio"]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: inset -3px -3px 7px rgba(255, 255, 255, 0.9), inset 3px 3px 5px rgba(94, 102, 101, 0.85); */
    transition: 0.5s;
}
.login-box .login-form .radio-wrapper .input-radio label{

}
.login-box .login-form .input-group-m input[type="checkbox"]{
    box-shadow: unset;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.ring{
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 30px;
  margin: 5px auto;
  font-size: 30px;
  line-height: 50px;
  color: #939393;
  /* box-shadow: -3px -3px 7px rgba(255, 255,255, 0.9), 2px 2px 5px rgba(94,102,101,0.85); */
}
.footer {
    /* position: absolute; */
    text-align: center;
    bottom: 0;
    padding: 10px 0px;
    color: #8c8c8c;
}
.footer a {
    text-decoration: none;
    color: #444;
}
.checkbox{
  /* position: relative;
    width: 100px;
    height: 50px;
    margin: 0 auto;
    background: linear-gradient(0deg, #d8d8d8, #ccc);
    border-radius: 30px;
    border-top: 0.2em solid #ececec;
    border-bottom: 0.2em solid #ececec; */
    position: relative;
    /* width: 100px; */
    height: 50px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    /* border-top: 0.2em solid #ececec; */
    /* border-bottom: 0.2em solid #ececec; */
    /* box-shadow: inset 2px 2px 5px rgba(94,102,101,0.85), inset -2px -2px 4px rgba(255,255,255,0.9); */
    pointer-events: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #8a8a8a;
 -webkit-text-fill-color: #8a8a8a;
 -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.checkbox .inner{
  /* position: absolute;
  top: 10px;
  left:10px;
  bottom: 10px;
  right:10px;
  background: linear-gradient(0deg, #a5a5a5, #717171); ;
  border-radius: 20px;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.5); */
}
.checkbox .inner .toggle{
    position: absolute;
    width: 50%;
    height: 60px;
    border-radius: 3px;
    background-color: #3d3d3d;;
    top: 50%;
    left: 0px;
    transform: translate(2%, -50%);
    /* box-shadow: inset 3px 3px 7px rgba(255, 255, 255, 0.9), inset -3px -3px 5px rgba(94, 102, 101, 0.85); */
    box-sizing: border-box;
    border-top: 0.04em solid #ececec;
    border-bottom: 0.04em solid #ececec;
    transition: all 0.5s ease-in-out;

}
.checkbox .inner .toggle:after{
  content: attr(data-toggle-1);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(239, 234, 234, 0.9);
  padding: 12px 0;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#level:checked ~ .checkbox .inner .toggle{
  transform: translate(98%, -50%);
}

#level:checked ~ .checkbox .inner .toggle:after{
  content: attr(data-toggle-2);
}
.inner-part-1, .inner-part-2, .toggle-text{
    position: absolute;
    width: 50%;
    text-align: center;
    padding: 12px 0px;
    color: #aeaeae;
}
.inner-part-1{
    left: 0;
}
.inner-part-2{
    left: 50%;
}
.toggle-text{
  width: 100%;
    color: #d51d1d;
    text-shadow: 0 0 2px rgba(242, 98, 98, 0.9);
}
.login-box .login-form .input-group-m input[type="submit"]{
  background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: #0d0d0d;
    /* box-shadow: -3px -3px 7px rgba(255, 255, 255, 0.9), 3px 3px 5px rgba(94, 102, 101, 0.85); */
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}
.login-box .login-form .input-group-m input[type="submit"]:hover{
  /* box-shadow: inset 3px 3px 7px rgba(255, 255, 255, 0.9),inset -3px -3px 5px rgba(94, 102, 101, 0.85); */
  color: #0d0d0d77;

}
.login-box a{
  /* display: block; */
  text-decoration: none;
  color: #2E2E2E;
  text-align: right;
  margin-bottom: 10px;
}
.login-box a span{
  color: #2E2E2E;
  font-weight: 600;
}
.padding-bottom-10{
  padding-bottom: 10px;
}
@media (min-width:991px ) {
  .padding-bottom-10{
    padding-bottom: 0px;
  }
}
.main-header{
  background-color: #3647f4 !important;
}
.heading {
    /* background-color: #b02828; */
    /* color: #b02828; */
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-bottom: 25px;
    /* box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.9), 2px 2px 4px rgba(0,0,0,0.85);
    border-radius: 5px; */
}
.main-heading {
  /* text-align: center; */
  padding: 20px 0px 0px 0;
  margin: 15px 0px 0px 0px;
  font-size: 2.5rem;
  font-family: serif;
    /* box-shadow: -3px -3px 7px rgba(255,255,255,0.9), 3px 3px 5px rgba(94,102,101,0.85); */
}
.sub-heading{
  /* text-align: center; */
  font-size: 0.9rem;
  font-family: cursive;
}
span.forget-password-icon {
    background: url('../images/forget-password.png');
    width: 12px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.msg-bg {
    position: fixed;
    background-color: #2E2E2E;
    color: #fff;
    bottom: 10px;
    left: -460px;
    width: 450px;
    height: 120px;
    padding: 0px;
    border-radius: 3px;
    display: flex;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    text-align: justify;
    transition: 0.5s;
}
.msg-bg.open{
  left: 10px;
  border: 1px solid #999;
}
.msg-body {
    width: fit-content;
    height: fit-content;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.success{
  color: #198198;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.error{
  color: #df052d;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
/*Utility*/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #333;
  transition: 0.5s;
}
::-webkit-scrollbar-track:hover{
  background-color: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

::-webkit-datetime-edit { padding: 1em; }
::-webkit-datetime-edit-fields-wrapper { background: none
; }
::-webkit-datetime-edit-text { color: #949494; padding: 0 0.3em; }
::-webkit-datetime-edit-month-field { color: #949494; }
::-webkit-datetime-edit-day-field { color: #949494; }
::-webkit-datetime-edit-year-field { color: #949494; }
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background: transparent;
color: #949494 }

  :root {
    --width: 500px;
    --height: 100%;
    --top-color: #f4a236;
    --bottom-color: #ffffff;
  }
  .separator {
  position: relative;
  width: 100px;
  height: var(--height);
  }

  .separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--top-color);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  }

  .separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bottom-color);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  section.vertical {
      position: relative;
      overflow: hidden;
      display: flex;
      height: var(--height);
      min-height: 600px;
      /* width: calc(var(--width) * 3); */
      width: calc( 100% + 15px );
  }
@media( max-width: 432px ){
  section.vertical {
      min-height: 975px;
  }
}
  .vertical {
      --height: 100%;
      /* --width: 100px; */
  }
  .separator.reverse {
  transform: rotateY(180deg);
  }

  .vertical .separator.reverse {
  transform: rotateX(180deg);
  }
  section.vertical header, section.vertical footer {
      height: 100%;
      width: 100%;
  }
  section header {
      background: var(--top-color);
  }

section div.left{
  position: absolute;
  /* width: 40%; */
  padding: 20px;
  z-index: 1;
}
section div.left ul{
  list-style: none;
}
section div.left h2{
  font-size: 1.5rem;
  font-weight: bold;
  color: #661c1c;
}
section div.left h3{
  font-size: 1rem;
  color: #ddd;
}
@media ( max-width: 767px) {
  section div.left{
    font-size: 0.85rem;
  }

  section div.left h2{
    font-size: 1.2rem;

  }
  section div.left h3{
    font-size: 0.95rem;
    color: #ddd;
  }
}
header:after {
    content: '';
    position: absolute;
    background-color: var(--top-color);
    top: 0;
    bottom: 0;
    width: 20px;
    right: 70px;
    /* z-index: 1; */
}
