﻿.header-background {
    min-height: 100vh;
    background-image: url('/img/bg-main.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
}

.header-title {
    padding-top: 8%;
}

.form-title {
    text-shadow: 1px 1px 2px black
}

.auth-title {
    display: flex;

    align-items: center; 
    padding-bottom: 12px;
}

.auth-title img{
    height: 48px;
}

    .auth-title h4{
        padding-left: 12px;
    }