.cadastro h2, .cadastro p {
    text-shadow: 5px 0 6px rgba(0,0,0,.67);
    display: block;
    overflow: hidden;
    color: #fff;
}

.bg {
    height: 140vh;
    font-family: 'Open Sans',sans-serif;
    background: url(../img/logo/bg-predio-uems.png) 50% 80% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.bgExterno{
    font-family: 'Open Sans',sans-serif;
    background: url(../img/logo/bg-predio-uems.png) 50% 80% no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.logoPrincipal {
    display: block;
    overflow: hidden;
    float: left;
    padding: 38px 0 0;
}

    .logoPrincipal img {
        width: 100%;
    }

.LogoGovernoDoEstadoDeMatoGrossoDoSul {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    float: right;
    clear: right;
}

.cadastro h2 {
    margin-top: 60px;
    font-family: 'Open Sans';
    font-size: 48px;
    font-weight: 700;
}

.cadastro p {
    font-size: 27px;
    font-weight: 300;
}

.cadastro hr {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 2px;
    margin: 0;
    text-align: left;
    background: #00432C;
    border: 0;
}

.boxCadastro input, footer {
    overflow: hidden;
    width: 100%;
    display: block;
}

.boxCadastro {
    display: block;
    overflow: hidden;
    margin: 50px 0 0;
    padding: 28px 26px;
    background: rgba(0,0,0,.5);
    border-top: 2px solid #00432C;
    border-radius: 6px;
}

    .boxCadastro h3 {
        display: block;
        overflow: hidden;
        font-size: 23px;
        font-weight: 700;
        color: #fff;
    }

    .boxCadastro hr {
        margin: 20px 0;
    }

    .boxCadastro p {
        margin: 30px 0;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
    }

    .boxCadastro input {
        padding: 10px 10px 10px 4px;
        margin: 10px 0;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #00432C;
        font-size: 14px;
        color: #fff;
    }

    .boxCadastro a {
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 13px;
        margin-bottom: 43px;
    }

    .boxCadastro .bt-cadastrarse, .boxCadastro input[type=submit] {
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 6px 30px;
        margin: 0 auto;
        background: #00432C;
        text-shadow: 1px 0 1px rgba(0,0,0,.67);
        color: #fff;
        text-align: center;
        border: 0;
        font-size: 18px;
        font-weight: 700;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        border-radius: 34px;
        cursor: pointer;
    }

    .boxCadastro .bt-cadastrarse:hover, .boxCadastro input[type=submit]:hover {
        color: #fff;
        background: #006619;
        box-shadow: inset 0 0 0 1px #006619;
        transition: background-color .3s ease-out,box-shadow .3s ease-out;
    }

    ::placeholder {
        color: #fff;
    }

footer {
    position: fixed;
    bottom: 0;
    padding: 13px 0;
    /*margin-top: 91px;*/
    border-top: 2px solid #05CB80;
    background: #00432C;
}

    footer img {
        display: block;
        height: 40px;
        float: right;
    }

        footer img:first-child {
            float: left;
        }

@media only screen and (min-device-width :320px) and (max-device-width :568px) {
    div#login {
        margin-bottom: 5vh;
    }

    .bg {
        height: 100%;
    }

    .logoPrincipal {
        padding-top: 30px;
    }

        .logoPrincipal img {
            width: 100px;
        }

    .LogoGovernoDoEstadoDeMatoGrossoDoSul img {
        height: 36px;
    }

    .cadastro h2 {
        /*padding-right: 70px;*/
        /*margin-top: 0px;*/
        font-size: 31px;
        margin-bottom: 0vh;
    }

    .cadastro p {
        padding-right: 50px;
        font-size: 22px;
    }

    .boxCadastro {
        margin: 52px 0 0;
    }

        .boxCadastro p {
            padding-right: 0;
        }

    footer {
        position: initial;
    }
}

@media (max-width:576px) {
    .logoPrincipal {
        padding-top: 30px;
    }

        .logoPrincipal img {
            width: 100px;
        }

    .boxCadastro {
        margin: 52px 0 0;
    }
}

@media (max-width:768px) {
    .bg {
        height: 100%;
    }

    .logoPrincipal {
        padding-top: 30px;
    }

        .logoPrincipal img {
            width: 100px;
        }

    .boxCadastro {
        margin: 52px 0 0;
        margin-bottom: 5vh;
    }

    footer {
        position: initial;
    }
}

@media (min-width:992px) {
    div#box-acoes {
        margin-top: -5vh;
    }
}

@media (max-width:992px) {
    .bg {
        height: 100%;
    }

    .boxCadastro p {
        margin: 43px 0;
    }

    footer {
        position: initial;
    }

    input#btnLogin {
        margin-top: -27px;
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .bg {
        height: 100%;
    }

    footer {
        position: initial;
    }
}

@media (min-width:1440px) and (max-width:2000px) {
    footer {
        position: fixed;
    }
}

@media(device-width:768px) and (device-height:1024px) {
    #btnLogin {
        margin-top: -30vh;
    }
}

@media all and (device-width:768px) and (device-height:1024px) {
    .bg {
        height: 100vh;
    }

    footer {
        position: absolute;
    }

    h2 {
        margin-top: 0vh;
    }

    #login {
        margin-top: -3vh;
    }
}

@media(device-width:1146px) and (device-height:628px) {
    #box-acoes {
        margin-top: -15vh !important;
        margin-bottom: 2vh !important;
    }

    #btnLogin {
        margin-top: 103px !important;
    }
}

@media all and (device-width:1024px) and (device-height:1366px) {
    .bg {
        height: 100vh;
    }

    footer {
        position: absolute;
    }
}

.preCadastro {
    padding-left: 5px;
    font-size: 14px;
    color: #757575 !important;
}

.voltar {
    background: #007bff !important;
    color: white !important;
}

    .voltar:hover {
        color: #fff;
        background: #24a2cb !important;
        box-shadow: inset 0px 0px 0px 1px rgba(0, 44, 255, 0.67) !important;
        transition: background-color 0.3s ease-out,box-shadow 0.3s ease-out;
    }

.alert p {
    font-size: 14px;
    color: black;
    text-shadow: none;
}

.alert {
    margin-bottom: -1rem;
    margin-top: 2rem;
}

.textoCadastrar {
    padding-right: 25px;
}

#btnLogin {
    margin-top: -27px;
}
