﻿.panel-smart {
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-smart .panel-heading {
    padding: 5px 0 15px 0;
    color: #252a2f;
    border-bottom: 1px solid #929497;
}

.panel-smart h3.panel-title {
    font-size: 24px;
}

.panel-smart .panel-body {
    padding: 20px 0 0;
}

.titulo-cadastro{
    font-size: 20px;
    margin:0px;
}

h4.separator-form {
    color: #013B44;
    border-bottom: 1px solid #013B44;
    font-weight: bold;
    font-size: 14px !important;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: left;
}

label {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: normal;
}

.g-recaptcha {
    margin: 0 auto;
    display: table;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85); /* Safari support */
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; /* Safari support */
    }
}