*:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.login-body {
  background: #F0F4F3;
  font-family: 'Poppins', sans-serif; }

.login-wrapper {
  width: 65vw;
  height: 75vh;
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  -moz-box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  -webkit-box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  -o-box-shadow: 0px 0px 50px 1px rgba(205, 214, 212, 0.52);
  position: relative;
  z-index: 1; }
  .login-wrapper .login-content {
    background: #132482;
    width: 40%;
    float: left;
    height: 82%;
    padding: 10% 0 0 0;
    border-radius: 10px 0 0 10px;
    text-align: center;
    position: relative;
    z-index: 10; }
    .login-wrapper .login-content h1 {
      color: #fff;
      font-size: 28px;
      margin-top: 40px;
      margin-bottom: 0; }
    .login-wrapper .login-content p {
      color: rgba(255, 255, 255, 0.68);
      font-size: 13px;
      width: 62%;
      margin: 10px auto 0; }
  .login-wrapper .login-form {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 40%;
    float: left;
    height: 78%;
    border-radius: 10px;
    padding: 6% 10%;
    text-align: center; }
    .login-wrapper .login-form .login-logo {
      max-width: 120px;
      opacity: 0; }
    .login-wrapper .login-form h1 {
      font-size: 24px;
      color: #132482;
      margin-bottom: 40px;
      margin-top: 0; }
    .login-wrapper .login-form .p-relative {
      position: relative; }
    .login-wrapper .login-form .login-input {
      border: none;
      background: #f7f7f7;
      width: 85%;
      line-height: 32px;
      padding: 8px 10px 8px 50px;
      font-family: 'Poppins', sans-serif; }
      .login-wrapper .login-form .login-input::-webkit-input-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif;
        font-weight: 300; }
      .login-wrapper .login-form .login-input::-moz-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif; }
      .login-wrapper .login-form .login-input:-ms-input-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif; }
      .login-wrapper .login-form .login-input:-moz-placeholder {
        color: #666;
        font-family: 'Poppins', sans-serif; }
    .login-wrapper .login-form .icon-placeholder {
      position: absolute;
      left: 0;
      top: 0;
      line-height: 45px; }
      .login-wrapper .login-form .icon-placeholder:before {
        font-size: 16px;
        color: #666;
        margin-left: 20px; }
    .login-wrapper .login-form .forget-link, .login-wrapper .login-form .signin-link {
      color: #000;
      font-size: 13px;
      border-bottom: 2px solid #ddd;
      text-decoration: none;
      font-weight: 400;
      padding-bottom: 4px; }
      .login-wrapper .login-form .forget-link:hover, .login-wrapper .login-form .signin-link:hover {
        color: #999;
        border-bottom: 2px solid #000; }
    .login-wrapper .login-form .btn-login {
      text-transform: uppercase;
      color: #fff;
      background: #132482;
      border: none;
      border-radius: 30px;
      padding: 15px 60px;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 600; }
      .login-wrapper .login-form .btn-login:hover {
        opacity: 0.9;
        cursor: pointer; }
  .login-wrapper .full-width {
    width: 100%;
    float: left; }
  .login-wrapper .m-b-10 {
    margin-bottom: 10px; }
  .login-wrapper .m-b-20 {
    margin-bottom: 20px; }
  .login-wrapper .m-b-30 {
    margin-bottom: 30px; }

/*
.onlylogin{
        position: relative;
     transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; 
    -o-transition: all .5s ease-in-out; 
        &.hide{
        
            &.hidetoleft{
                -webkit-animation: hideleftanimation 1.5s; 
                -webkit-animation-direction: initial;
                animation: hideleftanimation 1.5s ;
             
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out; 
                -moz-transition: all .5s ease-in-out; 
                -o-transition: all .5s ease-in-out; 
            }
             &.hidetoright{
                -webkit-animation: hiderightanimation 1.5s; 
                -webkit-animation-direction: initial;
                animation: hiderightanimation 1.5s ;
              
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out; 
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out; 
            }
        }
    }

.onlyforgot{
        position: relative;
   
              transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out; 
    -o-transition: all .5s ease-in-out;
 
        &.hide{
  
            &.hidetoleft{
                display: block;
                -webkit-animation: hideleftanimation 1.5s; 
             
                animation: hideleftanimation 1.5s ;
               
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out; 
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
            }
             &.hidetoright{
                 display: block;
                -webkit-animation: hiderightanimation 1.5s;
              
                animation: hiderightanimation 1.5s ;
         
                transition: all .5s ease-in-out;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out; 
                -o-transition: all .5s ease-in-out;
            }
        }
    }

@-webkit-keyframes hideleftanimation {
  0%   {right: 0px;opacity: 1}

  100% { right: 500px;opacity: 0 }
}

@keyframes hideleftanimation {
  0%   {right: 0px;opacity: 1}

  100% { right: 500px;opacity: 0 }
}
@-webkit-keyframes hiderightanimation {
  0%   {left: 0px;opacity: 1}

  100% { left:600px;opacity: 0 }
}

@keyframes hiderightanimation {
  0%   {left: 0px;opacity: 1}

  100% { left: 600px;opacity: 0 }
}

*/
.onlylogin, .onlyforgot {
  position: absolute;
  z-index: 100; }

.hide {
  display: none; }

.goleft {
  position: relative;
  z-index: 2;
  animation: goleftanimation 1s forwards;
  -webkit-animation: goleftanimation 1s forwards;
  -moz-animation: goleftanimation 1s forwards; }
  .goleft .fadetoleft {
    animation: fadeOutLeft .5s forwards;
    -webkit-animation: fadeOutLeft .5s forwards;
    -moz-animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes goleftanimation {
  0% {
    right: 0px; }
  100% {
    right: 40%; } }
@keyframes goleftanimation {
  0% {
    right: 0px; }
  100% {
    right: 40%; } }
.goleftposition {
  position: relative;
  z-index: 2;
  animation: goposanimation 1s forwards;
  -webkit-animation: goposanimation 1s forwards;
  -moz-animation: goposanimation 1s forwards; }
  .goleftposition .fadetoleft {
    animation: fadeOutLeft .5s forwards;
    -webkit-animation: fadeOutLeft .5s forwards;
    -moz-animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes goposanimation {
  0% {
    left: 40%; }
  100% {
    left: 0px; } }
@keyframes goposanimation {
  0% {
    left: 40%; }
  100% {
    left: 0px; } }
.goright {
  position: relative;
  z-index: 1;
  animation: gorightanimation 1s forwards;
  -webkit-animation: gorightanimation 1s forwards;
  -moz-animation: gorightanimation 1s forwards; }
  .goright .fadetoright {
    animation: fadeOutRight .5s forwards;
    -webkit-animation: fadeOutRight .5s forwards;
    -moz-animation: fadeOutRight .5s forwards; }

@-webkit-keyframes gorightanimation {
  0% {
    left: 0px; }
  100% {
    left: 60%; } }
@keyframes gorightanimation {
  0% {
    left: 0px; }
  100% {
    left: 60%; } }
.gorightposition {
  position: relative;
  z-index: 2;
  animation: gorightposanimation 1s forwards;
  -webkit-animation: gorightposanimation 1s forwards;
  -moz-animation: gorightposanimation 1s forwards; }
  .gorightposition .fadetoleft {
    animation: fadeOutLeft .5s forwards;
    -webkit-animation: fadeOutLeft .5s forwards;
    -moz-animation: fadeOutLeft .5s forwards; }

@-webkit-keyframes gorightposanimation {
  0% {
    right: 300px; }
  100% {
    right: 0px; } }
@keyframes gorightposanimation {
  0% {
    right: 300px; }
  100% {
    right: 0px; } }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.login-form .onlylogin, .login-form .onlyforgot {
  width: 65%; }

.login-content.goright {
  border-radius: 0 10px 10px 0; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }
.modal.show .modal-dialog {
  transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal.modal-right {
  right: 0px;
  left: auto; }

.modal.modal-right .modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
  float: right; }

.modal.fade .modal.modal-right .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal.modal-right .modal-dialog {
    transition: none; } }
.modal.show .modal.modal-right .modal-dialog {
  transform: none; }

.modal.modal-right .modal-content {
  border-radius: 0; }

.modal.modal-right .modal-body {
  min-height: 84vh;
  min-width: 400px; }

.modal.modal-left {
  left: 0;
  right: auto; }

.modal.modal-left .modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
  float: left; }

.modal.fade .modal.modal-left .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal.modal-left .modal-dialog {
    transition: none; } }
.modal.show .modal.modal-left .modal-dialog {
  transform: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.modal-backdrop.in {
  opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .5rem  1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.bootbox.modal.fade.in {
  background: rgba(0, 0, 0, 0.1); }

.zindex-9999999, .bootbox.modal.fade.in {
  z-index: 9999999 !important; }

.bootbox-body {
  padding-top: 20px;
  font-size: 14px; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer; }

.btn-primary {
  color: #fff;
  background-color: #2F419B;
  border-color: #2F419B; }
img.login-logo {
background: #fff;
border-radius: 10px;
padding: 10px 0;
}