/*body {*/
/*    padding-top: 60px; !* 60px to make the container go all the way to the bottom of the topbar *!*/
/*    padding-bottom: 40px;*/
/*    background-color: #f5f5f5;*/
/*}*/

/*.form-narrow {*/
/*    max-width: 490px;*/
/*    padding: 19px 29px 29px;*/
/*    margin: 0 auto 20px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #e5e5e5;*/
/*    -webkit-border-radius: 5px;*/
/*       -moz-border-radius: 5px;*/
/*            border-radius: 5px;*/
/*    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
/*       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
/*            box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
/*}*/

.forgot{
    color: white; !important;
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 3em;
    }
    .padded{
        padding-top: 2em;
        padding-bottom: 2em;

    }
    .high {
        height: 1.5em !important;
        font-size: 1em;
    }

    input::placeholder {
        font-weight: bold;
        font-size: 0.7em;
    }
    .remember{
        font-size: 0.7em;

    }
    .rem{
        width: 40px !important;
        height: 40px !important;
    }
    .subbut {
        margin-top: 1em;
        /*width: 100%;*/
        font-size: 1em;
    }
    .forgot{
        font-size: 0.7em;
        color: white; !important;
    }
    .reset{
        font-size: 0.7em;
    }
}