﻿
.modal-content {
    border-radius: 1.5rem;
    width: 90%;
    margin: 0.5rem
}

.login-input {
    border-radius: 2.5rem;
    border: 1px solid grey;
    height: 2.5rem;
    padding: 1rem;
    text-align: center;
    font-weight: 600
}

.login-title {
    font-size: 2.4rem;
    color: #92918C;
}

.sign-in-button {
    width: 100%;
    height:3rem
}

.reverb-logo {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-info {
    font-size:1.1rem;
    line-height: 1.5rem;
    color: #92918C;
    width:80%;
    margin:auto;
 
}

login-forgot {
    color: blue;
}

.swal2-confirm swal2-styled {
    background-color: #EAA700 !important
}