.brand {
    font-size: 44px;
    text-align: center;
    margin: 20px 0;
}
.content {
    max-width: 100%;
    margin: 0 auto;
}
.content form {
    background-color: #fff;
    height: 100dvh;
}
.login-header {
    margin: 10px 0 20px 0;
}
.login-img {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #6bd6db;
    font-size: 28px;
    color: #2cc4cb;
}
.login-header a {
    width: 50%;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    background-color: #c7cccf;
}
.login-header a.active {
    background-color: #fff;
    color: inherit;
}
.login-title {
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
}
.social-auth-hr span {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #606060;
}
.login-footer {
    padding: 15px;
    background-color: #ebedee;
    text-align: center;
}
.login-rhs-box .login-rhs-img {
    display: block;
    height: 100dvh;
    object-fit: contain;
}
.login-rhs-box .login-rhs-txt {
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    color: #003f51;
}
.login-logo {
    max-width: 200px;
}
.login-lhs-box {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-content.py-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}