﻿body {
    background-color: white !important;
}

.box-cinza {
    background-color: lightgray !important;
    margin: 10px auto 8px auto;
    width: 550px;
    border-radius: 20px
}

img.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

h2 {
    color: gray;
}

h3 {
    color: gray;
    margin-top: -10px;
}

.m-auto {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.link-esqueci-senha {
    font-weight: bold;
    text-decoration: none;
}

    .link-esqueci-senha:hover {
        text-decoration: none;
    }