*{
    font-family: sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue';
}
html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body{
    display: flex;
    flex-direction: column;
}
main{
    flex: auto;
    overflow: hidden;
}

.first-background{
    background: white;
}

.input-error{
    border: 1px solid #E64646 !important;
}
