.synapsescope {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
    margin-top: 45px;
    color: rgba(0, 112, 192, 1);
    text-align: center;
}

.welcome {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

.create {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: rgba(143, 149, 178, 1);
    margin-top: 15px;
}

.login-labels {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}

.error {
    color: #ED564D;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    padding-top: 5px;
}

.not-registered {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.form-check-input:checked {
    background-color: rgba(0, 112, 192, 1);
    border-color: rgba(0, 112, 192, 1);
}

.forget-pass {
    text-decoration: none;
    color: rgba(0, 112, 192, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.submit-btn {
    background-color: rgba(0, 112, 192, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    color: white !important;
    border-radius: 8px;
}

.not-registered {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

.create-btn {
    color: rgba(0, 112, 192, 1);
}

.mail {
    position: absolute;
    top: 43px;
    left: 18px;
}

.adjust {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.lock {
    position: absolute;
    top: 43px;
    left: 21px;
}

.eye {
    position: absolute;
    top: 43px;
    right: 18px;
}

.term-and-condition {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.lang-dropdown {
    border-radius: .25rem;
    padding: 10px 55px 10px;
    width: 100%;
    border: 1px solid #ced4da;
}

.lang-dropdown :focus-visible {
    outline: none;
}

.form-container {
    width: 100%;
    max-width: 442px;
}

.left-img {
    background: url('/static/assesment/images/login.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.brand-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 0.5rem;
}

@media (max-width: 576px) {
    .term-and-condition {
        font-family: Roboto;
        font-size: 8px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .form-container {
        padding: 2rem;
    }
}

/* Microsoft Login Button Styles */
.btn-microsoft {
    background-color: #2F2F2F;
    color: white;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-microsoft:hover {
    background-color: #1F1F1F;
    color: white;
    text-decoration: none;
}

.btn-microsoft:active {
    background-color: #0F0F0F;
}