.float-button {
    background-image: url('../../images/account/login/wpp-svg.svg');
    position: fixed;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    background-size: contain;
    cursor: pointer;
    bottom: 20px;
    right: 30px;
}

.subtitle {
    color: gray;
    font: caption;
    display: flex;
    font-size: 24px;
    align-items: center;
}

.btn-primary {
    background-color: #95C93D;
    border: #95C93D;
    width: 80%;
    height: 48px;
    color: white;
    font-size: 20px;
}

.highlights-green {
    color: #95C93D;
}

#messages {
    border: 2px solid #95C93D;
    border-radius: 12px;
    background-color: white;
    height: auto;
    color: white;
}

.title {
    color: white;
}

.message {
    color: #323232;
    font-style: italic;
    font: bold;
    margin: 16px;
    width: auto;
    height: auto;
    display: flex;
    text-align: justify;
    overflow: auto;
}

.name {
    color: #053D59;
    font: bold;
    width: auto;
    height: auto;
    display: flex;
    left: auto;
    margin-left: 16px;
    margin-bottom: 0;
}

.local {
    color: #95C93D;
    width: auto;
    height: auto;
    display: flex;
    margin-left: 16px;
}

.card-bg {
    background-image: url('../../images/login/imagefundo.jpg');
    background-color: rgba(5, 61, 89, 0.6);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: inline;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
}

.section-message {
    min-height: 225px;
    max-height: 225px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

button.carousel-prev {
    display: flex;
    width: 10%;
    margin-right: 8px;
    padding: 20px;
    margin-bottom: 31px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

button.carousel-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.big-message {
    width: 87%;
}

.small-message {
    width: 73%;
}

.input-group {
    position: relative;
}

#btnVerSenha {
    height: 38px;
    width: 40px;
    border: 0;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
}

#Password {
    float: left;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}