.az-signin-footer a:hover, .az-signin-footer a:focus {
    color: #bf6b04;
}

.btn-az-primary {
    color: #fff;
    background-color: #365073;
    border-color: #365073;
    text-transform: uppercase;
}

.btn-az-primary:hover {
    color: #fff;
    background-color: #bf6b04;
    border-color: #bf6b04;
}

.az-signin-header h2 {
    font-weight: 500;
    color: #365073;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    font-size: 2em;
}

.az-signin-header h4 {
    font-weight: 400;
    color: #1c273c;
    margin-bottom: 25px;
    font-size: 1.3em;
    text-align: center;
}

.az-signin-header label {
    color: black;
    font-size: 1.2em;
}