.password-rules p {
    font-size: 13px;
    color: #707070;
}

.password-rules ul {
    padding-left: 0px;
    list-style: none;
    line-height: 2.5;
    margin-bottom: 30px;
}

    .password-rules ul li {
        font-size: 13px;
        color: #707070;
        display: flex;
        align-items: center;
    }
    .password-rules ul li .text{
        margin-left: 12px;
    }

.password-rules ul li img {
    width: 5%;
    vertical-align: text-top;
    margin-right: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .password-rules ul li img {
        width: 6%;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .password-rules ul li img {
        width: 3%;
    }
}

@media screen and (min-width: 400px) and (max-width: 576px) {
    .password-rules ul li img {
        width: 4%;
    }
}

@media screen and (max-width: 400px) {
    .password-rules ul li img {
        width: 6%;
    }
}

.device-tip {
    font-weight: 600;
    font-size: 13px;
}

.device-tip-link,
.device-tip-link:hover {
    padding-left: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #2D80AF;
}

.btn-selected {
    background-color: #2D80AF !important;
    color: #FFFFFF !important;
}

.popover {
    max-width: 352px !important;
}

.register_header_box {
    background-color: #C4E9F7;
    height: unset;
    text-align: center;
}

.register_header_box h2 {
    color: #00182E;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 4.4;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: unset;
}

.register_title {
    color: #5F5F62;
    font-size: 24px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.register_subtitle {
    color: #5F5F62;
    font-size: 16px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: left;
}

.register_prompt {
    font-weight: 500;
    margin-top: 32px;
    text-align: left;
    letter-spacing: 0px;
    color: #5F5F62;
    opacity: 1;
}

@media screen and (max-width: 400px) {
    .register_prompt {
        margin-top: 10px;
    }
}

.register-form input[type=text].form-control,
.register-form input[type=tel].form-control,
.register-form input[type=password].form-control {
    margin-left: 16px;
    padding-left: 0px;
}

.register-form .mb-30 {
    padding-right: 0px;
    padding-left: 10px;
}

@media screen and (max-width: 992px) {
    .register-form .mb-30 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.register-form .mb-30 img {
    position: absolute;
    margin-left: -20px;
}

@media screen and (max-width: 768px) {
    .register-form .mb-30 img {
        margin-left: -15px;
    }
}

.register-form .mb-30 img[data-toggle="tooltip"] {
    left: 10px;
}

@media screen and (max-width: 992px) {
    .register-form .mb-30 img[data-toggle="tooltip"] {
        left: 40px;
    }
}

.register-form .control-label {
    padding-left: 15px;
    white-space: nowrap;
}

.register-form span.field-validation-error {
    font-size: 12px;
    color: #CC0000;
    display: block;
    padding-left: 17px;
}

.register-form select {
    margin-left: 16px;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    color: #2D80AF;
    background-color: #F7F7F7;
    box-shadow: none;
    padding-left: 0px;
    height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #00182E;
}

.register-form .btn {
    width: 100%;
    margin-top: 20px;
}

.register-form #pills-fourth > div {
    margin-bottom: unset;
}

.register-form #btnDevice {
    margin-left: 15px;
}

.register-form #btnUserData {
    margin-left: 30px;
}

@media screen and (max-width: 992px) {

    .register-form #btnDevice,
    .register-form #btnUserData {
        margin-left: 0px;
    }
}

.register-form #actions .btn {
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 992px) {
    .register-form #actions .btn {
        margin-left: 0px;
    }
}

.navbar-default {
    border-bottom: unset;
}

.user-page-content {
    margin-top: -25px;
}

.user-page-content .alert-danger img {
    padding-left: 10px;
    padding-right: 20px;
}

.close {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #666666 !important;
    opacity: 1 !important;
}

label {
    font-weight: 600 !important;
}

.popover-content {
    font-family: 'Montserrat', sans-serif;
}

.checkbox {
    color: #5F5F62;
}

.user_title {
    font-size: 20px;
    color: #00182E;
    text-align: left;
    padding-top: 50px;
    margin-bottom: -10px;
}

.no-navigation-line {
    top: 74px;
}

@media screen and (max-width: 991px) {
    .no-navigation-line {
        top: 64px;
    }
}

.navigation-line {
    height: 8px;
    width: 100%;
    background-color: #00182E;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00182E;
}

.error-message {
    background: #fbd3d0 no-repeat padding-box;
    font-weight: 500;
    border-radius: 10px;
    padding: 20px 30px;
}

.error-message .close {
    margin-bottom: 15px;
}

.reference-code-container {
    background: #C4E9F7 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
}

.reference-code-container .row {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reference-code-container .mr-3 {
    margin-right: -3%;
}

.reference-code-container .value {
    padding-left: 0;
    font-weight: 600;
}

.registration-form-header {
    text-align: left;
    font: normal normal 500 20px/34px Montserrat;
    letter-spacing: 0px;
    color: #00182E;
    opacity: 1;
}

.registration-form-description {
    text-align: left;
    font: normal normal normal 16px/22px Montserrat;
    letter-spacing: 0px;
    color: #5F5F62;
    opacity: 1;
    font-weight: 500;
}

.section-title > h4 {
    line-height: unset !important;
}

.show-hide-password {
    position: absolute !important;
    cursor: pointer;
    top: 36px;
    left: 110%;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .show-hide-password {
        left: 92%;
        width: 4%;
    }
}

@media screen and (max-width: 768px) {
    .show-hide-password {
        left: 88%;
        width: 30px;
    }
}

@media screen and (max-width: 576px) and (-webkit-min-device-pixel-ratio: 2) {
    .user-page-content .mt-xs--30 {
        margin-bottom: -30px;
    }
}

#ReferenceCode {
    margin-left: 0px;
}

#navbarLine {
    background-color: #00182E;
}

.register-form .btn-default {    
    margin-right: -25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    border: none;
    border-radius: 10px;
    width: 90%;
    line-height: 2;
}
