main{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background-color: #f7f7f7;
}
.container-login{
    width: 100%;
    max-width: 300px;
}
.container-image{
    display: flex;
    flex-direction: row;
    justify-content: center;

    width: 100%;
}
#login-image{
    width: 115px;
}
.g-recaptcha{
    margin: 10px 0;
}