﻿body {
    font-family: Arial;
}

.login-area {
    color: #002871;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.headLine {
    margin-bottom: 50px;
}

.footer {
    padding: 10px;
    text-align: center;
    margin-top: 60px;
}

.footer a {
    color: #134383;
    text-decoration: none;
    margin-right: 10px;
}

@media screen and (max-width: 768px), (max-device-width : 830px) and (orientation: portrait), (max-device-width : 830px) and (orientation: landscape) {
    .login-area {
        width: initial;
        margin-left: 0px;
        margin-right: 0px;
    }

    .button-smallscreen {
        margin-top: 30px;
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .headLine {
        display: none;
    }
}

@media screen and (max-device-width : 830px) and (orientation: landscape)
{
    .login-area {
        margin-top: 0px!important;
        font-size: 30px;
    }

    .button-smallscreen {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 30px;
    }

    input[type="text"], input[type="password"], select {
        height: 50px;
    }
}

@media screen and (max-device-width : 830px) and (orientation: portrait) {
    .headerLogo {
        width: 300px;
    }

    .login-area {
        margin-top: 300px;
        font-size: 30px;
    }

    .button-smallscreen {
        padding-top: 35px!important;
        padding-bottom: 35px!important;
        font-size: 30px;
    }

    input[type="text"], input[type="password"], select {
        height: 80px;
    }
}

@media screen and (max-width: 1120px) {
    .button-smallscreen {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}