﻿.login_box {
    color: #555 !important;
    background-color: #EEEEEE;
    padding: 10px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

    .login_box h1, .login_box h2, .login_box small {
        color: #555 !important;
    }

input
{
    margin-top:10px !important;
}

.header_hero_square {
    margin-top: 10px;
}

    .header_hero_square img {
        width: 100vw;
        height: 100vh;
        max-height: 350px;
        object-fit: cover;
        /*filter: brightness(0.9);*/
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }


.headline
{
    border-bottom:none !important;
}

.registertop
{
    padding:15px;
}