/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url(https://fonts.googleapis.com/css?family=Roboto:400);

body {
    background-image: url("https://dgk6uypjp1knw.cloudfront.net/Content/login-v2/login-background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-size:100% 100%; */
    margin: 0px;
}
.logoImg{ width:63%; height:60; float:right; }
.inputDiv{ width:100%; background-color:green; height:80px; margin-top:10%; align-content: center; }
.main{ background-color:orange; width:600px; height:700px; margin-left:10%; margin-top:10%; }
h1{ font-size:24px; padding-top:inherit; }
.chat-input { border-radius: 10px !important; }
.forgotPassword { color:#2f2c81; font-size:19px; }
.input-label { text-align: right; margin-top: 8px; font-size:16px; color:#2f2c81; }
.input-sm { font-size:20px; }
.row { margin-top: 10px; }
.mark{ max-width:150px; max-height: 100px; }
.text{ color:#2f2c81; }

input.form-control { background-color:#fff !important; height:40px; }
.login-remember { width:24px; height:24px; }
.login-signin { background-color:#2f2c81; font-size:16px; width:100%; }
.login-forgotpwd { text-decoration:underline; }

.field-validation-error { color:#D82323; font-weight:bold; }
.validation-summary-errors { color:#D82323; text-align:center }
.validation-summary-errors ul { list-style-type:none; }