﻿body {
    overflow-x: hidden;
}

.header-area .classy-navbar .white-logo {
    display: none;
}

.header-area .classy-navbar .color-logo {
    display: block;
}

.header-area {
    right: 0;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(15,15,15,0.13);
}

.classy-navbar {
    height: 80px;
}

.row {
    margin: 0;
}

#footer .col-6 {
    display: block;
}

.user-account-bkg {
  overflow: auto;
  position: relative;
  min-height: 750px;
  min-width: 100%;
}
#reg-btn {
    background-color: #8C37F6;
    opacity: 1;
    border: none;
}
.col-6 {
    display: flex;
    align-items: center;
}
.col-12 {
    display: flex;
    align-items: center;
}
.btn {
}
/* sign-in */
.sign-in-bkg {
    background-image: url(/Content/images/login-bg.webp);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 80px;
    height: calc(100vh - 530px);
    min-height: 500px;
}
    .sign-in-bkg h5 {
        font-size: 22px;
        text-align: center;
        margin-top: 10px;
        color: #000;
        font-weight: 600;
        width: 100%;
    }
.overlay {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    align-items: center;
}

.forgetpw-content {
    margin-bottom: 0;
    padding-bottom: 4%;
    height: 100%;
    width: 100vw;
    display: flex;
    justify-content: center;
}

#forgetPasswordSuccessfulContainer {
    height: 70vh;
    padding-top: 15%;
}
#forgetPasswordContainer {
    max-width: 400px;
    background-color: white;
    height: fit-content;
    margin-top: 25px;
}
    #forgetPasswordContainer .ibox-content {
        padding: 25px;
        background-color: white;
        text-align: center;
    }
    #forgetPasswordContainer h3 {
        color: black;
        letter-spacing: 0;
        font-size: 28px;
    }
    #forgetPasswordContainer .btn {
        margin: 15px 0;
        justify-content: center;
        font-weight: 600;
    }

.navbar.navbar-fixed-top {
    top: 0;
}
.navbar-inverse a {
    max-width: 150px;
}

@media (max-width: 450px) {
    .sign-in-bkg h5 {
        font-size: 18px
    }
}

.vodus-btn.fb {
  background-color: #3b5791;
  background-image: url('../../Images/sso/fb.png');
  background-repeat: no-repeat;
  background-position: 15px 8px;
  text-indent: 15px;
}

.vodus-btn.google {
  background-color: #9d2b24;
  background-image: url('../../Images/sso/gplus.png');
  background-repeat: no-repeat;
  background-position: 15px 10px;
  text-indent: 15px;
}

.vodus-btn.linked {
  background-color: #007bb6;
  background-image: url('../../Images/sso/linkedin.png');
  background-repeat: no-repeat;
  background-position: 12px 7px;
  text-indent: 15px;
}

/* sign-in */
#signInForm {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.sign-in-box {
    max-width: 400px;
    z-index: 1;
    position: inherit;
    left: 20%;
    width: 96vw;
    box-shadow: 0 0 7px 0px rgba(0,0,0,0.4);
}
    .sign-in-box .alert-success {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 15px;
        padding: 10px;
    }
    .sign-in-box .header-sign-in {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .sign-in-box .vodus-icon img {
        height: auto;
        width: 100%;
        max-width: 150px;
    }

    .sign-in-box .content {
        width: 100%;
    }
        .sign-in-box .content input {
            margin-top: 15px;
            margin-bottom: 15px;
            width: 100%;
        }

        .sign-in-box .content label {
            display: block;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 400;
        }
        .sign-in-box .content .btn {
            font-size: 18px;
            width: 100%;
            letter-spacing: 2px;
        }
    .sign-in-box .content .btn1:hover,
    .sign-in-box .content .btn1:focus,
    .sign-in-box .content .btn1:active
     {
      color: white;    
      box-shadow: inset 0 3px 10px rgba(0,0,0,0.3);
    }

    .sign-in-box .content .btn2 {
      margin-right: 4px;
      width: 120px;
    }

      .sign-in-box .content .btn2:last-child {
        margin-right: 0px;
      }

  .sign-in-box .sign-in-others span {
    display: block;
    margin-bottom: 15px;
  }

.forgot-pw {
    color: #666;
    font-size: 16px;
}

  .sign-in-box .sign-in-vodus {
    padding: 0;
  }

div.separator {
  margin: 30px 0;
  text-align: center;
}

  div.separator span:first-child {
    background-color: white;
    color: #b5b7bd;
    margin-top: 0px;
    display: inline-block;
    width: 80px;
  }

  div.separator span:last-child {
    display: block;
    border-bottom: 1px #e1e8ee dotted;
    width: 100%;
    margin-top: -8px;
  }

.footer-sign-in {
    width: 100%;
}
    .footer-sign-in p,
    .footer-sign-in a {
        color: #666;
    }
#SignUp,
#SignIn {
    margin-left: 5px;
    font-weight: 600;
}
#SignUp {
    font-size: 1.2em;
}
@media (max-width: 480px) {
    .sign-in-box .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* end sign-in */
/* sign-up */
.sign-up-box {
    max-width: 900px;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -375px;
}

  .sign-up-box .mask-bkg {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .sign-up-box .left-panel, .sign-up-box .right-panel {
    width: 568px;
    height: 100%;
    float: left;
  }

  .sign-up-box .left-panel {
    background-color: white;
  }

  .sign-up-box .header-sign-in {
    height: 50px;
    padding: 40px 75px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .sign-up-box .content {
    padding: 40px;
    margin: 20px 0;
    background-color: #f0f4f7;
  }

    .sign-up-box .content span {
      margin: 0px 0 16px 2px;
    }

    .sign-up-box .content label {
      margin: 4px 0 4px 2px;
    }

      .sign-up-box .content label.style1 {
        display: inline-block;
      }


    .sign-up-box .content .btn1 {
      margin-top: 30px;
      margin-right: 9px;
    }

    .sign-up-box .content .btn2 {
      margin-right: 6px;
      margin-bottom: 30px;
    }

  .sign-up-box .right-panel .content {
    height: 670px;
    padding: 40px 85px;
    color: white;
  }

    .sign-up-box .right-panel .content span {
      color: white;
      margin: 0;
    }

.step {
  margin-bottom: 57px;
}

  .step table td {
    width: 110px;
    padding-right: 23px;
    text-align: center;
  }

.oval {
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  margin: 25px auto 8px;
}

  .oval.step1 {
    background-image: url('../../Images/sso/step1.png');
  }

  .oval.step2 {
    background-image: url('../../Images/sso/step2.png');
  }

  .oval.step3 {
    background-image: url('../../Images/sso/step2.png');
  }
#DoneRegisterModal.show {
    display: flex !important;
}
#DoneRegisterModal p {
    text-align: center;
    margin: 10px;
}
#DoneRegisterModal .vodus-btn {
    width: auto;
    padding: 10px 20px;
}
#DoneRegisterModal .modal-footer {
    justify-content: center;
}
/* end sign-up */
/* register success*/
.rs-container {
    margin: auto;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 10%;
    background-color: white;
    z-index: 10001;
    overflow: hidden;
    padding: 50px;
    border-radius: 15px;
    width: 80%;
}

@media (min-width: 992px) {
  .rs-container {
    position: fixed;
  }
}

.rs-row {
  text-align: center;
}

.rs-step {
}

.rs-step-desc {
  padding: 0 20px;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #000;
  z-index: 999999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 49%;
  left: 49%;
  z-index: 999999;
}

/*Unauthorized access*/
.error-container {
    max-width: 700px;
    max-height: 1200px;
    background-color: #fff;
    opacity: 0.8;
    padding: 5vh 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .error-container h2 {
        text-transform: uppercase;
        text-align: center;
        font-size: 40px;
        font-family: 'Poppins', sans-serif;
        padding: 0;
    }
    .error-container p {
        width: 100%;
        text-align: center;
    }
    .error-container hr {
        width: 100%;
        border-top: 2px solid #ccc;
    }