html {
  height: 100% !important;
}

body {
    background-image: url(../imagem/Moodle_fundologin.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    background-color: #f4f6f8;
    background-position: center center;
    font-family: 'Roboto';
}

#formNovo {
    background-color: #ffffff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
    border-radius: 10px;
    width: 30%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0.4%; 
    left: 0; 
    bottom: 0; 
    right: 0;
    text-align: center;
}

.logo {
    padding: 0px 0;
	margin-bottom: 0px;
}

input { 
    border: 0 !important; 
    background-color: #f2f4f7 !important; 
    background: 0; 
    width: 308px; 
    height: 50px; 
	margin-bottom: 15px;
    font-size: 16px !important; 
    color: #646777 !important; 
    padding-left: 5px; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

input:focus { 
    outline: none;
}

input:-webkit-autofill { 
    -webkit-box-shadow: 0 0 0 1000px #f4f6f8 inset; 
    color: #454b64;
}

button { 
    width: 156px;
    height: 50px;
    border: 0px;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #85BC40;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.direita {
    margin-right: 15px;
}

.redeSocial {
    margin-top: 50px;
}

.divLinkEduca {
    margin-top: 15px;
}

.linkEduca {
    color: #85BC40;
    text-decoration: none;
}

.linkEsqueciSenha {
    color: #18a8e5;
    text-decoration: none;
}

.linkEsqueciSenha:hover {
    font-weight: 700;
}

hr {
    border-top: 1px solid #CACDDF;
    margin: 15px 15%;
}

.rodapeEduca {
    color: #979BB2;
    font-size: 12px;
    margin: 15px 0;
}

.banner0800 {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.banner0800 img {
    float: right;
}

.central {
    display: none;
}

@media (orientation: landscape) { 
	body{
        background-size: 100% 100%;
    } 
}

@media screen and (min-width: 360px) and (max-width: 736px) {
   
    .central {
        display: block;
        color: #85BC40;
        padding-top: 20px;
    }
    
    .redeSocial {
        margin-top: 30px;
    }
    
    #formNovo {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        display: initial;
        height: fit-content;
        margin-bottom: 10%;
        margin-top: 4%;
    }

    hr {
        border-top: 1px solid #CACDDF;
        margin: 15px;
    }

    input {
        width: 80%;
        background-color: #F2F4F7;
        height: 50px;
        color: #454b64;
    }
    
    .direita {
        margin-right: 8px;
    }
    
    .banner0800 {
        display: none;
    }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
    input {
        width: 75%;
    }
    
    .direita {
        margin-right: 8px;
    }
}