@font-face {
    font-family: "Quicksand";
    src: url("https://fonts.bunny.net/css?family=Quicksand:wght@300;400;500;600;700");
}
.main-content {
    height: 100vh;
    background: radial-gradient(
        74.22% 130.87% at 18.96% 12.79%,
        #d3eaff 0%,
        #ecf6ff 0.01%,
        #e2eefc 100%
    );
}
 
.login-container {
    display: flex;
    flex-direction: row;
    height: 80%;
}
.login-image img {
    background-color: transparent;
    max-height: 550px;
    height: 100%;
    transform: translateX(-114px);
}
.card-title {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    letter-spacing: 2.4px;
    color: #000000;
    width: inherit;
    display: flex;
    flex-direction: column;

    align-items: start;
}

.card-title h3 {
    font-weight: 300;
    font-size: 40px;
    width: inherit;
    margin: 0;
}

.card-title p {
    font-weight: bold;
    font-size: 50px;
    width: inherit;
    margin: 0;
}
.badge-message {
    color: red;
    font-weight: bold;
}
.form-group {
    margin-top: 20px;
}
.login-section {
    border-radius: 40px 0px 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 550px;
    background-color: white;
}
.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
} 

.btn-login {
    font-family: "Quicksand" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    border-radius: 20px !important;
    background-color: #3656b3 !important;
    text-align: center !important;
    letter-spacing: 0.4px !important;
    color: #ffffff !important;
}

.terms-link {
    color: #3656b3;
    text-decoration: none;
    font-weight: bold;
}

.terms-link:hover {
    text-decoration: underline;
}

.fa-google {
    background: conic-gradient(
            from -45deg,
            #ea4335 110deg,
            #4285f4 90deg 180deg,
            #34a853 180deg 270deg,
            #fbbc05 270deg
        )
        73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 2px #888;
    font-size: 20px;
}
.sign-in-with {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #000000;
}

.new-user {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #000000;
}

.copyright {
    padding-block: 30px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
}
.row-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
