/*global rules*/

body{
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

a{
    color: white
}

.login-box{
    top: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 280px;
    margin: -150px 0 0 -250px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.options{
    font-weight: bold;
    color: white;
    padding: 8px;
    margin: 4px;
}


.page_container {
    max-width: 25em;
    display: block;
    margin: 0 auto !important;
}

/*Text positions*/
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
    align-content: center
}

/*Inputs*/
input{
    width:100%;
    text-align: center;
    border: none;
    margin: 10px;
}

input[type="submit"]{
    width: 30%;
    border-radius: 4px;
}

/*top nav*/
.top {
    padding: 1em 1em 0.5em;
    height: 3.5em;
    white-space: nowrap;
}

.top a {
    font-family: 'Source Sans Pro', sans-serif;
}

.top img {
    height: 2em;
}

/*CFO foot*/
.footer {
    font-size: 0.8em;
    padding: 0.5em;
    margin-top: 1.5em;
    position: absolute;
    bottom: 10px;
    color: white;
}

h1, label{
    color: black;
}