﻿.login-logo-absolute { 
    position: absolute;
    top: 0;
    left: 0;
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-section-blue {
    background-color: #E3E4FF;
    margin: 0;
}

.bg-section-blue :after {
    content: '';
    display: block;
    clear: both;
}

.img-login {
    position: absolute;
    pointer-events: none;
    max-width: 120% !important;
    margin-left: -290px;
}

.inner-div {
    display: block !important;
    margin: 0 auto;
    padding: 3px;
    width: 60% !important;
}

.text-bold{
    font-family: 'lato-medium'; 
}

.subtitle-medium-16 {
    font-size: 16px;
    font-family: 'lato-medium';
}

.invalid:before {
    position: relative;
    content: "•";
    margin-right: 10px;
    font-size: 15px;
}

.valid:before {
    position: relative;
    content: "✔";
    margin-right: 10px;
    font-size: 15px;
    color: var(--blue);
}

.main-area-icon {
    padding: 40px;
}

.bullets-pagination-selected {
    width: 20px;
    height: 20px; 
    border-radius: 100%;
    background-color: var(--blue);
}

.bullets-pagination { 
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--light-grey);
}

.copy-light { 
    color: var(--light-grey-secondary);
}

.checkbox > input {
    width: 25px;
    height: 25px;
    border: 1px solid #AEAEAE;
}

.width-responsive{
    width: 50%;
}

.text-underline {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    .inner-div {
        width: 100% !important;
    }
    .login-logo-absolute{
        position: relative;
    }
    .width-responsive{
        width: 100%;
    }
}

@media (width: 768px) and (height: 1024px) {
    .inner-div {
        width: 100% !important;
    }
    .login-logo-absolute{
        position: relative;
    }
    .width-responsive{
        width: 100%;
    }
}

@media (width: 1024px) and (height: 1366px) {
    body img {
        margin-left: 18px !important;
        max-width: 460px !important;
    }
}

.cardBg-grey {
    background-color: #F7F7F7;
    box-shadow: 0px 30px 40px #00000026 !important;
    border-radius: 15px !important;
}

.disableBtn:disabled {
    background-color: var(--light-grey);
}

.bg-modal {
    background: #F7F7F7;
}