﻿body {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.login-page {
    background: url("/img/Login_Background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.card-title-custom {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 35px !important;
    line-height: 41px !important;
    color: #49245E;
}

.login-box {
    width: auto !important;
    max-width: 500px;
    margin: 0px auto !important;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.41);
    border-radius: 6px;
    overflow: hidden;
}

.logo-image-login {
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.hr-line {
    border: 0.5px solid #D9D9D9;
}

.custom-form {
    padding: 35px !important;
}

.email-input {
    box-sizing: border-box;
    height: 52px !important;
    border: 0.5px solid #2B6645 !important;
    border-radius: 5px !important;
    padding-left: 36px !important;
    background-color: white !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    transition-timing-function: ease-in;
}

    .email-input:focus {
        filter: drop-shadow(0px 0px 10px #2B6645);
    }

.password-input {
    box-sizing: border-box;
    width: 400px !important;
    height: 52px !important;
    border: 0.5px solid #2B6645 !important;
    border-radius: 5px !important;
    padding-left: 36px !important;
    background-color: white !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 21px;
}

    .password-input:focus {
        filter: drop-shadow(0px 0px 10px #2B6645);
    }

.email-icon {
    position: absolute;
    padding: 12px;
    padding-top: 19px;
    z-index: 10000;
}

.a-link {
    width: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: black;
    text-decoration: none;
}


    .a-link:hover {
        color: #333333;
    }

.fp-div {
    margin-top: 5px !important;
}

.remember-me {
    height: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #333333 !important;
}

.custom-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 10px;
    height: 44px !important;
    background: #2C6746 !important;
    border-radius: 4px !important;
    margin: 8px;
    margin-top: 20px;
}

.button-text {
    width: 50px;
    height: 23px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF !important;
}

.header-container {
    padding: 15px 35px;
}

.checkbx-custom-div {
    padding: 5px;
}

.checkbx-custom {
    padding: 8px !important;
    padding-top: 13px !important;
    border-color: green;
    accent-color: #2B6645;
    border-radius: 2px;
    width: 15px;
    height: 15px;
}

.logo-box {
    width: auto !important;
}

@@media (min-width: 992px) {
    .a-link {
        font-size: 18px;
    }
}

.form-group {
    margin-bottom: 35px !important;
}

    .form-group label {
        font-size: 20px;
        font-style: normal;
        font-weight: 400 !important;
        margin-bottom: 18px;
        color: #333333;
    }
