﻿body {
    font-family: 'Abel-Regular';
    font-weight: normal;
    font-style: normal;
}

.apptitle {
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.hidden {
    display: none;
}

.errormessage {
    font-size: 8pt;
}

.loginformcontainer {
    width: 25%;
    height: 25%;
}

.spacing-sm {
    margin-bottom: 80px;
}

.loginformcontainer img {
    width: 50%;
    height: 50%;
    text-align: center;
}

.submitBehaviour {
    width: 100%;
    font-weight: bold;
    background: linear-gradient(to top, #ad0000, #d30000);
}

    .submitBehaviour:focus {
        background: linear-gradient(to top, #e60000, #b50000);
    }

/*mediaqueries*/
@media only screen and (max-width: 800px) {
    .loginformcontainer {
        width: 100%;
        height: 100%;
    }
}


.logcss:focus {
    border-color: #ff0f0f !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 0.1rem rgba(255, 0, 0, 0.25) !important;
}

.logcss {
    background: #fff !important;
}
