﻿

.main {
    background-image: url(/Content/img/Login-page-background.png);
    background-attachment: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
    gap: 30px;
    /* overflow-x: hidden; */
}

.submitButton {
    color: #ffffff;
    background-color: #004990;
    font-weight: 600;
    font-size: 20px;
    height: 63px;
    margin: 35px 53px 0;
    border-radius: 8px;
    width: 305px;
    height: 47px;
    border: none;
}

.emailSendButton:hover,
.submitButton:hover {
    border: 1px solid #98c1fe;
}

.icon-pharmacy,
.icon-visible,
.icon-invisible {
    height: 23px;
    width: 23px;
    background-image: url("/Content/img/profile-icon.png");
    background-size: cover;
    padding: 4px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}


.icon-pharmacy {
    height: 20px;
    width: 20px;
    background-image: url("/Content/img/pharmacy.png");
}

.modalTitle {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-top: 45px;
}

.modalSubtitle {
    font-weight: 500;
    font-size: 15px;
    color: #757575;
    text-align: center;
    padding: 10px 32px 20.49px;
    height: fit-content;
    &-unexpected-error

{
    padding: 10px 32px 37.49px;
}

}

.feedback {
    font-weight: 500;
    font-size: 12px;
    color: #676767;
    line-height: 15px;
    margin-bottom: 20px;
}

.error-feedback {
    font-weight: 500;
    font-size: 12px;
    color: #ff0000;
    line-height: 15px;
}

.modal-content {
    padding: 3rem;
    height: 461px;
    width: 453px;
    // margin-left: -12.5%;
    border: none;
}

.verifying-button:hover {
    border: 2px solid #98c1fe !important;
}

.Unicoipa-logo-login {
    width: 30%;
    max-width: 575px;
    max-height: 70px;
    min-height: 65px;
    margin: 50px auto 20px;
}

.resend-button {
    color: #004990;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

@media (max-height: 900px) {
    .main {
        height: 100vh;
    }
}

.login-container {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    width: 374px;
    height: 471px;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 35px 0;
}

.title,
.subtitle {
    color: #004990;
    font-weight: 600;
    font-size: 28px;
    margin: 60px 0 0;
}

.subtitle {
    font-weight: 500;
    font-size: 18px;
    margin: 24px 0 20px;
}

.wrapper {
    position: relative;
    margin: auto;
}

.forgotPasswordLink {
    background-color: transparent;
    border: none;
    color: #004990;
    font-weight: 500;
    font-size: 12px;
}

    .forgotPasswordLink:hover {
        text-decoration: underline;
    }

.showpasswordLink:hover {
    text-decoration: none;
}

.login-container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

.login-input {
    text-align: center;
    width: 304.63px;
    height: 46.47px;
    font-size: 15px;
    font-weight: 400;
    margin: auto;
}

.icon-profile,
.icon-password {
    height: 23px;
    width: 23px;
    background-image: url("/Content/img/profile-icon.png");
    background-size: cover;
    padding: 4px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}

.icon-password {
    background-image: url("/Content/img/password-icon.png");
}

.invalidCredModal > div > div {
    padding: 0;
    width: 375px !important;
    height: max-content;
    margin-left: 12.5%;
    border-radius: 23px;
}

.cancelButton {
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    line-height: 39px;
    color: #0d4c8d;
    padding: 13px 10px 10px;
    border-top: 1px solid #c4c4c4;
}

.cancelButton:hover {
    border: 1px solid #0d4c8d;
    background-color: #0d4c8d;
    color: white;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.terms,
.policy {
    color: #004c94;
    font-weight: 300;
    font-size: 12px;
}

.policy {
    display: block;
    font-size: 10px;
    text-align: center;
}

.policyItem {
    margin: 0 5px;
}

.disclaimerButton {
    transition: all 0.2s ease-in-out;
    display: inline;
    border: none;
    background: transparent;
    color: #004c94;
    padding: 0;
    text-decoration: underline;
}

.disclaimerButton:hover {
    transform: scale(1.1);
    color: rgba(231, 134, 95, 1) !important;
}

.verification-modal > div > div {
    margin: 0% 5px 0 63px;
    padding: 0;
    height: max-content;
    border-radius: 35px;
    width: 374px;
}

.verification-modal-header {
    padding: 20px 0 10px;
}

.verification-modal-header > span {
    font-size: 18px;
    font-weight: 600;
    margin: auto auto auto 95px;
    color: #004990;
}

.OTP-input {
    height: 46.47px;
    width: 304.63px;
    margin: auto;
    border-radius: 8px;
    font-size: 15px;
}

.OTP-input::placeholder {
    font-size: 11px !important;
}

.verification-button:hover {
    border: 2px solid #98c1fe !important;
    background: #004990 !important;
}

.verification-button {
    width: 88px;
    background: #004990;
    border: 2px solid #004990;
    border-radius: 8px;
    letter-spacing: 1px;
}

.resend-OPT-button {
    width: 88px;
    background: #004990;
    border: 2px solid #004990;
    border-radius: 8px;
}

.resend-OPT-button:hover {
    border: 2px solid #98c1fe !important;
    background: #004990 !important;
}

.verification-modal-error {
    color: red;
    text-align: start;
    padding: 0px 4px 0px 20px;
    display: block;
}

.verification-modal-footer {
    justify-content: center;
    padding: 10px 0 20px;
    gap: 15px;
    text-align: center;
}

.verification-modal-footer .btn-group {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    width: 100%; /* Ensure the buttons are centered within the footer */
}

.verification-modal-footer .btn-group.mfa-verification-btns .btn {
    margin-left: 10px;
    border-radius: 8px;
}

.disclaimer-container {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    width: 540px;
    height: 430px;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 35px 0;
}

.disclaimer .content_box_container {
    padding-left: 20px;
    padding-right: 20px;
}

.disclaimer .content_header{
    text-align: center;
    margin-top: 25px;
}

.disclaimer .content_header h1 {
    font-size: 18px;
}

.disclaimer #btnCancel {
    width: 88px;
    background: #e23c51;
    border: 2px solid #e23c51;
    border-radius: 8px;
    letter-spacing: 1px;
}

.disclaimer #btnCancel:hover {
    border: 1px solid #e23c51;
}

.disclaimer #btnAccept {
    width: 88px;
    background: #004990;
    border: 2px solid #004990;
    border-radius: 8px;
    letter-spacing: 1px;
}

.disclaimer #btnAccept:hover {
    border: 1px solid #004990;
}

.disclaimer .content_box .btn_container {
    text-align: center;
    margin-top: 50px;
}
.disclaimer .content_box .btn_container .btn{
    margin-left: 10px;
}