:root {
    --error: #ff006a;
    --success: #00cf96;
    --black: #000;
    --light: #fff;
    --light-gray: #e0e0e0;
    --dark-gray: #5a5a5a;
    --light-blue: rgb(67 139 207);
    --eureka-blue-color: rgb(10 68 122);
    --eureka-red-color: #ffcfcc;
    --eureka-light-color: rgb(253 253 253);
    --eureka-dark-red: rgb(193, 22, 39);
    --border-color: rgb(88, 88, 88);
    --bottom-border: rgb(171, 171, 171);
    --light-blue: #4ea7e3;
    --neon-blue: #a5fffd;
    --disabled: #464646;
    --placeholder-text: #9f9f9f;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: var(--placeholder-text);
    font-size: 15px;
    text-align: left;
    text-transform: none;
}

::-moz-placeholder {
    color: var(--placeholder-text);
    font-size: 15px;
    text-align: left;
}

:-ms-input-placeholder {
    color: var(--placeholder-text);
    font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
    text-align: left;
}

::-webkit-datetime-edit-fields-wrapper {
    color: #e6e6e6 !important;
    text-indent: 0px;
    /*color: var(--placeholder-text);*/
}

html {
    min-height: 100%;
    height: 100%;
    font-size: 1em;
    background: var(--light);
}

body {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

a,
a:visited,
a:hover,
a:link,
a:active {
    text-decoration: underline !important;
    cursor: pointer;
}

@media (max-width: 768px) {
    html {
        font-size: 0.8em;
    }
}

main.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    width: 100%;
}

.login-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -9999;
}

.login-container {
    padding-top: calc(70px + (120 - 70) * ((100vh - 768px) / 312)) !important;
    display: flex;
    height: 100%;
    padding: 30px 0;
    overflow: auto;
    align-items: center;
    flex-direction: column;
    justify-self: end;
    justify-content: space-between;
    min-width: calc(400px + 200 * (100vw - 1200px) / 720);
    background: transparent linear-gradient(360deg, #0B4678 0%, #06233C 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    z-index: 1000;
    gap: 20px;
    right: 0px;
}

.brand {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.brand-logo {
    /*height:11em;*/
    width: 18em;
    /* width: 60%;
    height: auto;*/
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.form-title {
    color: var(--light);
    font-size: calc(25px + (36 - 25) * ((100vw - 1200px) / (1920 - 1200)));
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.form-label {
    color: var(--light);
    font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
}

.form-control {
    width: 100%;
    background: transparent 0% 0% no-repeat padding-box;
    border: 1px solid transparent;
    border-bottom: 1px solid #ababab !important;
    color: #e6e6e6 !important;
    font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
    display: block;
    text-indent: 15px;
    max-width: 400px;
    border-radius: 4px;
    accent-color: #444444;
    box-shadow: 0 0 0 30px var(--eureka-blue-color) inset !important;
    background-color: transparent;
    outline: none;
}

    .form-control:active,
    .form-control:focus {
        border: 1px solid var(--bottom-border) !important;
    }

.form-button {
    width: 100%;
    align-self: center;
    margin-top: 0.75rem;
    color: var(--light);
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
    font-weight: 500;
    border: 1px solid var(--light) !important;
    cursor: pointer;
    border-radius: 4px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

    .form-button:hover {
        background: #ffffff !important;
        color: var(--eureka-blue-color) !important;
    }

.form-button-hover {
    background: #ffffff !important;
    color: var(--eureka-blue-color) !important;
}

.form-actions {
    color: var(--light);
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .form-actions > .action,
    .form-actions label {
        cursor: pointer !important;
    }

.form-message {
    color: var(--success);
    text-align: center;
}

a {
    color: var(--light) !important;
}

.form-error {
    color: var(--eureka-red-color);
    height: 0px;
}

.copyright-wrapper {
    text-align: center;
    color: var(--light);
}

.finiq-logo {
    justify-content: center;
    display: flex;
}

    .finiq-logo > .brand-logo {
        display: block;
        max-width: 230px;
        max-height: 60px;
        width: auto;
        height: auto;
    }

.copyright {
    max-width: 24rem;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}

label {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

input {
    width: 100%;
    background: transparent 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #ababab !important;
    height: 48px;
    color: #fff !important;
    font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
    display: block;
    /*text-indent: 10px;*/
    max-width: 400px;
    border: none;
    box-shadow: none !important;
}

    input:hover {
        box-shadow: 0px 2px 7px rgba(136, 136, 136, 0.4);
    }

    input:focus,
    input:active {
        outline: none;
        box-shadow: none !important;
    }

    input:active,
    input:focus {
        border-bottom: 1px solid var(--border-color-login) !important;
        box-shadow: none !important;
        border: 1px solid var(--bottom-border) !important;
    }

.input-check-username {
    position: relative;
}

h1 {
    text-align: center;
    font-size: calc(25px + (28 - 25) * ((100vw - 1200px) / (1920 - 1200)));
    color: white !important;
    font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

input[type="checkbox"] {
    float: left;
    margin: 0;
    margin-right: 5px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-textfield-decoration-container {
    -webkit-appearance: none;
}

.disabled {
    background-color: var(--disabled) !important;
    cursor: not-allowed !important;
}

    .disabled:hover {
        background-color: var(--disabled) !important;
        color: white !important;
    }

.pwd-container {
    position: relative;
}


.pwd-visibility {
    position: absolute;
    right: 15px;
    top: 50%;
    text-align: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

    .pwd-visibility img {
        width: 20px;
        height: 20px
    }

.version-info {
    max-width: 24rem;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
}

.logout-link {
    color: var(--light);
    font-size: calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200)));
}

.website-link {
    font-size: calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200)));
}

@media screen and (min-width: 1440px) and (max-width: 1900px) {
    .brand-logo {
        width: 16em;
    }

    .finiq-logo > .brand-logo {
        max-width: 200px;
        max-height: 95px;
        width: auto;
        height: auto;
    }

    input {
        height: 40px;
    }

    form {
        max-width: 22rem;
    }

    .digit-group > input {
        height: 40px;
    }



    .form-button {
        margin-top: 0px;
    }

    .form-title {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .brand-logo {
        width: 15em;
    }

    .finiq-logo > .brand-logo {
        max-width: 120px;
        max-height: 95px;
        width: auto;
        height: auto;
    }

    input {
        height: 36px;
    }

    form, .version-info {
        max-width: 18rem;
    }

    .form-group {
        gap: 5px;
    }

    .digit-group > input {
        height: 36px;
    }

    .form-button {
        margin-top: 0px;
    }

    .form-title {
        margin-bottom: 0px;
    }

    .version-info {
        font-size: 9px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .brand-logo {
        width: 13em;
    }

    .finiq-logo > .brand-logo {
        max-width: 120px;
        max-height: 95px;
        width: auto;
        height: auto;
    }

    input {
        height: 36px;
    }

    form {
        max-width: 18rem;
    }

    .form-group {
        gap: 5px;
    }

    .digit-group > input {
        height: 36px;
    }

    .form-button {
        margin-top: 0px;
    }

    .form-title {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 600px) {
    .login-container {
        width: 100% !important;
    }

    .form-title {
        font-size: 20px;
    }

    .form-label {
        font-size: 14px;
    }

    .form-button {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .logout-link {
        font-size: 14px;
    }

    .website-link {
        font-size: 14px;
    }

    .slideshow {
        display: none !important;
    }

    input {
        height: 40px !important
    }

    .finiq-logo > .brand-logo {
        max-height: 69px !important;
        width: auto !important;
    }

    .brand-logo {
        width: 16em !important;
    }
}

.header-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 24em;
    align-items: center;
}


.bottom-div {
    height: 12em;
}

#span-message {
    height: 42px;
}

.account-links {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}



.form-title {
    font-size: 25px !important;
}

.broken-link-icon {
    height: 15em;
    width: 100%;
    margin: 20px 0px;
}

body {
    background-color: black;
}

.active {
    display: block !important;
}

.images-list > picture {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0;
    position: absolute;
    display: none;
}

#slider {
    position: inherit;
    /* background-color: #5A6D77; */
    padding: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul > picture:first-child {
        display: block;
    }

.images-list {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
}

.slideshow {
    width: 100%;
    height: 100%;
}

    .slideshow img {
        aspect-ratio: 16 / 9;
        display: block;
        width: 70vw;
        height: 100vh;
        object-fit: cover;
    }

#span-message {
    height: 20px;
}

/*.form-message {
            color: white !important;
        }*/
#text-field-container {
    color: #9f9f9f !important;
}

.form-title {
    font-size: 25px !important;
}

.secure-icon {
    height: 15em;
    width: 100%;
    margin: 20px 0px;
}

.separator {
    display: flex;
    justify-content: center;
}

#span-message,
#span-error {
    height: 20px;
}

input::-webkit-calendar-picker-indicator {
    filter: invert(1) !important;
    -webkit-transform: scale(1.5);
    margin-right: 10px;
}

.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.back-buton {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none !important;
}

.txtpan {
    text-transform: uppercase;
}

    .txtpan::-webkit-input-placeholder {
        text-transform: none;
    }

.form-error {
    margin-bottom: 5px !important;
}

.otp-container {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
}

/*.btn-send-otp {
    width: 30% !important;
    font-size: 12px;
}*/



.fq-dropdown {
    position: relative;
    width: -webkit-fill-available;
    cursor: pointer;
}

.fq-dropdown-box {
    height: 40px;
    width: -webkit-fill-available;
    padding: 10px 12px;
    font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
    color: white;
    background: #1c5485 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 4px;
    text-align: left;
}

    .fq-dropdown-box:hover {
        background: #3d7eb7 0% 0% no-repeat padding-box;
    }

.fq-dropdown-list {
    display: none;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    top: 42px;
    left: 0px;
    background: #1c5485 0% 0% no-repeat padding-box;
    width: -webkit-fill-available;
    backdrop-filter: blur(5px);
    border-radius: 4px;
}

    .fq-dropdown-list::-webkit-scrollbar {
        width: 8px;
    }

    .fq-dropdown-list::-webkit-scrollbar-track {
        background: none;
        border-radius: 10px;
    }

    .fq-dropdown-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: white;
    }

    .fq-dropdown-list ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .fq-dropdown-list li {
        line-height: 40px;
        text-indent: 12px;
        color: white;
        font-size: calc(12px + (15 - 12) * ((100vw - 1200px) / (1920 - 1200)));
    }

        .fq-dropdown-list li:hover, .fq-dropdown-list li:focus {
            line-height: 40px;
            text-indent: 12px;
            background: #3d7eb7 0% 0% no-repeat padding-box;
        }

.focused {
    background: #3d7eb7 0% 0% no-repeat padding-box;
}

.arrow-down {
    position: absolute;
    right: 12px;
    top: 16px;
    pointer-events: none;
}


/*#region Cookie content css*/
#pnlCookieConsent {
    display: flex;
    position: relative;
    z-index: 99999;
    background-color: #083052; /*Updated by ShekharL@24-Jun-2024 cookie icon not good looking */
    vertical-align: bottom;
    padding: 32px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Segoe UI", sans-serif;
    font-weight: 500;
    box-shadow: 0px 2px 5px 0px #000000;
    border-radius: 15px;
    max-width: 400px;
    width: 100%;
    max-height: 70vh;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;
    overflow: auto;
}

    #pnlCookieConsent:before {
        content: "";
        padding-top: 50px;
        margin: 0 auto !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cpath d='M35 45.5a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0zM63.5 63a7.5 7.5 0 100-15 7.5 7.5 0 000 15zm-19 19a7.5 7.5 0 100-15 7.5 7.5 0 000 15z' opacity='.2' fill='%23379fef'%3E%3C/path%3E%3Cpath d='M56.99 2.53a23.1 23.1 0 0114.66 6.15h.01l.01.02c.57.55.61 1.27.5 1.74v.07a10.95 10.95 0 01-3.07 4.77 9 9 0 01-6.9 2.5 10.34 10.34 0 01-9.72-10.44v-.08a10 10 0 011.03-3.74l.01-.03.02-.02c.28-.5.82-.92 1.52-.95.63-.02 1.27-.02 1.93.01zm12.04 7.83a20.1 20.1 0 00-12.2-4.83l-.92-.03c-.23.6-.38 1.25-.43 1.94a7.34 7.34 0 006.95 7.34 6 6 0 004.64-1.7c.94-.88 1.6-1.9 1.96-2.72zm15.3 8.76a6.84 6.84 0 00-5.09-.24 7.9 7.9 0 00-3.28 2.05 1.8 1.8 0 00-.3 1.95l.02.02v.02a15.16 15.16 0 008.74 7.47c.64.23 1.32.08 1.8-.33a6.63 6.63 0 001.63-1.97l.01-.03.01-.03c1.67-3.5-.12-7.32-3.54-8.91zm-5.5 3.28c.36-.25.82-.5 1.35-.67.92-.3 1.92-.35 2.89.1 2.14 1 2.92 3.14 2.11 4.88-.12.21-.26.41-.43.6l-.26-.1a12.29 12.29 0 01-5.66-4.81zM32 24a2 2 0 11-4 0 2 2 0 014 0zm12 21a2 2 0 11-4 0 2 2 0 014 0zm36 4a2 2 0 11-4 0 2 2 0 014 0zm-7 21a2 2 0 11-4 0 2 2 0 014 0zM59 81a2 2 0 11-4 0 2 2 0 014 0zM22 63a2 2 0 11-4 0 2 2 0 014 0zm27 7a9 9 0 11-18 0 9 9 0 0118 0zm-3 0a6 6 0 10-12 0 6 6 0 0012 0zM33 41a9 9 0 11-18 0 9 9 0 0118 0zm-15 0a6 6 0 1012 0 6 6 0 00-12 0zm50 11a9 9 0 11-18 0 9 9 0 0118 0zm-3 0a6 6 0 10-12 0 6 6 0 0012 0zM44.08 4.24c.31.48.33 1.09.05 1.58a17.46 17.46 0 00-2.36 8.8c0 9.55 7.58 17.24 16.85 17.24 2.97 0 5.75-.78 8.16-2.15a1.5 1.5 0 012.1.66 12.08 12.08 0 0011 6.74 12.4 12.4 0 007.85-2.75 1.5 1.5 0 012.38.74A45.76 45.76 0 0192 48.16c0 24.77-19.67 44.9-44 44.9S4 72.93 4 48.16C4 25.23 20.84 6.28 42.64 3.58a1.5 1.5 0 011.44.66zM40.22 7C21.32 10.71 7 27.7 7 48.16c0 23.17 18.39 41.9 41 41.9s41-18.73 41-41.9c0-3.52-.42-6.93-1.22-10.2a15.5 15.5 0 01-7.9 2.15c-5.5 0-10.36-2.83-12.97-7.1a19.46 19.46 0 01-8.28 1.85c-11 0-19.86-9.1-19.86-20.24 0-2.7.52-5.26 1.45-7.62zM92 91a2 2 0 100-4 2 2 0 000 4zM7 8.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zM82.5 90a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm9.5-7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM13.5 8a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM80 14.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM53.5 20a1.5 1.5 0 100-3 1.5 1.5 0 000 3z' fill='%23379fef'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-size: 96px;
        /*display: block;*/ /* commented/updated by ShekharL@24-Jun-2024 cookie icon not good looking */
        display: none;
        background-repeat: no-repeat;
        position: relative;
        width: 100px;
        height: 100px;
    }

    #pnlCookieConsent::before(2) {
        content: "";
        background-color: #FF0000;
        right: 50%;
        top: 50%;
        transform: translate(15%, -68%);
        display: block;
        position: absolute;
        z-index: -5;
        width: 100vw;
        height: 100vh;
    }

    #pnlCookieConsent p * {
        font-size: 18px;
        line-height: 28px;
        max-width: 95%;
        color: #FFF;
    }

    #pnlCookieConsent button {
        padding: 5px;
        margin: 40px;
        background: #e19926 0% 0% no-repeat padding-box;
        border-style: none;
        border-radius: 6px;
        width: 80%;
        color: #000000;
        box-shadow: 2px 2px 8px #000;
        font-family: inherit;
        cursor: pointer;
    }

    #pnlCookieConsent a {
        text-decoration: underline !important;
        color: #3aaaff !important;
    }

    #pnlCookieConsent button:hover {
        background-color: #faad32;
    }

    #pnlCookieConsent .copyrights {
        font-size: 10px !important;
        line-height: 11px;
    }
/*#endregion*/


/*#region Login CSS*/
.hidden {
    display: none;
}

.visible {
    display: flex;
}
/*#endregion*/

/*#region Two Factor OTP*/
#otp-btn {
    min-width: 131px;
}

.digit-group {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

    .digit-group > input {
        min-width: 5px;
        border: none;
        text-align: center;
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        color: white;
        padding: 10px;
    }


    .digit-group > .splitter {
        padding: 0 5px;
        color: white;
        font-size: 24px;
    }

.btnsendotp {
    border: none;
    text-align: center;
}
/*#endregion*/

/*#region Already Loggedin Prompt*/


#AlreadyLoggedinNo-btn {
    min-width: 90px;
}

#AlreadyLoggedinyes-btn {
    min-width: 90px;
}

.AlreadyLoggedin-group {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}
/*#endregion*/

/*#region Unsupported browser warnings*/

.warningpolygonsvg {
    fill: #fff;
    stroke: #d32f2f;
    stroke-width: 2.2px
}

.warningrectsvg {
    fill: #000;
    width: 2px;
    height: 6px;
}

.warningcirclesvg {
    fill: #000;
}

.warningbox-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 24em;
    align-items: center;
}

.warning-box {
    background: transparent;
    border: 2.5px solid #fff;
    border-radius: 18px;
    color: #fff;
    width: 400px;
    margin-top: -40px;
    box-sizing: border-box;
    padding: 4px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 450px;
}

.warning-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.warning-icon {
    display: flex;
    align-items: center;
    margin-right: 8px;
    vertical-align: middle;
}

.warning-title {
    font-size: 1.36em;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

.warning-text {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.browser-list {
    display: block;
    margin-top: 7px;
    color: #e0f7ff;
    font-size: 1em;
    text-align: center;
}
/*#endregion*/

/*#region Welcome Page CSS*/
.portal-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 40px;
    width: auto;
    overflow: hidden;
}

.card_name {
    color: #fff;
    font-size: 1.3rem;
    width: 5em;
}

.portal_card {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
    border: none;
    width: min-content;
}

    .portal_card:hover .card_img {
        background-color: #417d99;
    }

.img-grp {
    height: 8vh;
    width: 4vw;
}

.card_img {
    padding: 1rem;
    background-color: #305e73;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.btn-portal_card {
    all: unset;
}

.login_head_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
}

.back_button_img {
    height: 4vh;
    width: 2vw;
}

    .back_button_img:hover {
        transform: translateX(-2px);
        cursor: pointer;
    }
/*#endregion*/
