
.top-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    z-index: 1000;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

.login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.login-card {
    position: relative;
    width: 454px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.login-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(
            to right,
            #FF4A6E,
            #FF9800,
            #FFD600,
            #4CAF50,
            #2196F3,
            #9C27B0
    );
}

.login-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background-color: #043347;
    width: 454px;
    height: 88px;
    color: #fff;
}

.login-card__title {
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;

    letter-spacing: -0.019em;

    color: #FFFFFF;
}

.login-card__logo {
    height: 40px;
}

.login-card__body {
    padding: 24px;
    font-family: 'Inter';
    color: #546072;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 13px;
}

.RadForm.rfdTextbox input[type="text"].rfdDecorated,
.RadForm.rfdTextbox input[type="password"].rfdDecorated {
    height: 36px !important;
    padding: 6px 10px !important;
    border: 1px solid #C8CDD3 !important;
    border-radius: 3px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.remember-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 20px;
}
input[type="checkbox"],
.rememberMeChk input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-sizing: border-box !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    background: #FFFFFF !important;
    border: 1.5px solid #EAECF0 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}

input[type="checkbox"]:checked,
.rememberMeChk input[type="checkbox"]:checked {
    background-color: #2F74B6 !important;
    border-color: #2F74B6 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.97 4.97a.75.75 0 0 0-1.08-1.04L6.75 9.09 4.11 6.45a.75.75 0 1 0-1.06 1.06l3.2 3.2a.75.75 0 0 0 1.08 0l5.64-5.74z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
}

input[type="checkbox"]:checked::after {
    content: '✔';
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rememberMeChk input[type="checkbox"] + label {
    margin-left: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}
.login-btn {
    border: 1px solid #2872E9;
    background-color: #2872E9;
    color: #EDF6FA;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    gap: 4px;
    width: 139px;
    height: 40px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.084px;
    margin-bottom: 24px;
}

.login-txt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px !important;
    gap: 8px;
    width: 406px !important;
    height: 40px !important;
    background: #FFFFFF;
    border: 1.5px solid #EAECF0 !important;
    border-radius: 4px !important;
    flex: none;
    order: 5;
    align-self: stretch;
    font-size: 14px;
    color: #333;
}

.password-txt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px !important;
    gap: 8px;
    width: 406px !important;
    height: 40px !important;
    background: #FFFFFF;
    border: 1.5px solid #EAECF0 !important;
    border-radius: 4px !important;
    flex: none;
    order: 5;
    align-self: stretch;
    font-size: 14px;
    color: #333;
}



.forgot {
    margin-top: 35px;
    color: #424C5A;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.084px;
}

.forgot a {
    color: #2F74B6;
    text-decoration: underline;
}

.eula {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid #E3E7EB;
    border-radius: 6px;
    font-size: 12px;
    color: #6C757D;
}
