﻿body {
    color: black;
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Galano Grotesque", CenturyGothic, AppleGothic, sans-serif; /*new*/
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 60%;
    height: auto;
}

#validSubmitDiv{
    text-align:center;
}

#validSubmit{
    text-align:center;
}

h3 {
    text-align: center;
    margin-bottom: 1em;
}

.container {
    padding-bottom: 1em;
}

.btn {
    border-color: white !important;
    background: #330B6D;
    color: white;
    width: 50%;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em;
}

    .btn:hover {
        background: #D2C8FF;
        color: #000000;
    }

.input-group {
    color: black;
}

.form-control {
    color: black;
    font-size:inherit;
}


/* Page content. The value of the margin-left property should match the value of the sidebar's width property
div.content {
    margin-left: 200px;
    height: 1100px;
}*/

.btn.btn-primary {
    /*width: 125px;*/
    width: 100%;
}

.memberName {
    background-color: white;
    border-color: white !important;
    color: black;
    width: 12vw;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    padding: 10px;
    margin-top: 10px;
}
