﻿#login-container {
    /*background-color: var(--LightBlue, #f5f9ff);*/
    height: 100%;
    width: 100%;
}
#login-call-us {
    text-align: left;
    font-size: 14px;
    color: #25313c;
}
#login-telephone-number {
    font-size: 16px;
    color: #62b5e5;
}

#login-social-links {
    list-style-type: none;
    display: -webkit-box;
    display: flex;
    margin: 0;
    padding: 50px 0 0 30px;
    width: 200px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
}

#login-top {
    height: 5%;
    min-height: 45px;
    width: auto;
    box-sizing: border-box;
    padding: 0px 24px 0px 0px;
    border-style: solid;
    /*overflow: hidden;*/
    border-color: var(--BorderGrey, #cccccc);
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    background-color: white;
}

#login-middle {
    /*min-height: 150px !important;*/
    height: 65%;
}

#login-bottom {
    background-image: url("/images/login-cashless-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 30%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /*min-height: 150px !important;*/
}

#login-box {
    position: fixed;
    width: 400px;
    height: 200px;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#login-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: auto;
}

#login-button {
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 40px;
    font-size: 16px;
    padding: 8px 50px;
    width: 300px !important;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: var(--Iris_Primary, #24303b);
}
