#top {
    height: 50vh;
    background: url('../../img/provider/background.jpg') no-repeat right;
    background-size: cover;
    color: #07BEBB;
    font-weight: 700;
    text-shadow: 0 0 4px rgb(255, 255, 255);
    font-size: 1em;
}
#top .content {
    padding-right: 20%;
    padding-bottom: 15%;
    white-space: pre-line;
    text-align: justify;
}
#info {
    position: relative;
    top: -8em;
    margin-bottom: -4em;
}
.row.info {
    background-color: white;
    text-align: center;
    font-weight: 400;
    color: #363636;
    box-shadow: 0 3px 26px #00000029;
    border-radius: 8px;
    font-size: .8rem;
    padding: 1.5em 0;
}
#buttons {
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
    font-size: .9em;
}
#buttons a {
    color: white;
}
#buttons #right {
    border-radius: 0 32px 32px 0;
    background: #07BEBB;
    border-left: 2px solid white;
    padding: 10px;
}
#buttons #left {
    border-radius: 32px 0 0 32px;
    background: #088D8B;
    border-right: 2px solid white;
    padding: 10px;
}
#info h4 {
    text-align: center;
    font-weight: 700;
    color: #07BEBB;
}
#info ul {
    list-style-type: none;
    font-size: 1em;
    margin-bottom: inherit;
    font-weight: 500;
    text-align: left;
}
#info ul li:before {    
    font-family: 'Font Awesome 5 Free';  
    content: "\f0da";
    padding-right: 10px;
    color: #07BEBB;
    font-weight: 900;
}
#info hr {
    margin: 1em 3em;
}
#info #contato {
    font-weight: 500;
    margin-top: 2em;
}
.modal#provider-register .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #07BEBB;
    color: white;
}
.modal#provider-register .modal-header h4 {
    font-weight: 700;
    text-align: center;
}
.modal#provider-register .modal-content {
    border-radius: 8px;
}
.md-form input[type="text"]:focus, .md-form input[type="password"]:focus, .md-form input[type="email"]:focus {
    box-shadow: 0 1px 0 0 #07BEBB!important;
    border-bottom: 1px solid #07BEBB!important;
}
label {
    font-weight: 600;
    color: black!important;
}
.md-form label.active {
    font-weight: 500;
    color: #9F9F9F!important;
}
.form-control, .custom-select {
    color: black!important;
    font-weight: 600;
}
.custom-select {
    border: unset;
    border-bottom: 1px solid #ced4da;
    padding: .6rem 0 .4rem 0;
}
.md-form {
    margin: 10px;
}
#register button {
    font-weight: 700;
    padding: 1em 4em;
    background-color: #07BEBB;
    color: white;
    border-radius: 30px;
    border: 0;
    margin-top: 15px;
}
@media (min-width: 1400px) {
    #top {
        font-size: 1.1em;
    }
}