﻿/*This removes the built-in password reveal button on edge, so it doesn't overlap with our own one*/
::-ms-reveal {
    display: none;
}

#GOSHButton {
    font-size: 25px;
    padding: 12px 50px !important;
}

    #GOSHButton:hover {
        background: #F9C0B4 !important;
    }

body {
    background: #EEEEEE 0% 0% no-repeat padding-box;
}

.custom-card {
    border-radius: 5px 27px;
}

footer a {
    color: white;
}

.field-validation-error {
    color: #F9C0B4 !important;
}

footer a:hover {
    color: white;
}