:root {
    --font-awesome: 'Font Awesome 7 Pro';
}

html,
body { height: 100%; }

body {
    background: url(../img/loginbg.png) top center no-repeat;
    background-size: cover;
}

.page-cover {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.page-cover-inner {
    display: table-cell;
    vertical-align: middle;
}

.form-top {
    background: #fff;
    padding-top: 115px;
    padding-bottom: 5px;
}

    .form-top.inputHidden {
    }

        .form-top.inputHidden .usermail, .form-top.inputHidden .userresetpass {
            display: none;
        }

    .sloMessage,
    .hlMessage {
        margin: 20px;
    }

.form-top-reset {
    background: #fff;
    height: 260px;
    padding-top: 20px;
}

.form2 .form-top {
    background: #fff;
    height: 100px;
    padding-top: 10px;
}

.form-top-sign-up {
    background: #fff;
    height: 230px;
    padding-top: 1px;
}

.form-bottom {
    color: #9096A2;
    font-size: 13px;
    height: 100%;
}

.form-bottom a { color: #9096A2; }

.form-bottom a:hover { color: #25a8e0; }

.loginfrom { margin-top: -105px; }

.loginbox {
    background: #40444D;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    margin: 0 auto;
    text-align: center;
    width: 465px;
}

.loginboxChangePassword {
    background: #40444D;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    margin: 0 auto;
    text-align: center;
    width: 465px;
}

.loginboxChangePassword .form-top-changepassword {
    background: white;
    padding: 25px 0;
}

    .loginboxChangePassword .errormessage {
        margin-top: 0;
        margin-bottom: -25px;
        padding: 5px;
    }

.loginboxChangePassword .form-bottom {
    height: auto;
    padding: 25px 0;
}

.loginbox img { }

.loginbox img.ava {
    margin-bottom: 25px;
    margin-top: -120px;
}

.loglog { margin: 60px auto 6px; }

.usermail, .userresetpass {
    border: 0px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    width: 260px;
}

.form2 .usermail, .form2 .userresetpass {
    margin: 20px auto;
}

.userresetpass > div:before {
    bottom: 0;
    content: "\f023";
    font-family: var(--font-awesome);
    font-weight: 900;
    left: 5px;
    line-height: 34px;
    position: absolute;
    top: 0;
    width: 20px;
}

.usermail > div, .userresetpass > div {
    border-bottom: 2px solid #25a8e0;
    display: inline-block;
    width: 80%;
}

        .userpass > div:before,
        .usermail > div:before {
            bottom: 0;
            content: "\f406";
            font-family: var(--font-awesome);
            font-weight: 900;
            left: 5px;
            line-height: 34px;
            position: absolute;
            top: 0;
            width: 20px;
        }

    .usermail .form-control,
    .userresetpass .form-control{
        background: transparent;
        border: 0px;
        border-radius: 2px;
        box-shadow: none;
        padding-left: 24px;
    }

.usermail button,
.userresetpass button{
    background: #25A8E0;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    opacity: 1;
    padding: 6px 12px;
    transition: opacity 250ms;
}

    .usermail button.disabled,
    .userresetpass button.disabled {
        pointer-events: none;
        opacity: .65;
        transition: opacity 250ms;
    }

    .usermail button:hover,
    .usermail button:focus,
    .usermail button:active,
    .userresetpass button:hover,
    .userresetpass button:focus,
    .userresetpass button:active {
        border-color: #52BAE3;
    }

.usermail.isSSO > div {
    width: 100%;
}

    .usermail.isSSO > div::before {
        left: 0;
    }
    .usermail.isSSO button {
        display: none;
    }

.userpass {
    box-shadow: none;
    padding-bottom: 0px;
    padding-top: 20px;
    position: relative;
}

    .userpass > div {
        margin: 0 auto;
        position: relative;
        width: 330px;
    }

        .userpass > div:before {
            background: #4F545F;
            bottom: 1px;
            content: '\f023';
            font-family: var(--font-awesome);
            font-weight: 900;
            font-size: .8em;
            left: inherit;
            right: 1px;
            top: 1px;
        }

        #migration-block .userpass > div:before {
            background: none;
            content: '';
        }

    .userpass .form-control {
        background: #373B46;
        border-color: #585E6A;
        border-radius: 2px;
        box-shadow: none;
        color: #abb4be;
        display: block;
        margin: 0 auto;
    }

#passwordToggle {
    background: none;
    border: none;
    position: absolute;
    top: 1px;
    font-size: 1.5em;
    right: 0px;
    outline: none;
}

.signupinput {
    border: 0px;
    box-shadow: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    width: 350px;
}
.signupinput > div  {
    text-align: left;
}
.signupinput > div > input {
    border: 0px;
    border-bottom: 2px solid #25a8e0;
    box-shadow: none;
    margin-top: 10px;
    width: 100%;
}

.signupinput > div > input:focus {
    border: 0px;
    border-bottom: 2px solid #25a8e0;
    box-shadow: none;
    margin-top: 10px;
}


input[type="checkbox"].selectcheck {
    display: none;
}

input[type="checkbox"].selectcheck + label {
    position: relative;
    height: 16px;
    padding-left: 20px;
    padding-top: 5px;
    color: #555;
    font-size: 16px;
    margin-top: 20px;
}

input[type="checkbox"].selectcheck + label:after {
    content: "";
    position: absolute;
    height: 16px;
    background-color: #fff;
    margin-right: 3px;
    border: 2px solid #d5d5d5;
    border-radius: 2px;
    width: 16px;
    font: normal normal 900 14px/1 var(--font-awesome);
    top: 6px;
    left: -3px;
    font-size: 12px;
    color: #777;
}

input[type="checkbox"].selectcheck:checked + label:after {
    content: "\f00c";
}

  .input {
    background: #373B46;
    border-color: #585E6A;
    border-radius: 2px;
    box-shadow: none;
    color: #abb4be;
    display: block;
    margin: 0 auto;
  }

.button-dark {
  background: #373B46;
  border-color: #585E6A;
}

  .button-dark:hover {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
  }

  .button-dark:focus {
    border-color: #66afe9;
    color: #585E6A;
  }
      

.unlock {
    background: #25a8e0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 13px 58px;
}

.unlock:focus { background: #25a8e0; }

.unlock:hover,
.unlock:active { background: #52BAE3; }

.unlock-sign-up {
    margin-top: 15%;
}

.top-links {
    margin: 10px 10px 0 0;
    text-align: right;
}

.top-links a { margin-left: 15px; }

footer {
    margin-bottom: 20px;
    margin-top: 30px;
}

.footer-sign-up {
    margin-top: 10%;
}

@keyframes show {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.submit-block {
    display: none;
    opacity: 0;
    transition: opacity .3s;
}

    .submit-block.active {
        display: block;
        opacity: 1;
        animation: show .3s;
    }

.errormessage {
    margin-top: -20px;
}
.token-modal {
    display: table !important;
    height: 100%;
    min-height: 100%;
    width: 100%;
}
.token-modal .modal-dialog {
    display: table-cell;
    vertical-align: middle;
}

.token-modal .form-control {
    background: #373B46;
    border-color: #585E6A;
    border-radius: 2px;
    box-shadow: none;
    color: #abb4be;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}
.token-modal .modal-content {
    border-radius: 0;
    border: 0;
    width: 240px;
    margin: -115px auto 0;
    background: #40444D;
    color: #9096A2;
}

.token-modal .alert{
    margin: 20px -20px -20px;
    border-radius: 0;
    padding: 10px 15px;
}

.token-modal p span {
    color: #acb3c1;    
    font-weight: bold;
} 

.token-modal p {
    margin-bottom: 15px;
} 

.token-backdrop.in {
}

.done {
    background: #25a8e0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
}

.done:focus { background: #25a8e0;
    color: #fff;}

.done:hover,
.done:active { background: #52BAE3;
    color: #fff;}

@media (max-width: 767px) {
    .page-cover-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .loginbox {
        width: 100%;
    }

    .form-top {
        padding-top: 10px;
    }

        .form-top.inputHidden {
            padding-top: 100px;
        }

    .userpass > div { width: 250px; }

    .loginfrom { margin-top: -80px; }

    .loginbox img { width: 160px; }

    .usermail, .userresetpass {
        margin-bottom: 25px;
        margin-top: 90px;
    }

    .userpass { padding-top: 25px; }

    .loglog { margin: 35px auto 6px; }
}


.row-margin {
  margin-top: 20px;
}

.row-red {
  color: red;
  font-weight: bolder; 
  margin-top: 20px;
  margin-bottom: 20px;
}

#trademark {
    bottom: 1em;
    color: white;
    font-size: .9em;
    font-weight: bold;
    opacity: .85;
    position: absolute;
    right: 1em;
}

#trademark a, #trademark a:visited, #trademark a:active {
    color: white;
}

.approval-message {
    padding-top: 120px;
}
#showHidePassword,
#showHidePassword + label {
    cursor: pointer;
}

#migrating-block a, #migrating-block b {
    color: white;
    text-decoration-color: white;
}
#migrating-block a:link {
    color: white;
}
#migrating-block a:visited {
    color: white;
}
#migrating-block a:hover {
    color: white;
}
#migrating-block a:active {
    color: white;
}
