@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Martel:700,400);


body, html {
    background-color: #f9f9f9;
    min-width: 100%;
    min-height: 100%;
    color: #777;
    overflow: hidden;
    font-family: Lato, sans-serif;
}

.loginContainer {
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 rgba(175, 175, 175, 0.12);
    position: relative;
    overflow: auto;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    height: auto;
    margin: 100px auto 8px;
    width: 350px;
    min-width: 300px;
    padding: 50px 42px 20px;
}

.loginContainer input[type='text'], .loginContainer input[type='password'] {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 6px 8px;
    line-height: 16px;
    background: transparent;
    box-sizing: border-box;
    height: 40px;
    background-color: #fff !important;
    background: #fff !important;
    border-color: #bbb;
    border: 1px solid #bbb;
    display: inline-block;
    float: left;
    border-radius: 4px;
    font-family: Lato, sans-serif;
    font-size: 17px;
}

.airLogo {
    padding-bottom: 30px;
    text-align: center;
}

.airLogo svg {
    height: 65px;
}

.airButton {
    background-color: #2a7de1;
    color: #fff !important;
    line-height: 1.5em;
    transition: .35s;
    font-size: 16px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.airButton:hover {
   background-color: #91e8fc;
   color: #232323 !important;
   transition: .35s;
}

.loginContainer a {
    color: #004eea;
    text-decoration: none;
    transition: .25s;
    cursor:pointer
}

.loginContainer a:hover {
    color: #91e8fc !important;
    transition: .25s;
}

.requiredSimpleLoginPage {
    color: #eb3432 !important;
    font-size: 14px !important;
    line-height: 18px;
    padding-bottom: 10px
}