.login-message{
    width: 72%;
    float: left;
    padding: 2%;
    height: 100%;
    margin-bottom: 0px;
}
.in-login-message{
    padding: 15px;
    background: #FFF;
    border: 5px solid #304860;
    border-radius: 5px;
    overflow-y: auto;
    height: 100%;
    opacity: 0.85;
}

.title-login-message{
    opacity: 0.80;
    height: 100%;
}

.title-login-message .card-text{
    height: 500px;
    overflow-y: auto;
}