body {
    overflow: auto;
    background-color: #1C2024;
    font-family: 'Roboto', sans-serif;
    color: #ccc;
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.mt-1 {
    margin-top: 1rem !important;
}

.titulo {
    font-size: 16px;
}

.titulo-footer {
    margin-top: 1rem;
}

.subtitulo {
    font-size: 1rem;
    color: #7B838B;
    margin-bottom: 1rem;
}

.link {
    color: #fff;
}

.card {
    width: 320px;
    background-color: transparent;
    border: none;
}

.card-header {
    padding: 2rem;
    margin: 0;
    background-color: transparent;
    border: none;
}

.card-body {
    padding: 0;
}

.btn {
    color: #fff;
    background-color: #F5214D;
}

.btn:hover {
    color: #fcf3f3;
    border: 1px solid #F5214D;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #F5214D;
}

.img-icon {
    position: relative;
    text-align: center;
    margin: -10px 0 20px 0;
}

.img-logo {
    padding: 1.7rem;
}

.footer {
    position: relative;
    text-align: center;
    margin: 1rem 0;
}

.footer a {
    padding-left: 1rem;
}

.rodape {
    margin-top: 1.5rem;
}

.footer .link {
    padding: 0;
}

.small {
    color: #394047;
}

.btn-float {
    position: fixed;
    right: 18px;
    bottom: 20px;
}

.styled-input-single {
    position: relative;
    padding: 0 0 0 30px;
    font-size: .9rem;
    margin: 0.8rem 0;
}

.styled-input-single label {
    cursor: pointer;
}

.styled-input-single label:before,
.styled-input-single label:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.styled-input-single label:before {
    left: 0;
    width: 20px;
    height: 20px;
    margin: -15px 0 0;
    background: #1C2024;
    box-shadow: 0 0 1px grey;
}

.styled-input-single label:after {
    left: 5px;
    width: 10px;
    height: 10px;
    margin: -10px 0 0;
    opacity: 0;
    background: #F5214D;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.styled-input-single input[type="radio"]:checked+label:after,
.styled-input-single input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.styled-input--square label:before,
.styled-input--square label:after {
    border-radius: 0;
}

.styled-input--rounded label:before {
    border-radius: 10px;
}

.styled-input--rounded label:after {
    border-radius: 6px;
}

input.checkbox {
    opacity: 1;
    border-radius: 0;
    background-color: #721c24;
}

.form-control {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #394047;
    margin: 8px 0;
    outline: none;
    font-size: 1rem;
    color: #fff;
    padding: 8px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #394047;
    outline: 0;
    box-shadow: 0 0 0 0 #394047;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #1C2024 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.input-group {
    margin-bottom: 0;
}

.input-group-text {
    border: transparent;
}

.card-footer {
    background-color: #394047;
    margin-top: 0.5rem;
    text-align: center;
}

.inputWithIcon .localizador {
    padding-left: 65px;
    padding-bottom: 0;
}

.inputWithIcon input {
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 1rem;
}

.inputWithIcon {
    position: relative;
    width: 100%;
}

.inputWithIcon span {
    position: absolute;
    left: 5px;
    top: 18px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon .lock {
    position: absolute;
    left: 0;
    top: 8px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon i {
    position: absolute;
    left: 0;
    top: 11px;
    color: #aaa;
    transition: 0.3s;
}

.inputWithIcon.inputIconBg i {
    color: #C7C7C7;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
}

@media only screen and (max-width: 500px) {
    .inputWithIcon span {
        top: 19px;
    }
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.form-control.is-valid {
    border-bottom: 1px solid #394047 !important;
}

.especialidades {
    background-color: #1C2024;
}

.especialidades option,
.uf option {
    background: #1C2024;
}


/*
* MENSAGEM
*/

.modal-content {
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}


/*
* ASSINATURA
*/

.signature {
    position: relative;
    padding: 2% 2%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px;
    border-style: dotted;
    border-color: black;
    background-color: gray;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.signature-pad {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    max-height: 200px;
    background-color: white;
    border: 2px;
    border-style: solid;
    border-color: red;
}
.text-white {
    color: #ffffff !important;
}