* {
     box-sizing: border-box;
     font-family: Arial, Helvetica, sans-serif;
 }
 
 body, .lockscreen {
     background-color: #424243!important;
 }
  
 .container {
    width: 100vw;
    height: 100vh;
    background: #424243;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }
 .box {
    width: 350px;  
    height: auto;
 }
 .content-center {
    width: 350px;        
    height: 500px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 5px #222222;
 }
 
 .content-center .text-center {
     text-align:center;
     padding:6% 0;
     font-size: 2em;
     color: #676D81;
 }
 
 .content-center .text-left {
     text-align:left;
     padding:10% 0;
 }
 
 .content-center .link-forgot {
     text-decoration: none;
     font-size:0.8em;
     color: #666;
     width: 100%;
     text-align: center;
     float: left;
     padding: 0;
 }

 .fundotransparente {
     background: none;
     padding: 5px 0;
     box-shadow: none;
     margin-top:10px;
     height: auto;
 }

 footer .link_suporte a, footer .link_land a {
     width: 50%;
     float: left;
     text-align: center;
     color: #FFFFFF;
     text-decoration: none;
 }

 
 
 .content-center img {
     width: 70%;
 }
 
 .content-center form {
     margin: 20px;
 }
 
 .content-center input,
 .content-center button {
    width: 100%;
    padding: 10px 5px;
    border: none;
    outline: none;
    cursor: pointer;
 }

 .content-center i {
     color:#008bd5;
 }
 
 .content-center input {
    border-bottom-color: #CCC;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 10px;
    width: 90%;
 }
 
 .content-center input:focus {
    border-bottom-color: #008bd5;
 }
 
 .content-center button {
    background:url('/res/webtop/assets/images/btn_entrar.png') no-repeat center center;
    height: 48px;
    cursor: pointer;
     
 }
 .content-center .btnNovaSenha {
    background:url('/res/webtop/assets/images/btn_solicitar_senha.png') no-repeat center center;
    height: 48px;
    cursor: pointer;
}

.content-center .btnSalvar {
    background:url('/res/webtop/assets/images/btn_salvar.png') no-repeat center center;
    height: 48px;
    cursor: pointer;
    margin-bottom:30px;
}
 
.content-center .iconeLembrar {
     color:#10d676;
} 

 header a {
     color: #666;
     text-decoration: none;
 }
 
 header a:visited{
     color: black;
 }
 
 header a:hover{
     text-decoration: underline;
 }
 
 header a:focus{
     color: red;
 }
 
 header a:active{
     color: yellow;
 }
 
 header h1 {
     font-size: 2.5em;
     text-align: center;
     margin: 50px auto;
 }
 
 footer {
     font-size: 0.8em;
     text-align: center;
 }
 
 #error {
     color: red;
     font-weight: bold;
     font-size: 0.8em;
     margin:5% 0;
     text-align: center;
     width: 100%;
 }
 
 .lockscreen-logo {
     width: 100%;
 }
 .lockscreen-logo a {
     width: 100%;
 }
 
 .lockscreen-logo img {
     width: 100%;
     max-width: 200px;
 }
 
 .login_email { 
     overflow:hidden; 
     width:50px; 
     float:left;
 }
 
 #image-preview {
     max-width:70px;
 }
 
 .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     vertical-align: middle!important;
 }
 
 .adicionarCampo {
     font-weight: bold;
     color:#000;
 }
 
 .linhas td {
     padding:2% !important;
 }
 
 .adicionarCampoCores {
     font-weight: bold;
     color:#000;
 }
 
 .linhasCores td {
     padding:2% !important;
 }
 
 .adicionarCampoCoresBox {
     font-weight: bold;
     color:#000;
 }
 
 .linhasCoresBox td {
     padding:2% !important;
 }

 .pb-0 {
     padding-bottom:0!important;
}

h7 {
    font-size: 0.5em;
    margin-bottom: 10%;
    float: left;
    width: 100%;
}
 
 @media (min-width: 576px) { 
     .login_email {  
         width:100px;
     }
 }
 
 @media (min-width: 768px) { 
     .login_email { 
         width:auto; 
     }
 }
 
 @media (min-width: 992px) { 
     
 }
 
 @media (min-width: 1200px) { 
     
 }