﻿.loginButton {
    cursor: pointer;
    font-size: 16px;
    font-family: Helvetica, sans-serif, Arial, sans-serif;
    font-weight: 600;
    background-color: #605bff;
    color: white;
    padding: 8px 10px 8px 10px;
    border: 1px solid white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    min-width: 200px;
}

    .inputButton:hover {
        border: 1px solid dimgray;
    }

td{
    padding: 1px;
}

a {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: blue;
}

    a:hover {
        background-color: #38b6ff;
    }

.loginBox {
    font-size: 15px;
    font-family: Helvetica, sans-serif, Arial, sans-serif;
    font-weight: 400;
    background-color: lightgray;
    color: white;
    padding: 8px 10px 8px 10px;
    border: 1px solid #686868;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    min-width: 200px;
}

.centerImage {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}