/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2016, 09:44:23
    Author     : kalilmaciel
*/
/*********** FONTES **************/
@font-face {
    font-family: "Museo Sans 300";
    src: url("../font/museo-sans-300/museosans-300-webfont.woff2")
            format("woff2"),
        url("../font/museo-sans-300/museosans-300-webfont.woff") format("woff"),
        url("../font/museo-sans-300/museosans-300-webfont.ttf")
            format("truetype");
}
@font-face {
    font-family: "Segoe UI Semibold";
    src: url("../font/segoeui-semibold/SegoeUI-Semibold.woff") format("woff"),
        url("../font/segoeui-semibold/SegoeUI-Semibold.ttf") format("truetype");
}
.delay_0 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.delay_1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.delay_2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.delay_3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay_4 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay_5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay_6 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.delay_7 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.delay_8 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.delay_9 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.delay_10 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay_11 {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.delay_12 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.delay_13 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.delay_14 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.delay_15 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay_16 {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.delay_17 {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.delay_18 {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.delay_19 {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.delay_20 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

#login {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/login_back.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#login .login {
    -webkit-box-shadow: 2px 2px 10px #000;
    -moz-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    position: relative;
    top: 40%;
    width: 250px;
    display: table;
    margin: -150px auto 0 auto;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    width: 800px;
    max-width: 90%;
}
#login .login img {
    width: 100%;
}
#login .text-center {
    text-align: center;
    font-size: 30px;
}
#login .laranja {
  background-color: #f58634;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  line-height: 30px; 
  height: 30px;
  display: inline-block;
  padding: 10px 20px;
}
#login .azul {
    color: #1785c0;
}
#login a {
    text-decoration: none;
}

@media (max-width: 768px) {
    #login .text-center {
        font-size: 50px;
    }
}

/*# sourceMappingURL=style.css.map */
