main.form-container 
{
    padding: 3.25%;
    width: 50%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.message 
{
    color: #555;
    margin-bottom: 20px;
    width: 100%;
}

main.form-container input 
{
    width: 100%;
    margin-bottom: 7.5%;
}

form 
{
    width: 100%;
}

.content-container 
{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-container 
{
    background-color: #F3F1FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100vh;
}

.image-container img 
{
   width: 100%;
   padding: 15%;
}

.error 
{
    color: red;
}

div.logo
{
    height: 20px;
    margin-bottom: 7.5%;
}

div.logo > svg.logo-svg
{
    height: 100%;
}

div.centered
{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

div.centered > button.primary
{
    min-width: 215px;
}