﻿html, body {
    height: 98%;
}

#container {
    background-image: url('library/images/loginBackground.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
    height: 102%;
    background-position-x: center;
    max-width: 1200px;
    max-height: 930px;
    min-height: 633px;
    min-width: 633px;
    position: relative;
}

.city-name {
    font-size: 50px;
}

.float-right {
    float: right;
}

.web-logo {
    margin-top: 20px;
}

#login-area {
    padding-top: 5px;
    background-color: lightgray;
    border: 1px solid black;
    border-radius: 10px;
    background-color: rgba(211,211,211,0.5);
    font-size: 22px;
    margin-top: 25%;
    margin-left: 17%;
    width: 65%;
    height: 230px;
}

.login-element {
    height: 50px;
    margin-left: 10px;
}

#login-area .label {
    float: left;
    margin-top: 4px;
    max-width: 200px;
    width: 30%;
}

.input-text {
    max-width: 270px;
    width: 60%;
    height: 30px;
    border: 1px solid black;
    font-size: 20px;
    ime-mode: disabled;
}

#login-footer {
    color: white;
    background-color: #00205D;
    opacity: 0.7;
    padding-left: 1%;
    height: auto;
    margin-top: 1%;
    word-wrap: break-word;
    padding: 4px;
}

.btn-login {
    width: 150px;
    height: 40px;
    background-color: #5cb85c;
    color: white;
    border: 1px solid #398439;
    border-radius: 10px;
    font-size: 18px;
}

#form1 {
    height: 100%;
}

.bottom {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    bottom: 0;
}

#forgot-password-area {
    height: 30px;
    font-size: 16px;
}

.SEO {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.toggle-password-eye {
    /*float: right;
    top: 6px;*/
    font-size: 18px !important;
    right: 30px;
    position: relative;
    cursor: pointer;
}

input::-ms-clear, input::-ms-reveal {
    display: none !important;
}