body {
    width: 100%;
    height: 100%;
    /*font-family: "Segoe UI", sans-serif;*/
	font-family: 'Roboto', sans-serif;
    color: rgb(77,77,77);
    overflow: hidden;
}

.ffm-login {
    margin-top: 30px;
    text-align: left;
    padding: 10px;
}

.ffm-login-logo {
    width: 150px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.ffm-login > p {
    font-weight: bold;
    line-height: 1.4em;
}

.ffm-login > .ajuda {
    font-size: 0.7em;
    font-weight: normal;
}

.ffm-login-text {
    border-radius: 5px;
    padding: 7px;
    font-size: 1em;
    color: rgb(77,77,77);
    margin: 15px 15px 0px 15px;
    display: block;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

.ffm-login > input[type=submit] {
    margin: 5px;
    background-color: rgb(47,90,213);
    border: 0;
    border-radius: 5px;
    padding: 8px;
    color: white;
    font-size: 1.4em;
    display: block;
}

a {
    text-decoration: none;
    color: white;
    margin: 15px;
    font-size: 0.8em;
}

.ffm-login-check {
    border-radius: 5px;
    font-size: 1em;
    color: white;
    margin: 0px 0px 0px 15px;
    display: block;
}

.ffm-login > span {
    position: fixed;
    bottom: 5px;
    width: 100px;
    font-style: italic;
    font-size: 0.8em;
}

.SCOL_Progress_Background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: rgba(0,0,0,0.6);    
}

.SCOL_Progress_Content {
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 109px);
    width: 200px;
    height: 60px;
    padding: 10px;
    z-index: 99999;
    border-radius: 5px;
    background-image: url('../../images/novoScol/UpdateProgressGIF.gif');
    background-size: 45px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    background-color: white;
}

    .SCOL_Progress_Content > span {
        position: absolute;
        width: 140px;
        right: 10px;
        top: 23px;
        font-weight: bold;
        text-align: center;
    }

/*@media (min-width: 481px) {

    .ffm-login {
        width: 400px;
        left: calc(50% - 195px);
        border: 1px solid rgb(194,194,194);
        border-radius: 5px;
        box-shadow: 0px 0px 10px 1px black;
        background-color: rgb(227,227,227);
    }

        .ffm-login > input[type=submit] {
            cursor: pointer;
        }

            .ffm-login > input[type=submit]:hover {
                background-color: rgba(47,90,213, 0.7);
            }
}*/

.div-empresa {
    margin-top: 50px;
    float: left;
    width: 330px;
    height: 180px;
    background-color: rgb(66,106,77); 
	background-color: rgba(66,106,77, 0.9);
}

.div-login {
    margin-left: 350px;
    margin-top: 50px;
    height: 180px;
    background-color: rgb(71,117,184); 
	background-color: rgba(71,117,184, 0.9);
}

.ffm-login-body {
    background-color: #e8e8e8;
    overflow: hidden;
    background-image: url("/FFMResources/images/novoScol/SCOL_FUNDO_TELA.jpg");
    height: 600px;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: center;
}