@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html {
    height: 100%;
    background-color: white;
}

.reset-password-window h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.reset-password-window img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.reset-password-window .content label {
    font-size: 12px;
}

.reset-password-window .content button {
    font-size: 14px;
    background-color: #E5B76C;
    color: white;
}

.reset-password-window .content {
    font-family: 'Montserrat', sans-serif;
    width: 500px;
    padding: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

#errors {
    font-size: 12px;
    display: block;
    height: 25px;
    width: 100%;
}

.btn-gold {
    font-size: 14px;
    background-color: #E5B76C;
    color: white !important;
}

.btn-gold:hover {
    background-color: #dbaf67;
}

.btn-gold:active {
    background-color: #ddb169;
}