﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#body {
    padding: 10px;
    padding-bottom: 300px; /* Height of the footer */
    text-align: center;
}

#loginform {
    display: inline-block;
    width: 400px;
    /*direction: rtl;
    */
}

#loginformwelcome {
    white-space: nowrap;
    display: inline-block;
    /*direction: rtl;
    */
}

#logo {
    height: 300px;
    width: 400px;
    background-image: url('../images/Schoolarislogo.png');
    background-repeat: no-repeat;
    background-size: 400px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 50px;
}

#logowelcome {
    height: 450px;
    width: 450px;
    background-image: url('../images/Schoolarislogo.png');
    background-repeat: no-repeat;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    margin-top: -50px;
    margin-right: 40px;
    margin-bottom: -50px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*top: 100%;*/
}

#footerbar {
    background-color: #235180;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
}

#footerbarnotifier {
    color: #235180;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold
}

.footerimage {
    background: url('../images/Foto-folder-duim-omhoog.png') no-repeat center;
    background-size: contain;
    height: 200px;
}

.form-logologin {
    height: 100px;
    width: 300px;
    background-image: url('../MLSDocs/LogoLogin/logologin.jpeg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.form-logologinmls {
	height: 100px;
    width: 300px;
    background-image: url('../MLSDocs/LogoLogin/logologin.jpeg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.loginselecieform {
    margin-top: 25px;
    margin-bottom: 25px;
}

.dropdownform {
    border: 1px solid #1B68A5;
    border-radius: 5px;
    padding: 3px;
    width: 200px;
    margin-top: 5px;
}

.auto-style1 {
    width: 40%;
    margin-top: 20%;
    border: 1px solid #425070;
}

.loginform {
    margin-top: 25px;
    border-radius: 8px;
    border: 2px solid #1B68A5;
}

.textfieldauth {
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #1B68A5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.textfield {
    width: 80%;
    box-sizing: border-box;
    height: 4em;
    border: 1px solid #1B68A5;
    border-radius: 5px;
    padding: 0 15px;
    margin: 10px 0;
}

.button {
    width: 50%;
    height: 3em;
    background-color: #1B68A5;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    white-space: normal;
}

.buttondisabled {
    width: 50%;
    height: 3em;
    background-color: white;
    border: 1px solid #1B68A5;
    border-radius: 5px;
    color: #1B68A5;
}

.button:hover {
    background-color: white;
    color: #239B95;
    border: 1px solid #239B95;
}

.button2 {
    width: 50%;
    height: 3em;
    background-color: #1B68A5;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}

    .button2:hover {
        background-color: White;
        color: #E63E46;
        border: 1px solid #E63E46;
    }

.buttonxl {
    width: 80%;
    height: 3em;
    background-color: #1B68A5;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    white-space: normal;
}

    .buttonxl:hover {
        background-color: White;
        color: #1B68A5;
        border: 1px solid #1B68A5;
    }

.buttonxl2 {
    width: 80%;
    height: 3em;
    background-color: #E63E46;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    white-space: normal;
}

    .buttonxl2:hover {
        background-color: White;
        color: #E63E46;
        border: 1px solid #E63E46;
    }

.buttonxlwelcome {
    width: 80%;
    height: 3em;
    background-color: #1B68A5;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    white-space: normal;
}

    .buttonxlwelcome:hover {
        background-color: White;
        color: #1B68A5;
        border: 1px solid #1B68A5;
    }

.buttonxlwelcome2 {
    width: 80%;
    height: 3em;
    background-color: #F19322;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    white-space: normal;
}

    .buttonxlwelcome2:hover {
        background-color: White;
        color: #F19322;
        border: 1px solid #F19322;
    }

.buttonxlwelcome3 {
    width: 80%;
    height: 3em;
    background-color: #E63E46;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    white-space: normal;
}

    .buttonxlwelcome3:hover {
        background-color: White;
        color: #E63E46;
        border: 1px solid #E63E46;
    }

.form-button {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-label {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 20px 10px 20px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #1B68A5;
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    text-align: left;
}

.form-errorlabel {
    margin-bottom: 10px;
    white-space: normal;
    text-align: left;
    margin-left: 35px;
}

.buttonWithoutImage .dxbButton {
    background-image: none;
}

.formbtndisabled {
    background-color: #5F6368;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    height: 30px;
    width: 125px;
}

.form-header {
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.checksleft {
    float: left;
    margin: 25px 50px 0px 50px;
    border-radius: 8px;
    border: 2px solid #1B68A5;
    width: 400px;
    white-space: normal;
}

.checksleft-per {
    padding: 0 15px;
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
}