.studio-logo {
    text-align: center;
}

.studio-login-logo {
    width: 80%;
}

.studio-login-theme .form-control {
    padding: 0.55rem 0.85rem;
    font-size: 1rem;
    line-height: 1.6;
}

.studio-login-theme .input-group-text {
    padding: 0.55rem 0.85rem;
}

.studio-login-theme .btn.btn-primary {
    --bs-btn-bg: #135da6;
    --bs-btn-border-color: #135da6;
    --bs-btn-hover-bg: #0f4d8c;
    --bs-btn-hover-border-color: #0f4d8c;
    --bs-btn-active-bg: #0d447c;
    --bs-btn-active-border-color: #0d447c;
    --bs-btn-focus-shadow-rgb: 19, 93, 166;
    background-color: #135da6 !important;
    border-color: #135da6 !important;
    color: #fff !important;
}

.studio-login-theme .btn.btn-primary:hover,
.studio-login-theme .btn.btn-primary:focus,
.studio-login-theme .btn.btn-primary:active {
    background-color: #0f4d8c !important;
    border-color: #0f4d8c !important;
    color: #fff !important;
}

.studio-login-forgot-link {
    color: #135da6;
    font-weight: 500;
}

.studio-login-forgot-link:hover,
.studio-login-forgot-link:focus {
    color: #0f4d8c;
}
