html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0033A0;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-orange {
    color: #002370;
    background-color: #FF9E16;
    border-color: #FF9E16;
}

.btn-orange:hover, .btn-orange:focus {
    background-color: #FF9E16;
    color: #002370;
    border-color: #FF9E16;
    outline: 2px solid #fff !important;
}

.text-white {
    color: white;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.login-btn {
    width: 50%;
}

.title {
    margin-top: 15px;
}

.messages {
    margin-top: 5px;
    margin-bottom: 5px;
}

.h3 {
    margin-top: 10px;
}

.forgotPwd:hover {
    color: white;
    text-decoration: none;
}

.forgotPwd:active {
    color: white;
    text-decoration: none;
}

.hd-error-message {
    font-size: 15px!important;
}

.logout-btn-margin{
    margin:auto;
}

.reset-btn-margin{
    margin-top:10px;
}

.passwordReset-loginbtn-margin {
    margin-right: 3px;
}


.login-container {
    position: relative;
    width: 25%;
    height: 10%;
    background: #fff;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(40, 84, 141, 0.08);
    padding: 32px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-bar {
    width: 61px;
    height: 29px;
    background: #28548D;
    border-radius: 4px;
    margin-bottom: 16px;
}

.logo-img {
    margin-left:41%;
    margin-bottom: 16px;
}

.login-title {
    font-family: 'Allstate Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2F3847;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.otp-selection-text {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    color: #000;
    margin-bottom: 18px;
    width: 100%;
}

.otp-method {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-bottom: 12px;
}

.otp-radio {
    width: 24px;
    height: 24px;
    accent-color: #45BCE5;
    border: 1px solid #4E5969;
    background: #fff;
}

.otp-label {
    font-family: 'Allstate Sans', Arial, sans-serif;
    font-size: 16px;
    color: #2F3847;
    margin-left: 4px;
}

.next-button {
    width: 151px;
    height: 30px;
    background: #335389;
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .next-button:hover {
        background: #28548D;
        color:white;
    }

    .next-button:disabled {
        background: #28548D;
        color: white;
    }

.otp-container {
    position: relative;
    width: 25%;
    min-height: 10%;
    background: #fff;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(40, 84, 141, 0.08);
    padding: 24px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.otp-logo-bar {
    width: 61px;
    height: 29px;
    background: #28548D;
    border-radius: 4px;
    margin-bottom: 12px;
}

.otp-message {
    width: 100%;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #000;
    margin-bottom: 18px;
    text-align: left;
}

.otp-input-wrapper {
    width: 159px;
    height: 40px;
    background: #F1F1F1;
    border: 2px solid #275DC5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 8px;
}

.otp-input {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #838383;
    outline: none;
}

.otp-label {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #838383;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
}

.otp-submit-btn {
    width: 151px;
    height: 30px;
    background: #28548D;
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .otp-submit-btn:hover {
        background: #275DC5;
        color:white;
    }
.otp-submit-btn:disabled {
    background: #28548D;
}
.otp-resend-link {
    width: 151px;
    height: 30px;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #28548D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 8px;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}
.btn-orange:disabled {
    background-color: #FF9E16
}

