/*
.navbar-brand img {
    float: left;
    position: relative;
    top: -15px;
    padding-right: 0.5em;
}

.navbar-header {
    overflow: hidden;
    white-space: nowrap;
}

p.text-danger, p.text-info {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.modal {
    text-align: center;
}
.modal:before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .modal-dialog {
        width: 90%;
    }    
}

.from-self-service .navbar-default, 
.from-self-service .password-change-completed .return-to-portal {
    display: none;
}

.from-self-service .modal-backdrop {
    background-color: #FFFFFF;
}
*/

/*======================
20250912 -- Regan -- Add
=======================*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding: 0;
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar.navbar-expand-lg>.container {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    color: #777;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
}

.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}

.navbar-text-custom {
    font-size: 20px;
    color: #777;
    margin-left: 10px;
}

.form-label-custom {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding-top: 7px;
    padding-bottom: 0;
}

.form-control {
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-link-custom {
    color: #337ab7;
    text-decoration: none;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
}
.btn-link-custom:hover {
    text-decoration: underline;
    color: #23527c;
}

.btn-primary-custom {
    background-color: #337ab7;
    background-repeat: repeat-x;
    border-color: #245580;
    padding: 6px 12px;
    font-size: 14px;
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    border-radius: 4px;
}
.btn-primary-custom:hover {
    background-color: #286090;
    border-color: #204d74;
}

.alert-info-custom {
    background-color: #d9edf7;
    color: #31708f;
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea;
    font-size: 14px;
}

.help-block {
    font-size: 14px;
    color: #31708f;
    margin-top: 5px;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

@media (max-width: 768px) {
    .text-sm-end {
        text-align: left !important;
        margin-bottom: 5px;
    }
    .navbar-header span {
        font-size: 14px;
    }
    .navbar-brand img {
        height: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .col-sm-4 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .container, .container-sm {
        max-width: 100% !important;
    }
}