.login-form {
    position: relative;
    width: 300px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    font-weight: bold;
}

.login-form a:link, .login-form a:visited {
    color: inherit;
}

.login-form label {
    font-size: 14px;
}

.login-form input::placeholder {
    /*color: rgba(244, 244, 244, .7);*/
}

.login-form fieldset .acclaro-icon {
    position: absolute;
    top: 31px;
    left: 5px;
}

.login-form * {
    box-sizing: border-box;
}

.login-form fieldset {
    border: 0;
    padding: 0;
    position: relative;
}

.login-form-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
}

.login-form-header {
    text-align: center;
    padding: 39px 20px;
}

.login-form-header img {
    width: 200px;
    margin: 0 auto;
}

.login-form-signup {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 12px;
}

#loginbox {
    position: absolute;
    background-color: rgba(1, 0, 15, 0.7);
    border-radius: 10px;
    width: 450px;
    height: 560px;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sign-in {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 33px;
    padding: 10px 0px 36px;
    font-weight: bold;
}

#loginbox .login-form-signup a {
    text-decoration: underline;
}

#loginbox .backbtn .lbright.forgot-password a {
    text-decoration: underline;
}

label[for="lbemail"], label[for="lbpasswd"] {
    font-weight: bold;
}

#lbemail, #lbpasswd {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    outline: none;
    padding: 4px;
    padding-left: 32px;
    border: 0;
    margin-bottom: 19px;
    border-radius: 6px;
    background: linear-gradient(180deg, #E2E2E2 0%, #FFFFFF 100%);
}

#lblogin, #lbstep1, #lblogin2_1 {
    background: linear-gradient(180deg, #009DD3 0%, #0064A7 100%);
    width: 100%;
    padding: 11px 5px;
    border-radius: 4px;
    border: none;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.lbdisabled {
    background-color: #666666 !important;
    color: #999999 !important;
}

#lbbottom {
    margin-top: 16px;
    font-size: 12px;
    vertical-align: text-bottom;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 20%;
}

#lbbottom > div:first-child {
    margin-bottom: 5px;
}

#lbleft {
    float: left;
}

.lbright {
    float: right;
}

#lbcenter {
    text-align: center;
}

#rememberit {
    /*  vertical-align: text-top; */
}

#emailerror, #passwderror {
    font-size: 10px;
    color: #d15756;
}

.inputerror {
}

#failmsg {
    position: absolute;
    top: 30px;
    width: 75%;
    left: 12%;
    padding: 8px 20px;
    background-color: rgb(147, 48, 42);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
}

#failmsg a:link, #failmsg a:visited {
    color: #ffffff;
    text-decoration: underline;
}

#backtostep1 {
    margin: 30px 30px -30px;
}

.message {
    position: absolute;
    background: white;
    color: black;
    width: 100%;
    height: 76%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: .9;
    border-radius: 10px;
    box-shadow: 1px 2px 16px 9px #817777;
    flex-direction: column;
}

.hidden {
    display: none;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 4px;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.go-back {
    border: 1px solid #555555;
    border-radius: 6px;
    padding: 10px 25px;
    margin-top: 10px;
}

.go-back .acclaro-icon {
    transform: rotate(90deg);
    top: 6px;
    position: relative;
}

.mt-25 {
    margin-top: 25px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-form label.remember-label {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.regular-checkbox {
    -webkit-appearance: none;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 17px;
    position: absolute;
    top: -6px;
    left: 0px;
    color: #0a96ff;
}

.forgot-password {
    margin-bottom: 5px;
}
