﻿.app-auth-body {
    width: 360px;
}

.auth-heading {
    font-size: 1.5rem;
}

.auth-heading-desc {
    font-weight: 500;
    font-size: 1.125rem;
}

.auth-option {
    font-size: 0.875rem;
}

.auth-btn {
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border: none;
    border-radius: 10px;
}

.auth-btn:hover, auth-btn:active, auth-btn:focus {
    text-decoration: none;
}

.auth-btn:focus {
    box-shadow: none !important;
}

.auth-btn-primary {
    background: #7841a9;
    color: #fff;
    border-color: #7841a9;
}

.auth-btn-primary:hover, auth-btn-primary:active {
    color: #fff;
    background: #8547b4;
    border-color: #8547b4;
}