﻿body {
    background: #404040;
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    font-size: 100%;
}

.MainLogo {
    display: block;
    max-width: 50%;
    height: auto;
}


.vertSpacer {
    margin-top: 2rem;
}

.form-top-margin {
    margin-top: 1em;
}

.loginContainer {
    background: #c5c5c5;
    border-radius: 10px;
}

.loginBigText {
    font-weight: 700;
    font-size: 2.5em;
    color: white;
}

.loginText label,input {
    font-weight: normal;
    font-size: 1.3rem;
}

.loginSmallText {
    font-weight: lighter;
    font-size: 1rem;
    color: white;
}

.hoverHand:hover {
    cursor: pointer;
}

.loginButton {
    background: #469ac9;
    color: white;
    font-weight: bold;
    width: 200px;
}

footer {
    margin-top: 5%;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 10%;*/   
    background: lightgrey; 
}


.footer-icons img {
    max-height: 3.75rem;
    position: relative;
}

.footer-icons {
    padding: 1em 0;
    display: flex;
    justify-content: space-around;
}


/*.modal-backdrop {
    z-index: -1;
}*/

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}


/* #Media Queries
================================================== */

/*	Retina Ready Display  */
@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
 
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {


}


/* Force footer to bottom of page on very tall views*/
@media only screen and (max-height: 1069px) {
    footer {
        position: relative;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    footer {
        height: auto;
    }
}



@media only screen and (min-width: 320px) and (max-width: 767px) {

 
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
    footer {
        display: none;
    }
}

@media screen and (max-width: 320px) {
   
}
