@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/* Common Css */
* {
  padding: 0px;
  margin: 0px;
}

body {
  scroll-behavior: smooth;
  background: none;
  margin: 0 0 0 0 !important;
}

/* Content Section Css */
.login-container {
  height: 100vh;
  width: 100%;
}

.ShowPasswordHide{
    right: 8px !important;
}

.login-top-section {
  height: calc(100vh - 8vh);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.login-content {
  color: #ffffff;
  flex-basis: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.login-box {
  width: 70%;
  margin: 0px auto;
}

.login-heading {
  position: relative;
  padding-bottom: 40px;
}

.login-content p{
    font-size: 18px;
}

h1.login-heading span {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 4px;
  text-shadow: 1px 1px 0px #00000012;
}

h1.login-heading::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 30px;
  width: 25%;
  height: 5px;
  background: #efb758;
}

h1.login-heading sup {
  position: relative;
  border: 1px solid #ffffff;
  font-weight: 300;
  padding: 1px 8px;
  border-radius: 50%;
  top: -1em;
}

.login-content ul {
  margin-top: 40px;
}

.login-content p, .login-content span{
    text-shadow: 1px 1px 0px #00000012;
}

.login-content ul li {
  font-family: "Lato";
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: normal;
  width: 100%;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  text-shadow: 1px 1px 0px #00000012;
}

.login-content ul li::before {
    content: '✔';
    position: relative;
    top: 0;
    left: 0;
    margin-right: 18px;
    color: #efb758;
}

.login-content ul li i {
  color: #efb758;
  margin-right: 10px;
}

/* Login Form css */
.form-container {
  flex-basis: 50%;
  height: 100%;
}

.login-form {
  justify-content: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  width: 50%;
  border-radius: 9px;
  flex-direction: column;
}

.login-form-top {
    background: #ffffff;
    position: relative;
    padding: 30px 20px 30px 20px;
    /*margin-bottom: 8px;*/
    box-shadow: 0px -7px 9px #21212133;
    border-radius: 5px 5px 0px 0px;
}

.login-form-top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #ebebeb;
}

.logo-img {
  text-align: center;
}

.login-form-bottom {
  box-shadow: 0px 2px 9px #21212133;
    background: #ffffff;
    padding: 20px 20px 40px 20px;
    border-radius: 0px 0px 5px 5px;
}

.form-signin {
  margin-top: 20px;
}

form {
  box-shadow: var(--main-shadow);
}

form .form-group {
  position: relative;
  padding-bottom: 8px;
      margin-left: 0px;
    margin-right: 0px;
}

form .form-group i {
  position: absolute;
  height: 27%;
  top: 19%;
  left: 4%;
  font-size: 18px;
  color: #000;
  z-index: 99;
}

form .form-group input {
  padding: 10px 10px 10px 36px;
  width: -webkit-fill-available;
  font-size: 14px;
  border-radius: 9px;
  background: #ebebeb;
  border: none;
  color: #000;
}

form .form-group p a {
  font-size: 12px;
  color: #1fb5ac;
  text-decoration: none;
}

input:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px 0 0 1px 2px rgb(59 153 252 / 27%);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

form .form-group input.form-control {
  display: inline;
  padding-left: 35px;
}

form .form-group input::placeholder {
  color: gray;
}

.login-page form button {
  background: #efb758;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    border-radius: 9px;
    padding: 10px;
    letter-spacing: 1.5px;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

form .form-group .captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

form .form-group .captcha .refresh {
  position: static;
  margin-left: 18px;
  height: 21px;
}

form .form-group .captcha .cap-img {
  padding-bottom: 0px;
  height: 40px;
  position: static;
}

form .form-group .captcha input {
  margin-left: 20px;
  padding: 10px 10px 10px 10px;
}

/* Login Bottom Section Css */
.login-bottom-section {
  display: flex;
  flex-wrap: wrap;
  height: 58px;
}

.bottom-right-box {
  flex-basis: 50%;
}

.login-bottom-right {
  display: flex;
  align-items: center;
  font-size: 25px;
  margin: 9px;
  font-weight: 700;
  letter-spacing: 3px;
}

.login-bottom-right div {
  color: #ffffff;
  margin-left: 13px;
  padding-left: 13px;
  border-left: 3px solid #ffffff;
}

.login-bottom-right div sup {
     font-weight: 100;
    margin-left: -8px;
    font-size: 8px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 1px 1px 1px 3px;
    top: -1.8em;
}

.bottom-left-box {
  flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
    font-size: 16px;
    color: white;
}

h1.login-heading.no-before::before {
  content: none;
}
.no-before{
  content: none;
}

/* Theme 3 css */

#login-theme-3 .form-container {
  flex-basis: 100%;
}

#login-theme-3 .login-form {
  width: 25%;
}

#login-theme-10 .login-top-section {
  height: 100vh;
}

#login-theme-10 .login-bottom-section {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}

.login-page .form-control:focus{
    border: none;
}

p {
     margin: 0 0 0px !important;  
}

/* Responsive Code*/

@media (max-width: 1300px){
    .login-form-top {
        background: #ffffff;
        padding: 20px 20px 20px 20px;
    }
    
    .login-form-bottom {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 990px){
    #login-theme-1 .login-box, #login-theme-1 .login-form, #login-theme-2 .login-box, #login-theme-2 .login-form, 
    #login-theme-4 .login-box, #login-theme-4 .login-form, #login-theme-5 .login-box, #login-theme-5 .login-form {
        width: 85%;
    }
    
    #login-theme-3 .login-form{
    width: 50%;
}
}

@media (min-width: 560px) and (max-width: 990px){
    .login-top-section {
        height: calc(100vh - 5vh);
    }
}

@media (max-width: 560px){
    
    .login-container{
        height: auto;
    }
    
    .login-bottom-section {
        height: auto;
    }
    
    .login-content {
        display: none;
    }
    
    .form-container  {
        flex-basis: 100%;
        height: 80vh;
        padding: 20px 0px;
    }
    
    .bottom-right-box{
        flex-basis: 100%;
        border-bottom: 1px solid #eee;
    }
    
    .bottom-left-box{
        padding-right: 0px;
        flex-basis: 100%;
        justify-content: center;
        padding: 13px 0px;
    }
    
    .login-bottom-right{
        justify-content: center;
    }
    
    .login-top-section {
        height: auto;
    }
    
    .login-box, #login-theme-3 .login-form{
        width: 90%;
    }
    
    .login-form {
        width: 85%;
        padding: 25px 0px;
    }
    
    .modal-content {
        width: 90%;
    }
}