﻿html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.RadInput_Office2007 {
    width: 250px !important;
}

.TextBox {
    height: 10px !important;
    width: 240px !important;
}

.placeholder{
    position: absolute;
    margin-left: 6px;
    margin-top: 5px;
    color: #BEBEBE;
}

.lado-esquerdo {
    background-image: url(../Imagens/Login/tela-login-depsnet.jpg);
    background-size: 80% 100%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
}

.lado-direito {
    float: left;
    width: 400px;
    min-height: 100%;
    position: fixed;
    right: 0;
    background: #fff;
}

.lado-direito .container-informacoes {
    width: 350px;
    height: 97%;
    position: fixed;
    margin: 25px 0 225px 25px;
}

    .lado-direito .container-cabecalho {
        background-image: url(../Imagens/Login/logo_deps_novo.png);
        background-size: 138px 60px;
        background-repeat: no-repeat;
        width: 138px;
        min-height: 60px;
        position: fixed;
    }

.lado-direito .container-formulario {
    margin: 120px 0 0 0;
    min-width: 350px;
    height: auto;
    float: right;
}

.container-formulario {
    font-size: 12px !important;
    font-family: "Segoe UI","Helvetica Neue", Arial, sans-serif !important;
}

.container-formulario .campo-login {
    background-color: #fff !important;
    border: 0.5px solid !important;
    border-radius: 2px !important;
    color: #BEBEBE !important;
    width: 252px !important;
    height: 24px !important;
    margin-bottom: 2% !important;
}

.container-formulario .check {
    color: #BEBEBE !important;
    font-size: 11px !important;
    margin: -4px 75px 0 -5px !important;
}

.container-formulario .link {
    color: #BEBEBE;
    height: 40px;
    font-size: 11px !important;
    text-decoration: none;
}

.container-formulario .link:hover {
    color: cornflowerblue;
    text-decoration: underline;
}

    .container-formulario input#cmdEntrar_input {
        color: #BEBEBE;
        background-color: transparent;
        border: 0.5px solid;
        border-radius: 5px;
        height: 25px;
        margin: 7% 10px 0 0;
        width: 20%;
        cursor: pointer;
    }

.container-formulario .ajuste-asterisco-validacao{
    margin-left: -8px;
}

.container-formulario input#cmdRecuperarSenha {
    width: 120px;
    margin-left: 0;
}

.container-rodape {
    bottom: 15px;
    position: absolute;
    min-width: 100%;
    color: #BEBEBE;
    font-size: 1em;
    font-family: "Segoe UI","Helvetica Neue", Arial, sans-serif;
}

.container-rodape .cookies {
    margin-left: 1em;
}

.container-rodape .imagem-link-rodape {
    height: 20px;
    width: 52px;
    float: right;
    border: 0px;
}

/*Adicionado este css para separar os labels "Termos de Uso e Privacidade e Cookies"*/
.container-rodape span#prCookies {
    margin-left: 20px;
}

.texto {
    color: #BEBEBE;
    font-weight: normal;
}

@media screen and (max-width: 400px) {
    .lado-direito{
        width: 100% !important;
    }
}

@media screen and (max-height: 300px) {
    .container-rodape {
        display: none;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BEBEBE;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #BEBEBE;
}

:-moz-placeholder,
::-moz-placeholder { /* Firefox 18+ */
  color: #BEBEBE;
  opacity: 2;
}

::-ms-clear {
    display: none;
}