*,
*:before,
*:after {
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
::-moz-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
:-moz-placeholder {
    font-size: 16px;
}
.clear {
    clear: both;
}
html {
    overflow-y: scroll;
}
body {
    background: #1f1f1f;
    font-family: 'Exo', sans-serif;
}
.logo {
    font-size: 36px;
}
.info {
    text-align: center;
    margin-top: 20px;
}
.info span {
    text-indent: -30px;
    margin-left: 50px;
}
.info span:before {
    content: url("images/whats.png");
    position: absolute;
}
.contato {
    width: 50%;
    display: inline;
}
@media (max-width: 768px) {
    .contato {
        width: 100%;
        display: block;
    }
}
a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s ease;
}
a:hover {
    color: #ffffff;
}


.logo {
    max-width: 774px;
    margin: 40px auto;
    margin-top: 100px;
    margin-bottom: -115px;
    
}
.logo img{
width: 100%;
}


h1.title{

    text-transform:uppercase;
    font-size:23px;
    font-weight: 800;
    color:#ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
}

#login{
    width: 60%;
    float: right;
    min-height: 200px;
}


.some{
    display: none;
}

p.signup {
   
    float: left;
    position: absolute;
    z-index: 0;
}

p.login {
    width: 70%;
    float: left;
    margin-top: -40px;
}


.form {
    background: #eb2626;
    padding: 20px 40px 20px 40px;
    max-width: 774px;
    margin: 40px auto;
    padding-top:60px;
    min-height: 441px;
 }
.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
}
.tab-group li a:hover {
    background: #b21d23;
    color: #fff;
}
.tab-group .active a {
    background: #c82127;
    color: #fff;
}


h1 {
    text-align: center;
    color: #000;
    font-weight: 400;
    margin: 0 0 25px;
}
label {
    position: absolute;
    transform: translateY(6px);
    left: 13px;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 16px;
}
label .req {
    margin: 2px;
    color: #c82127;
}
label.active {
    transform: translateY(50px);
    left: 2px;
    font-size: 14px;
    top: -16px;
}
label.active .req {
    opacity: 0;
}
label.highlight {
    color: #000;
}
select,
input,
textarea {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    border: 0px solid #a0b3b0;
    color: #000;
    border-radius: 0;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border-color: #c82127;
}
select {
    font-size: 16px;
    height: 35px;
}
textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

/********* RESPONSIVO ************/
@media (max-width: 768px) {


    body{
        padding:15px
    }

    #login{
        width: 100%  !important;
    }

    p.login {
        text-align: center;
        margin-top: 20px;
    }


    h1.title{
        font-size: 17px;
    font-weight: 800;
    }
    .form{
        padding: 20px 20px 20px 20px;
    }
    .logo{
        margin-bottom: -74px;
        margin-top: 20px;
    }

    #frmCadastro .field-wrap.label {
        width: 100% !important;
        margin-bottom: 0px;
        margin-top: 1px;
    }
 
    #frmCadastro .field-wrap {
 
        width:100% !important;
    }

    p.signup {
        margin-top: 20px;
    text-align: center;
    }

    .button{
        width: 100%;
    }


}



/******************************/

#frmCadastro .field-wrap.label {
    width: 150px;
}


#frmCadastro .field-wrap {
    position: relative;
    margin-bottom: 22px;
    width: calc(100% - 150px);
    float: left;
}

.field-wrap.label {
    width: 60px;
    float: left;
    color:#ffffff;
    padding: 8px 0;
    font-weight: 700;
    font-size: 15px;
}


.field-wrap {
    position: relative;
    margin-bottom: 22px;
    width: calc(100% - 60px);
    float: left;
}
.top-row:after {
    content: "";
    display: table;
    clear: both;
}
.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.top-row > div:last-child {
    margin: 0;
}
.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 12px 40px;
    border-radius: 21px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #ff7800;
    float: right;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button:hover,
.button:focus {
    background: #000000;
}
.button-block {
    display: block;
    width: 100%;
}
.forgot {
    margin-top: -10px;
    text-align: right;
}
/*# sourceMappingURL=style.css.map */
