﻿/* ========================================= */
/* Prelogin Component Styling                */
/* ========================================= */

.card-content {
    flex: 1 1 auto; 
    width: 100%; 
    display: flex; 
    flex-direction: column; 
}

.vss-logo {
    background-image: url('/images/VectorLogo_Transparent.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 30%;
    width: 100%;
}

.card-content-main {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    height: 50%; 
    width: 100%; 
}

.main-page-title {
    font-size: clamp(28px, 5vw, 40px);
    color: var(--vss-quinary-text-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
}

.slogon {
    font-size: clamp(13px, 3.5vw, 18px); 
    line-height: 1.4; 
    color: var(--vss-quinary-text-color);
    text-align: center;
    max-width: 100%;
    margin: 0 auto 2rem auto;
}

.card-details {
    margin-bottom: 1rem;
    transition: transform 0.3s;
    width: 100%;
    max-width: 400px;
}

.rz-form-field-label {
    font-weight: 490 !important;
    text-align: left !important;
    font-size: clamp(14px, 1.5vw, 18px) !important;
    color: var(--primary-text-color) !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    max-width: 100%;
}

.rz-form-field,
.rz-form-field-content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.rz-textbox,
.rz-password,
.rz-textarea {
    width: 100% !important;
    max-width: 400px !important;
    color: var(--primary-text-color) !important;
    box-sizing: border-box;
}

button.btn-primary {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.6rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.rz-textbox:focus {
    border-color: var(--tertiary-color) !important;
}

.rz-textarea {
    border-color: var(--primary-text-color) !important;
    margin-top: 5px !important;
    max-height:14vh !important;
    min-height:8vh !important;
}

    .rz-textarea:hover {
        border: 2px solid var(--tertiary-color) !important;
    }

.support-detailed-msg{

}

.forgotpwd-btn,
.privacy-support-items,
.back-btn {
    margin: 10px;
    align-content: center;
    text-align: center;
}

    .forgotpwd-btn a,
    .privacy-support-items a,
    .back-btn a {
        text-decoration: none;
        font-size: 14px;
        color: var(--secondary-color);
    }

        .forgotpwd-btn a:hover,
        .privacy-support-items a:hover,
        .back-btn a:hover {
            color: var(--tertiary-color);
            font-weight: 500 !important;
        }

.login-footer-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 20vw;
}

.privacy-support-items {
    text-align: center;
    flex: 0 1 auto;
    min-width: 80px;
    margin: 0 0.5rem;
    margin-top:3vh;

}

.custom-file-input-area,
.contact-details {
    margin: 5px;
}


    /* ========================================= */
    /* Responsive Adjustments by Breakpoint      */
    /* ========================================= */
    @media (max-width: 800px) {
        .login-footer-items{
        display:none;
    }
}