body{
    background-color: #f6f6f6;
}
.container{
    background-color: #FFF;
    min-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    color: #595959;
    text-transform: uppercase;
}

img.logo-bloqueado {
    width: 150px;
    margin-left: 90px;
}