﻿.auth-form-box .text-white.text-body-highlight {color: #fff !important;}
.auth-form-box .text-white.text-body-tertiary {color: #fff !important;}
.auth-form-box .form-label {color: #fff !important;}
.auth-form-box .form-check-label {color: #fff !important;}
#openEmail:hover {color:#eee;}


/* logo resizing */
#logo {
    margin: auto;
    width: 100%;
}
@media (min-width: 768px) {
    #logo {
        max-width: 16.625rem;
    }
}
@media (min-width: 992px) {
    #logo {
        max-width: 18.75rem;
    }
}
@media (min-width: 1540px) {
    #logo {
        max-width: 25rem;
    }
}