html,
body {
    font-family: 'Roboto', sans-serif !important;
    scroll-behavior: smooth;
    height: 100%;
    color: #4a4a4a;
}

body {
    overflow: hidden;
    color: #4a4a4a;
    height: 100%;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.button__gradient:hover {
    color: #ffffff;
    text-decoration: none;
}

.button__gradient {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    background: rgb(245, 81, 95);
    background: -moz-linear-gradient(left, rgba(245, 81, 95, 1) 0%, rgba(208, 2, 27, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(245, 81, 95, 1) 0%, rgba(208, 2, 27, 1) 100%);
    background: linear-gradient(to right, rgba(245, 81, 95, 1) 0%, rgba(208, 2, 27, 1) 100%);
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.login.bg {
    /*background-image: url('../img/home-cadastro.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;*/
    background-color: #E4002B;
    background-repeat: no-repeat;
    scroll-behavior: smooth;
    height: 100%;
}

.img-logo {
    max-width: 200px;
}

.title-logo {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}

.title {
    font-size: 25px;
    font-weight: 300;
    line-height: 0.96;
}

.subtitle {
    font-size: 15px;
    line-height: normal;
}

.form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.38);
}

.form-control:focus {
    color: rgba(0, 0, 0, 0.38);
    background-color: #fff;
    border-color: unset;
    border-bottom: solid 1px #ed1d24;
    outline: 0;
    box-shadow: unset;
}

#btn-mostrar-senha {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 100;
    transform: translateY(30%);
}

.box {
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.38);
    padding: 35px 65px 35px 65px;
    background-color: #ffffff;
    min-height: 300px;
}

.box.message {
    padding: 0;
}

.box.message .body {
    padding: 0 65px 35px 65px;
}

.lbl-senha {
    font-size: 10px;
    color: #989898;
}

.was-validated .form-control {
    background-image: unset !important;
}

.server-validation {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.modal-header {
    padding: 0.5rem 0.5rem;
    background-color: #E6E8EA;
}

#btn-back {
    cursor: pointer;
}
