﻿body 
{
	font-family: "RobotoDraft", "Roboto", sans-serif;
    font-size:12px;
	margin: 0px;
	background-color: #fafafa;
    background: url(../Images/Background/Default.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input
{
    font-family: RobotoDraft, Roboto, sans-serif;
    font-size:12px;
}

.Container {
    width: 100%;
    margin: 0 auto;
    background: #eceff6;
    height: 45px;
    margin-top: 15px;
    border-radius: 10px;
}

.ContainerLogo
{
    float:left;
    width: 200px;
    height:50px;
    background:url("../Images/Logos/AirLinkLogo.png") top left no-repeat;
    background-size: 200px 50px;
    position:relative;
    bottom:18.5px;
}

.ContainerBase
{
    width: 100%;
    max-width: 960px;
    height:50px;
    text-align:center;
    padding-top:10px;
    margin-left:auto;
    margin-right:auto;
}

.ContainerBaseText
{
    color:#000;
    font-size:25px;
    font-weight:500;
}

.LoginContainer
{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top:20px;

}

.LoginContainerPanel {
    height: 340px;
    width: 400px;
    background-color: #eceff6;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.LoginContainerPanelSmall
{
    height:200px;
    width:400px;
    background-color:white;
    margin-left:auto;
    margin-right:auto;
}

.divLogin
{
    margin-left: 40px;
    margin-top: 26px;
}

.divError {
    padding-top: 5px;
    width: 266px;
    text-align: center;
}

.divLinkButton {
    text-align: center;
    margin-top: 11px;
}

.LoginTop {
    border: solid 1px #FFFFFF;
    height: 250px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #FFFFFF;
}

.LoginTopDiv {
    float:left;width: 100%;
    text-align: center;
    padding-top:20px;
    padding-bottom:20px;
}


.LoginBottom {
    border: solid 1px #F1F1F1;
    height: 35px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #FFFFFF;
}

.LoginTextbox {
    width: 250px;
    border: solid 1px #d9d9d9;
    margin: 0 0 10px 0;
    font-size: 1.0em;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 10px;
    background: #ffffff;
    color: #0065b3;
}

.LoginTextbox:focus {
    color: #0065b3;
    font-size: 1.0em;
}

.LoginTextbox::-webkit-input-placeholder {
    font-size: 0.9em;
    color: #d9d9d9;
}

.LoginTextbox:-moz-placeholder /* Mozilla Firefox */ {
    font-size: 11px;
    color: #d9d9d9;
}

.LoginTextbox:focus
{
    border-color:#1565C0;
}

.LoginTextboxError {
    width: 250px;
    border: solid 1px #b62626;
    margin: 0 0 10px 0;
    font-size: 1.0em;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 10px;
    background: #ffffff;
    color: #0065b3;
}

    .LoginTextboxError:focus {
        color: #b62626;
        font-size: 1.0em;
    }

    .LoginTextboxError::-webkit-input-placeholder {
        font-size: 0.9em;
        color: #b62626;
    }

    .LoginTextboxError:-moz-placeholder /* Mozilla Firefox */ {
        font-size: 11px;
        color: #b62626;
    }

    .LoginTextboxError:focus {
        border-color: #b62626;
    }

.Loginbutton {
    width: 273px;
    background-color: #0065b3;
    color: #ffffff;
    border: none;
    padding: 10px 10px 10px 10px;
    font-size: 1.0em;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 10px;
    outline:none;
}

.Loginbutton:hover
{
    cursor:pointer;
}

.LoginLabel
{
    font-size:12px;
}

.LoginheadingLabel
{
    font-size:17px;
    font-weight:500;
}

.LoginLinkButton {
    font-size: 1.0em;
    color: #0065b3;
    text-decoration: none;
}

.ContainerFooter
{
    width:960px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    bottom:0;
}


.MaterialErrorLabel {
    font-size: 1.0em;
    color: #b62626;
}

.LinkLabel
{
    font-size:12px;
}

.SingleCheckbox input[type=checkbox] + label
{
    display: inline-block;
    cursor: pointer;
    vertical-align:middle;
    font-size:12px;
}

.SingleCheckbox input[type=checkbox]
{
    vertical-align:middle;
    height:17px;
    width:17px;
    -webkit-border-radius:0px;
    -webkit-box-shadow:none;
}

.Label
{
    font-size:12px;
    color:#444;
}

.LinkButton
{
    font-size:12px;
    color:#1565C0;
}

.divLoginBottom {
    text-align: center;
    margin-top: 13px;
}

.divLoginforgot {
    margin-left: 40px;
    margin-top: 110px;
}

.divLogin1 {
    float: left;
    width: 100%;
    height:80px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left:-15px;
}


.divLogin2 {
    height: 145px;
    width: 100%;
    float: left;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.divLogin3 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.divImage {
    max-height: 80px;
    max-width: 200px;
    height: auto;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}