/*[ Fontes ]*/

@font-face {
    font-family: SourceSansPro-Regular;
    src: url('../fonts/source-sans-pro/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: SourceSansPro-Bold;
    src: url('../fonts/source-sans-pro/SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: SourceSansPro-SemiBold;
    src: url('../fonts/source-sans-pro/SourceSansPro-SemiBold.ttf');
}

@font-face {
    font-family: JosefinSans-Bold;
    src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf');
}


/*[ Tudo ]*/

body,
html {
    padding: 0;
    /* Nao meche aqui*/
    margin: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*---------------------------------------------*/

a {
    font-family: SourceSansPro-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: SourceSansPro-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
    background: none;
}

input::-webkit-input-placeholder {
    color: #0b3258;
}

input:-moz-placeholder {
    color: #0b3258;
}

input::-moz-placeholder {
    color: #0b3258;
}

input:-ms-input-placeholder {
    color: #0b3258;
}

textarea::-webkit-input-placeholder {
    color: #0b3258;
}

textarea:-moz-placeholder {
    color: #0b3258;
}

textarea::-moz-placeholder {
    color: #0b3258;
}

textarea:-ms-input-placeholder {
    color: #0b3258;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*[ login ]*/

.formulario {
    position: absolute;
    top: 15%;
    margin-bottom: 3em;
    width: 100%;
    display: flex;
    justify-content: center;
}

.login_form {
    width: 35%;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 2em;
    box-shadow: 0.2em 0.2em 1em rgba(0, 0, 0, 1);
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
}


/*[ login ]*/


/*[ Form ]*/

.form_titulo {
    display: block;
    font-family: SourceSansPro-Bold;
    font-size: 30px;
    color: #004d80;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1em;
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.2);
}


/*[ Form ]*/


/*[ Input ]*/

.input {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 1em;
    margin-bottom: 0.5em;
    outline: none;
    font-family: Arial;
    font-size: 20px;
    line-height: 1.2;
    color: #0b3258;
    box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.5);
}


/*.senha {
  margin-bottom: 1em;
}*/


/*[ Input ]*/

.btn {
    margin: 0.5em 0;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: 1em;*/
    min-width: 200px;
    height: 50px;
    background-color: #0b3258;
    border-radius: 15px;
    font-family: SourceSansPro-SemiBold;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 1);
    text-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.5);
}

.btn:hover {
    background-color: #0b3258;
    box-shadow: 0 10px 30px 0px #00264d;
    transition: all 0.4s;
}


/*[ Botoes ]*/


/*[ Rodape | Creditos ]*/

.recSenha {
    color: #006bb3;
    text-decoration: none;
}

.recSenha:hover {
    color: #006bb3;
    text-decoration: underline;
}


/*[ Rodape | Creditos ]*/

.g-recaptcha {
    margin: 1em auto;
    transform: scale(1);
}