﻿body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #eee;
}
div.form-step {
    display: none;
    min-height: 200px;
}
div.form-step:first-child {
    display: block;
}
@media (max-width: 500px) {
    form.form-register div.form-wizard, form.form-register div.form-progress-bar {
        display: none;
    }
    form.form-register .toggle_info.title-section:first-child {
        margin-top: 0px;
    }
}
@media (max-width: 480px) {
    div.title-page div.opcoes-cadastros {
        line-height: 0;
    }
}
.form-wizard {
    margin-bottom: 10px;
}
.form-wizard-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.form-wizard-step.active .form-wizard-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    font-size: 22px;
    line-height: 48px;
}
.form-wizard-step p {
    color: #ccc;
}
.form-wizard-step.active p {
    font-weight: bold;
}
.form-wizard strong {
    font-weight: 500;
}
.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
    color: #73C9E3;
    text-decoration: none;
}
.form-wizard ::-moz-selection {
    background: #73C9E3;
    color: #fff;
    text-shadow: none;
}
.form-wizard ::selection {
    background: #73C9E3;
    color: #fff;
    text-shadow: none;
}
.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
}
.form-wizard-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
}
.form-wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
}
.form-wizard-total-steps-3 .form-wizard-step {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 5px;
}
.form-wizard-total-steps-4 .form-wizard-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 5px;
}
.form-wizard-total-steps-5 .form-wizard-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}
div.btn-actions-step {
    margin-top: 80px;
    text-align: right;
}
.navbar-brand {
    padding: 0;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.main_content .container {
    background: #fff;
}
.container.title-page {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 30px;
}
.container.main-page {
    padding-bottom: 30px;
}
.has-feedback i.form-control-feedback {
    top: 40px;
    position: absolute;
    right: 28px;
    font-size: 1.5em;
}
input.input-remote-error, input.input-validation-error {
    border-color: red;
}
.strong {
    font-weight: bold;
}
.conteudo-termo-uso {
    max-height: 350px;
    overflow: auto;
}
.input-group input {
    border-right: none;
}
button.view-password {
    top: 40px;
    position: absolute;
    font-size: 1.3em;
    right: 24px;
    z-index: 2;
    display: block;
    line-height: 32px;
    text-align: center;
    pointer-events: all;
    background: none;
    border: none;
    color: #6c757d;
    width: 34px;
}
.only_hidden {
    visibility: hidden;
}
footer {
    margin-top: auto;
}