body{
    margin: 0px;
    font-family: 'Roboto';
    font-weight: normal;
}

input{
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 15pt;
}

.login-header{
    background: #262626;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid gray;
}

.login-header-logo{
    background: url("../images/mach2wblogo.png") no-repeat;
    background-size: contain;
    width: 800px;
    height: 300px;
    margin: auto;
}

.login-header-wrapper{
    display:table;
    width: 100%;
    height: 400px;
    top: 0;
    margin: 0; padding: 0;
}

.input-style{
    border: 2px solid rgba(0,0,0,0.2);
    padding: 3px;
    width: 300px;
    height: 35px;
    margin-top: 10px;
    font-size: 15pt;
}

.login-button{
    border: 2px solid #262626;
    text-align: center;
    width: 300px;
    height: 35px;
    margin-top: 10px;
    vertical-align: middle;
    color: white;
    font-size: 13pt;
    background: #262626;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.login-button:focus{
    background: #6d6d6d;
    border: 2px solid #6d6d6d;
}

.login-button:active{
    background: #6d6d6d;
    border: 2px solid #6d6d6d;
}

.login-button:hover{
    background: #6d6d6d;
    border: 2px solid #6d6d6d;
}

.footer{
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    margin-top: 50px;
    background: #262626;
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 4px solid gray;
}

.footer-text {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 11pt;
}

.login-imprint-link {
    padding-left: 20px;
}

.login-imprint-link>a,
.login-imprint-link>a:hover,
.login-imprint-link>a:focus {
    color: white;
    text-decoration: underline;
}

.message-box{
    margin-top: 50px;
    margin-bottom: 60px;
    width: 650px;
    padding: 15px;
    background: #f0c132;
    border: 2px solid #b38829;
    font-size: 10pt;
}

/* do not allow to override text size for message box */
.message-box * {
    font-size: 10pt !important;
}

.message-error {
    margin-top: 30px;
    border-bottom: 3px solid #a52926;
    border-left: 3px solid #a52926;
    border-right: 3px solid #a52926;
    width: 800px;
}

.message-error-title {
    background: #a52926;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 20px;
    padding: 5px;
    display: table;
    width: 100%;
}

.message-error-content{
    color: #a52926;
    margin-bottom: 20px;
    font-size: 11pt;
    font-weight: 500;
}

.message-error-title .centered > .alert-close {
    float: right;
    color: white;
    text-decoration: none;
    opacity: 0.6;
}

.message-error-title > .centered > .alert-icon {
    float: left;
    display: table-cell;
}

.centered{
    display: table-cell;
    vertical-align: middle;
}

/* Smartphones */
@media only screen and (min-width : 320px) {

    .login-header-logo{
        width: 320px;
        height: 130px;
    }

    .login-header-wrapper{
        height: 30%;
    }

    .message-box{
        width: 90%;
        padding: 10px;
    }

    .message-error {
        width: 90%;
    }
}

@media only screen and (min-width : 570px) {
    .login-header-logo{
        width: 420px;
        height: 170px;
    }

    .message-box{
        width: 90%;
        padding: 10px;
    }

    .message-error {
        width: 90%;
    }
}

@media only screen and (min-width : 810px) {
    .login-header-logo{
        width: 750px;
        height: 300px;
    }

    .message-box{
        width: 650px;
        padding: 15px;
    }

    .message-error {
        width: 800px;
    }
}
