@import url('https://fonts.googleapis.com/css?family=Anton|Teko&display=swap');
html, body {
    margin: 0;
    height: 100%;
    color: #6b6b6b !important;
    /* background: #191919!important; */
}
.conatto h2 {
    /* font-family: 'Anton', sans-serif; */
    color: #3d4365;
    font-size: 32px;
    font-family: 'Teko', sans-serif;
}
.conatto h3 {
    /* font-family: 'Anton', sans-serif; */
    color: #3d4365;
    font-size: 32px;
    font-family: 'Teko', sans-serif;
}
.conatto h3:hover{
    cursor: pointer;
}
.conatto i {
    /* font-family: 'Anton', sans-serif; */
    font-size: 25px;
}
.topo{
    padding-top:15px;
    padding-bottom:15px;
}
.topo ul {
    list-style:none;
}
.topo ul>li {
    display:inline-block;
    margin-left:10px;
}
.apps{
    padding-top:25px;
}
.topo .apps img {
    width:150px;
    height:50px;
}
.bg-img {
    padding-top:60px;
}
.bg-img {
    width: 100%;
    min-height: 100%;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/bg-02.jpg");
    /* border-bottom: 5px solid #ffcf63; */
}
.bg-img h1{
    color:#fff;
    margin-top:25px;
}
.bg-img h1::after{
    content:'|';
    margin-left:7px;
    opacity: 1;
    animation: piscar .7s infinite;
}
.formulario{
    width:35%;
    /* height: 324px; */
    padding:30px 40px 25px 40px;
    border-top:;
    background: #2222225e;
}
.formulario a{
    color:#6a6b6b!important;
    text-decoration:none!important;
}
.bg-img .btn-primary{
    width:100%;
    margin-top:25px;
    margin-bottom: 25px;
}
.qr-code{
    position:absolute;
}
.form-check-label{
    cursor:pointer;
}
.alert-danger{
    width: 50%!important;
}
.form-check-label {
    margin-bottom: 0;
    color: white;
}
#ios:hover{
    cursor: pointer;
}
#android:hover{
    cursor: pointer;
}
#attribution {
    color: #e4e4e4;
    font-size: medium!important;
    position: absolute;
    bottom: 40px;
    margin-left: 20px;
    font-size: x-small;
    z-index: 10;
}
.redefinir-senha{
    color:#fff!important;
    padding-left: 10%;
}
.redefinir-senha a{
    color:#fff!important;
}
@media (max-width: 991px) {
    .mobile {
      display: none;
    }
    .formulario{
        width:100%!important;
        height: 100%!important;
        padding:40px 40px 40px 40px!important;
        border-top: 0px solid #ffcf63!important;
        background: #0000005e!important;
    }
    .bg-img {
        padding-top: 60px;
    }
}
@keyframes piscar {
    0%, 100%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
}
