html {
    height: 100%;
}

#textarea {
    resize: none;
}

a.link {
    position: relative;
    right: 20%;
    color: #1119 !important;
    text-decoration: none;
}

.center {
    margin: auto !important;
}

body {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:0.8em;
    background:url(../img/bg.jpg) top repeat-x;
    text-align:center;
    padding:60px 0 0 0;
    color:#666;
    background-position: center top;
    background-size: contain;
    /* min-height: 960px; */
    position: relative;
    height: 100%;
    clear: both;
    box-sizing: border-box;
}

* {
    margin:0;
    padding:0;
    list-style:none;
    border:none;
}


img.logo {
    width: 450px;
}

/* inputs focus */

.btnEnvia {
    margin-top: 20px !important;
}

.focusField {
    border:1px solid #FFD5BF;
    background:#FBF0F1
}

.idleField {
    background:#fff;
    color: #555;
    border:1px solid #8E242B;
}

h1 {
    width:179px;
    height:77px;
    background:url(../images/logo-manager.png) no-repeat;
    text-indent:-90000px;
    padding:0 0 20px 0;
    margin:0 auto;
}

#formulario {
    position: relative;
    background:url(../images/box-login.png) no-repeat;
    width: 380px;
    border:1px solid #ccc;
    padding:10px 18px;
    border-radius:5px;
    height: 250px;
    margin:15px auto;
}

#formulario h2 {
    font-size:1em;
    color:#fff;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
}

#formulario label {
    width:60px;
    text-align:left;
    display:block;
    float:left;
    clear:left;
    margin:16px 0 0 70px;
    font-size:1.1em;
    color:#8E242B;
}

#formulario input[type=text],#formulario input[type=password] {
    float:left;
    border-bottom:1px solid #ccc;
    font-family:arial;
    font-size:1.1em;
    clear:both;
    width:300px;
    padding:7px 0 10px 0 ;
    margin:10px 2px 10px 20px;
}

#formulario button {
    width:310px;
    height:50px;
    border-radius:5px;
    margin:9px 15px 0 15px;
    font-weight:bold;
    text-align:center;
    font-size:18px;
    border:none;
    color:#fff;
    cursor:pointer;
    float:left;
    display:block;
    background-color: #9E0C15;
}

#formulario button:hover {
    width:310px;
    height:50px;
    border-radius:5px;
    margin:9px 15px 0 15px;
    font-weight:bold;
    text-align:center;
    border:none;
    color:#fff;
    cursor:pointer;
    float:left;
    display:block;
    background-color: #930D10;
}

#rodape {
    margin:50px 0 10px 0;
    color: #0006;
    font-weight: 700;
    font-size: 0.8em;
}

#rodape div {
    padding:10px 0 20px 0;
    display:block;
}

.form-input {
    border: 1px solid #0006;
    display: inline-block;
    outline: none;
    padding: 10px 5px;
    color: #0008;
}

.form-input::placeholder {
    color: #0004;
}

.btn-envia {
    background-color:#a2bd30 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
}

.row-right-bloco {
    margin: 0;
}

.row-right-unidade {
    margin: 0;
}

@media(min-width: 1200px) {
    .row-left {
        position: relative;
        right:15px;
    }

    .row-right {
        position: relative;
        left:8px;
    }

    .row-right-bloco {
        position: relative;
        width: 150px !important;
        padding-left: 15px !important;
    }

    .row-right-unidade {
        position: relative;
        left:15px;
        width: 150px !important;
        padding-left: 15px !important;
    }

    #celular, #email {
        margin-left: 8px !important;
    }
}

::placeholder {
    color: #0008;
    font-size: 14px;
}