.links a,
.botao,
.campo input{
  -webkit-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -moz-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  -o-transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000); 
  transition: all 600ms cubic-bezier(0.000, 0.845, 0.440, 1.000);
}


body{
    font-family: 'quicksand', sans-serif;
    font-weight: 500;
}

.wp_login{
    background: #f5f5f5;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.login_in{
    display: table;
    width: 100%;
    min-height: inherit;
}

.login_cx{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.login{
    max-width: 350px;
    margin: 0px auto;
    background: white;
    color: #777;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.header{
    background: #EA2628;
    text-align: center;
    padding: 10px;
}

.header img{
    width: 100px;
}

.sub_header{
    color: #EA2628;
    text-align: center;
    padding: 15px 0px;
    font-weight: 700;
}

.campo{
    padding: 15px;
    padding-top: 0px;
}

.entrar{
    padding-top: 15px;
}

.campo input{
    height: 50px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    background: #f5f5f5;
    width: 100%;
    border-radius: 5px;
    line-height: 50px;
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.15);
}

.campo input:hover{
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0);
}

.campo input:focus{
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.4);
    background: #fff;
}

.botao_cx{
    text-align: center;
}

.botao{
    display: block;
    width: 200px;
    background: #EA2628;
    color: white;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    border-radius: 5px;
    cursor: pointer;
}

.botao:hover{
    background: #000;
}

.links{
    text-align: center;
    padding: 20px 15px;
}

.links a{
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #999;
}
.links a:hover{
    color: #EA2628;
}

.mensagem{
    padding: 15px;
    padding-top: 0px;
    text-align: center;
    line-height: 22px;
}

.mensagem strong{
    font-weight: 700;
    color: #333;
}

.erro{
    background: #E3C5C5;
    padding: 15px;
    text-align: center;
    color: #EA2628;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

/*IPAD HORIZONTAL*/
@media only screen and (max-width: 1024px) {
    .bg_f{
        background-attachment: scroll;
    }
}

/*IPAD VERTICAL*/
@media only screen and (max-width: 768px) {
}

/* PHONES HORIZONTAL */
@media only screen and (max-width: 737px) {
}

/* PHONES HORIZONTAL */
@media only screen and (max-width: 414px) {
    .tab{
        background: red;
    }
}
