/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
html {
  height: 100%; }

body {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  background: #fff; }

.form-container {
  display: flex; }

.form-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .form-form .form-form-wrap {
    max-width: 480px;
    margin: 0 auto;
    min-width: 311px;
    min-height: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center; }
  .form-form .form-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: .71428571rem 2.85714286rem;
    width: 100%;
    min-height: 100%; }
    .form-form .form-container .form-content {
      display: block;
      width: 100%; }
  .form-form .form-form-wrap .user-meta {
    margin-bottom: 35px; }
    .form-form .form-form-wrap .user-meta img {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      margin-right: 15px;
      border: 4px solid #e0e6ed; }
    .form-form .form-form-wrap .user-meta div {
      align-self: center; }
    .form-form .form-form-wrap .user-meta p {
      font-size: 31px;
      color: #3b3f5c;
      margin-bottom: 0; }
  .form-form .form-form-wrap h1 .brand-name {
    color: #1b55e2;
    font-weight: 600; }
  .form-form .form-form-wrap p.signup-link {
    font-size: 14px;
    color: #3b3f5c;
    font-weight: 700;
    margin-bottom: 50px; }
    .form-form .form-form-wrap p.signup-link a {
      color: #1b55e2;
      border-bottom: 1px solid; }
    .form-form .form-form-wrap form .field-wrapper.input, .new-login-left .field-wrapper.input {
        position: relative;
        padding: 11px 0 25px 0;
        border-bottom: none;
    }
    .form-form .form-form-wrap form .field-wrapper.input:focus {
      border: 1px solid #000; }
  .form-form .form-form-wrap form .field-wrapper.toggle-pass p {
    font-weight: 600;
    color: #3b3f5c;
    margin-bottom: 0; }
  .form-form .form-form-wrap form .field-wrapper .logged-in-user-name {
    font-size: 37px;
    color: #3b3f5c; }
    .form-form .form-form-wrap form .field-wrapper svg, .new-login-left svg {
        position: absolute;
        top: 16px;
        color: #ff1616;
        fill: rgb(255 22 22 / 40%);
    }
  .form-form .form-form-wrap form .field-wrapper.terms_condition {
    margin-bottom: 20px; }
    .form-form .form-form-wrap form .field-wrapper.terms_condition label {
      font-size: 14px;
      color: #888ea8;
      padding-left: 31px;
      font-weight: 100; }
    .form-form .form-form-wrap form .field-wrapper.terms_condition a {
      color: #1b55e2; }
    .form-form .form-form-wrap form .field-wrapper input, .new-login-left input{
        display: inline-block;
        vertical-align: middle;
        border-radius: 0;
        min-width: 50px;
        max-width: 635px;
        width: 100%;
        min-height: 36px;
        background-color: #ffffff;
        border: none;
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        color: #3b3f5c;
        font-weight: 700;
        font-size: 16px;
        border-bottom: 1px solid #e0e6ed;
        padding: 0px 0 10px 35px;
    }
    .form-form .form-form-wrap form .field-wrapper input::-webkit-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-ms-input-placeholder, .form-form .form-form-wrap form .field-wrapper input::-moz-placeholder {
      color: #d3d3d3;
      font-size: 14px; }
    .form-form .form-form-wrap form .field-wrapper input:focus {
      border-bottom: 1px solid #1b55e2;
      box-shadow: none; }
  .form-form .form-form-wrap form .field-wrapper.toggle-pass {
    align-self: center;
    text-align: left; }
    .form-form .form-form-wrap form .field-wrapper.toggle-pass .switch, .new-login-left .field-wrapper.toggle-pass .switch {
        margin-bottom: 0;
        vertical-align: sub;
        margin-left: 7px;
    }
  .form-form .form-form-wrap form .field-wrapper button.btn {
    align-self: center; }
    .form-form .form-form-wrap form .field-wrapper a.forgot-pass-link, .new-login-left a.forgot-pass-link {
        width: 100%;
        font-weight: 700;
        color: #ff1616;
        text-align: center;
        display: block;
        letter-spacing: 2px;
        font-size: 15px;
        margin-top: 15px;
    }
  .form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator {
    top: 1px;
    border: 1px solid #bfc9d4;
    background-color: #f1f2f3; }
    .form-form .form-form-wrap form .field-wrapper .n-chk .new-control-indicator:after {
      top: 52%; }
    .form-form .form-form-wrap form .field-wrapper.keep-logged-in, .new-login-left .field-wrapper.keep-logged-in {
  /*      margin-top: 60px;*/
        margin-top: 20px;
    }
    .form-form .form-form-wrap form .field-wrapper.keep-logged-in label {
      font-size: 14px;
      color: #888ea8;
      padding-left: 31px;
      font-weight: 100; }
  .form-form .terms-conditions {
    max-width: 480px;
    margin: 0 auto;
    color: #3b3f5c;
    font-weight: 600;
    margin-top: 90px; }
    .form-form .terms-conditions a {
      color: #1b55e2;
      font-weight: 700; }

.form-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0;
  min-height: auto;
  height: 100vh;
  width: 50%; 

}
   
    .form-image .l-image {
        background-color: #0c379978;
        /*background-image: url(https://cdn.pixabay.com/photo/2015/12/10/16/39/shield-1086703_960_720.png);*/
        /*        background-image: url('.../images/login-banner.jpg');*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: #060818;*/
/*        background-position: center center;
*/        background-repeat: no-repeat;
        background-size: cover;
  /*      background-position-x: center;
        background-position-y: center;*/
        /*      background: #4b6cb7;
        background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
        background: linear-gradient(to right, #182848, #4b6cb7);*/
    } 

@media (max-width: 991px) {
  .form-form {
    width: 100%; }
    .form-form .form-form-wrap {
      min-width: auto; }
  .form-image {
    display: none; } }

@media (max-width: 575px) {
  .form-form .form-form-wrap form .field-wrapper.toggle-pass {
    margin-bottom: 28px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-form .form-form-wrap {
    width: 100%; }
  .form-form .form-container {
    height: 100%; } }


.new-regstr-sec .new-login-left input {
    padding: 0px 0 10px 0px;
    border-bottom: 2px solid #e0e6ed;
}
.new-regstr-sec .new-login-left textarea {
    background-color: #ffffff;
    border: none;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #3b3f5c;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #e0e6ed;
    padding: 0px 0 10px 0px;
    border-bottom: 2px solid #e0e6ed;
}

/*.new-login-right {
    background: url('/images/login-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}*/
.login-form {
    background: url('http://host5.nextwebi.com/presidency-hostels/images/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 20px 0 0 2px 20px 0 rgb(255 22 22 / 15%);
    border-radius: 5px;
    margin: 50px 0px 30px;
}
    .login-form .col-lg-6 {
        padding: 0px;
    }
.new-login-left {
    background: #ffffff;
    padding: 50px 50px;
    border-radius: 5px 0px 0px 5px;
}
.login-rightsec {
    padding: 0px 50px;
}
span.brand-name {
    color: #ff1616;
}
.btn-primary {
    color: #fff;
    background-color: #ff1616;
    border-color: #ff1616;
}
.login-1 {
    background: #f2f2f2;
}
.login-form.register-left-form .new-login-left .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .login-rightsec {
        padding: 60px 50px;
    }
}