﻿
/*Início Tela de login*/

body, html {
    /*background: #1d283c url(../imagem/fundo-login.png) center center no-repeat;*/
   // background: url(../img/bg.jpg);
    height: 100%;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    font-family: ProximaNovaRegular;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

form#form1 {
    height: 100%;
}

section.div-login {
    border-radius: 4px;  
	width: 430px;
  position: absolute;
  left: 50%;
  margin-left: -215px;
    z-index: 2;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: -400px;
}

.inputs-login {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

/*i.usuario-login {
    content: url(../imagem/usuario-login.png);
}

i.senha-login {
    content: url(../imagem/senha-login.png);
}*/
/*
input[type=submit].entrar-login {
    border-radius: 4px;
    background-color: rgb( 29, 40, 60 );
    width: 215px;
    height: 50px;
    margin-left: 22px;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 0px;
    box-shadow: 0px 5px 0px rgba(33, 44, 64, 0.9);
    font-family: ProximaNovaRegular;
    cursor:pointer;
}

    input[type=submit].entrar-login:active {
        box-shadow: none;
        position: relative;
        top: 5px;
    }*/

input[type=text].input-login, input[type=password].input-login, input[type=email].input-login {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    background: #fff;
    height: 30px;
    color: #333333;
    border: 0px;
    border-bottom: 1px solid #b8bdc8;
    width: 260px;
    font-family: ProximaNovaRegular;
    outline: 0 none;
}

.esqueceu-senha-login a {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 0px;
    text-decoration: none;
    transition: .5s;
}

    .esqueceu-senha-login a:hover {
        color: #fff;
        transition: .5s;
    }

footer.rodape-login {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    z-index: 9999;
}

h1.titulo1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #e72e47;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #cf2a41;
    margin-top: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}


.cada-input {
    float: left;
    margin-left: 85px;
    margin-bottom: 20px;
}

.esqueceu-senha-login {
    float: right;
}

.checkbox {
    color: #fff;
    margin-left: 0px;
    float: left;
    margin-top: 0px;
}

    .checkbox label {
        cursor: pointer;
    }

    .checkbox input[type=checkbox] {
        vertical-align: middle;
        margin-top: 0px;
    }

/*Fim Tela de Login*/


.one-btn .widget__title {
    width: 100%;
}

.widget__title {
    float: left;
    padding-right: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
}

.main-logo{
    width: 100%;
    padding: 10px 0;
}

.logo-fspa{
    height: 100px;
}

.main-logo img{
    display: block;
    margin: 15px auto;
}

.logo-control{
    height: 18px;
}

.widget__content input[type=button], .widget__content input[type=submit]{
    float: left;
    /*width: calc((100% / 3) - 10px);*/
    width:100%;
    margin-right: 15px;    
    background-color: rgba(255,255,255,.5);
    color: #000;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    border:0;
    padding: 20px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.widget__content input[type=button]:hover, .widget__content input[type=submit]:hover{
    background-color: rgba(0,0,0,.2);
}

.widget__content input[type=button]:last-child{
    margin-right: 0px;
}

.widget__content input[type=submit]:last-child{
    margin-right: 0px;
}

.widget__content input[type=button].botao-agenda:hover{
    background-color: #F3941F;
}

.widget__content input[type=button].botao-eventos:hover{
    background-color: #52d669;
}

.widget__content input[type=submit].botao-financeiro:hover{
    background-color: rgba(0,0,0,.5);
    color: #FFF;
}