﻿.field-validation-error {
    color: red;
}
#termsLabel {
    color: white;
}
#RememberMe {
    color: white !important;
}
.link {
    color: #29a19c;
}
    .link:hover {
        color: #167350;
    }

#google-button {
    all: unset;
    margin: auto;
    width: fit-content;
    height: 52px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 300ms ease-in-out;
    display: flex;
    justify-content: space-between;
}

#icon {
    margin: 1px;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#btn-text {
 
    display: flex;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-left: 1em;
    margin-right: 1em;
    align-items: center;
}
#google-button:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
    cursor: pointer;
}

#google-button:active {
    background: #3367d6;
}

