.SECMOD_CONTAINER {
    background-color: rgb(1, 114, 198);
    border: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.SECMOD_MODAL_VIEWNAME label {
    font-size: 18px !important;
    font-weight: bold;
}

.SECMOD_MODAL {
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .SECMOD_MODAL {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
    .SECMOD_MODAL .WebWin_main_c {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
    }
    .SECMOD_MODAL .WebWin_main_l {
        width: 100% !important;
        height: 100% !important;
    }
    .SECMOD_MODAL .WebCon_Content {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.WebMsgBox {
    z-index: 4;
}

.RED_BORDER .WebFrm_Wrapper {
    border-bottom: 2px solid red !important;
}

.GREEN_BORDER .WebFrm_Wrapper {
    border-bottom: 2px solid rgb(0, 218, 0) !important;
}

#EYE_NEXTTO_LABELED_FORM {
    margin-top: 35px;
}

#EYE_NEXTTO_LABELED_FORM button:before {
    margin-left: -5px !important;
}

#EYE_NEXTTO_FORM button:before {
    margin-left: -5px !important;
}

.ShowPass button:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #000000;
    content: "\f06e";
}

.HidePass button:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #000000;
    content: "\f070";
}

.ShowPass button {
    background-color: transparent !important;
    box-shadow: none;
    max-width: 40px;
}

.ShowPass button:hover:before {
    color: #0072C6;
    -webkit-transition: color 0.25s;
    -moz-transition:    color 0.25s;
    -ms-transition:     color 0.25s;
    -o-transition:      color 0.25s;
    transition:         color 0.25s;
}

.HidePass button {
    background-color: transparent !important;
    box-shadow: none;
    max-width: 40px;
}

.HidePass button:hover:before {
    color: #0072C6;
    -webkit-transition: color 0.25s;
    -moz-transition:    color 0.25s;
    -ms-transition:     color 0.25s;
    -o-transition:      color 0.25s;
    transition:         color 0.25s;
}

input[type=text], input[type=password] {
    background-color: white;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.ErrorMessage .WebLabel_content {
    background-color: rgb(255, 143, 143);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold !important;
    border-color: red;
}

.SuccessMessage .WebLabel_content {
    background-color: rgb(149, 255, 149);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold !important;
    border-color: rgb(0, 250, 0);
}

.ValidationLabel .WebCon_Inner {
    min-height: 0px !important;
    margin-top: 0px !important;
}

.ValidationLabel .WebLabel_content {
    line-height: 1em !important;
}