/*Styles of Signup/Login/Reset Password Pages*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
body {
    font-family: 'DM Sans' !important;
    min-height: 100vh;
    background-image: url("../../ap_images_v2/login-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper-flex-gap {
    gap: 112px;
}
.sub-container {
    width: 380px;
    padding: 32px 40px;
    gap: 40px;
    border-radius: 4px;
    border: 1px solid #E7E6EB;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.sub-container img {
    gap: 10px;
}
.container-fluid.no-padding {
    padding-right: 0;
    padding-left: 0;
}
::placeholder {
    color: #746D83;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}
.card-container-footer {
    gap: 24px;
    align-self: stretch;
}
.card-container-footer a {
    color: #00857D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 20px; /* 125% */
    text-decoration: none;
}
.footer-container div {
    color: #FFFFFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.25px;
}
.footer-container a {
    text-decoration: none;
    color: #4DAAA4;
}
.heading {
    color: #1A0D30;
    /*font-family: "FK Display Trial";*/
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.25px;
}

.primary-form-btn {
    background-color: #00857D; /* Match your teal button color */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s ease-in-out;
}

.primary-form-btn:hover {
    background-color: #00857D; /* Slightly darker teal on hover */
}

.primary-form-btn:active {
    background-color: #00857D; /* Pressed state */
    transform: translateY(1px);
}
input[type=checkbox]:checked { accent-color: #00857D !important; }

.headingParagraph {
    color: #746D83;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hidden {
    display: none !important;
}
.error {
    color: #F00;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
svg {
    padding-right: 20px;
}
