.fl-centered {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin: auto;
    padding-right: 0;
    padding-left: 0 !important;

}

.loginContainer {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 3px;
    padding: 30px;   
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

@media (min-width: 768px) {
    .pr-0 {
        padding-right: 0 !important;
    }
}

.try-again-sect {
    font-size: 13px;
    position: relative;
    padding-right: 2px;
    transition: .5s;
    color: #6183cc;
    font-weight: 500;
    cursor: pointer;
}

.sign-up-red {
    font-size: 13px;
    color: #585858;
}

.sign-up-red a {
    text-decoration: none;
}

.login-sec {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    padding: 60px 0px;
    overflow: auto;
    border-color: #e2e2e2;
    border-radius: 3px;
}

.modal-content {
    border-radius: 0px !important;
    box-shadow: none;
}

.flex-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flex-selection-container {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    width: 100%;
    font-weight: bold;
}

.f-13 {
    font-size: 13px;
} 

.mt-10 {
    margin-top: 10px;
}

.f-18 {
    font-size: 18px;
}

.pin-active {
    color: #6183cc;
}

.c-pointer {
    cursor: pointer;
}

.login-body-ml {
    margin-left: 0% !important;
}

.login-email {
    height: 40px;
    border: 1px solid #eaeaea;
}

.form-control {
    color: #555 !important;
    font-weight: 500;
    font-size:12px !important;
}

.login-password {
    height: 40px;
    border: 1px solid #eaeaea;
    padding-right: 40px;
}

.password-parent {
    margin-top: 20px;
    position: relative;
}

.toggle-eye-password {
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    color: #666 !important;
}

.mt-20{
    margin-top:20px;
}