body {
    font-family: myriad-pro, Myriad Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}

.container {
    background-color: #ffffff;
    box-shadow: 0 0 24px 3px rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 30px;
}

.reset-factor {
    width: 80%;
}

.account-creation-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 8px;
    padding-bottom: 20px;
    width: 100%;
}

.welcome {
    text-align: center;
}

.password-container {
    width: 80%;
    margin: 0 auto;
    border: 0 solid #000000;
    background-color: #F1F1F1;
    padding: 30px 0 30px 20px;
    border-radius: 8px;
}

.recovery-question-container {
    padding: 30px 0 10px 20px;
}

.password-policy {
    color: #a7a7a7;
    font-size: 13px;
    padding: 20px 0 20px 0;
    width: 80%;
}

.forgot-password-policy {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    font-size: 14px;
}

.label {
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
}

.input-password {
    width: 80%;
    margin: 7px 0 0;
    box-sizing: border-box;
    height: 30px;
    box-shadow: inset 0 1px 1px hsla(0,0%,62.7%,.2);
    padding: 7px 8px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #5e5e5e;
    font-size: 13px;
}

.divider {
    padding: 30px 0 30px 0;
    margin-left: -20px;
}

.security-questions {
    padding-bottom: 30px;
}

.select {
    width: 80%;
    color: #5e5e5e;
    font-size: 13px;
    height: 25px;
}

.padding-top {
    padding-top: 20px;
}

#custom {
    display: none;
}

.create-account {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
}

.account-button {
    padding-right: 20px;
}

.button {
    display: inline-flex;
    min-width: 120px;
    width: auto;
    height: 30px;
    padding: 0 10px;
    overflow: visible;
    line-height: 30px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #c3c3c3 #c3c3c3 #bebebe;
    box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    color: #ffffff;
    font-weight: 500;
    align-items: center;
    font-family: myriad-pro, Myriad Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}

.disabled {
    background: #333;
}

.enabled {
    background: #0F255C;
    cursor: pointer;
}

.activation-error {
    text-align: center;
    padding: 0 30px 0 30px;
    font-family: myriad-pro, Myriad Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}

.navigate {
    font-weight: 500;
    color: #346170;
    text-decoration: underline;
}

#loading {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#loading::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;top:40%;
    width: 40px;height:40px;
    border-style: solid;
    border-color: #3498db;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.next {
    padding-top: 20px;
    text-align: center;
}

.input-user {
    width: 90%;
    margin: 7px 0 0;
    box-sizing: border-box;
    height: 30px;
    box-shadow: inset 0 1px 1px hsla(0,0%,62.7%,.2);
    padding: 7px 8px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #5e5e5e;
    font-size: 13px;
}

.next-button {
    font-size: 14px;
    min-width: 120px;
    background: #0F255C;
    cursor: pointer;
    width: auto;
    height: 30px;
    padding: 0 10px;
    overflow: visible;
    line-height: 30px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #c3c3c3 #c3c3c3 #bebebe;
    box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    color: #ffffff;
    font-weight: 500;
    align-items: center;
    font-family: myriad-pro, Myriad Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}

.sign-in {
    text-decoration: none;
    color: #346170;
    font-size: 14px;
}

a.sign-in:hover {
    text-decoration: underline;
}

.reset {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}

.reset-button {
    display: inline-block;
    font-size: 16px;
    min-width: 120px;
    background: #E41F35;
    cursor: pointer;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    overflow: visible;
    line-height: 40px;
    border: 0 none;
    border-radius: 5px;
    border-color: #c3c3c3 #c3c3c3 #bebebe;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    color: #ffffff;
    font-weight: 700;
    font-family: myriad-pro, Myriad Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
}

.reset-container {
    padding: 30px 20px;
}

.message {
    color: #5c6971;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.email-message {
    width: 60%;
}

.login-button {
    height: 50px;
    line-height: 50px;
}

.pad {
    padding: 20px 0 20px 0;
}

.user-name-container {
    width: 80%;
}

.emphasis {
    font-weight: 600;
}

.wrong-answer {
    padding-bottom: 20px;
    color: #E41F35;
    font-weight: 500;
}

.sign-out {
    display: flex;
    padding: 20px 9% 0 0;
    justify-content: flex-end;
}

.repeat {
    padding-top: 20px;
}

.error-container {
    width: 80%;
    margin: 0 auto;
}

.password-requirements {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.password-input {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.password-input-container {
    margin: 0 auto;
    border: 0 solid #000000;
    background-color: #F1F1F1;
    padding: 30px 0 30px 20px;
    border-radius: 8px;
    width: 80%;
}

.email-verify-input {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.password-policy-requirements {
    padding-left: 20px;
}

.account-creation-password-policy {
    color: #a7a7a7;
    font-size: 13px;
    padding: 20px 0 20px 0;
    width: 40%;
}

.account-creation-instructions {
    color: #000040;
    font-size: 14px;
    padding: 20px 0 20px 0;
    width: 100%;
}

.password-error {
    width: 80%;
}
