﻿body { padding: 0; margin: 0; overflow: hidden; }
.topLoginContent { width: 50%; margin: 0 auto 0; padding-top: 20px; }
.profile-img-card { height: 55px; margin: 0 auto 15px; display: block; border-radius: 50%; background: #e9e9e9; height: 85px; margin: 0 auto 15px; display: block; border-radius: 50%; background: #e9e9e9; }
.form-control { display: block; width: 100%; height: 15px; padding: 10px 15px; margin-bottom: 15px; font-size: 12px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #d1d1d1; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; margin-left: -20px; }
#rememberLoginInfo { border-color: rgb(227, 227, 227); border-style: inset; }
.user { display: block; }
.pass { display: block; }
.LoginButton { width: 100%; padding: 8px 15px; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 8px 15px; font-size: 12px; line-height: 1.42857143; border-radius: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #fff; border-color: #004b85; color: #004b85; border-radius: 30px; font-size: 12px; margin-top: 0; }

.LoginButton:hover,
.LoginButton:focus,
.LoginButton:active { border-color: #ac2925; color: #ac2925; }

.loginWrap { margin: 20px auto 0; }

.alert { padding: 10px 35px 10px 15px; margin-top: 10px; text-align: left; background-color: #f2dede; border-color: #ebccd1; color: #a94442; }

span.data { font-weight: normal; font-size: 12px; line-height: 14px; overflow: hidden; padding: 0; margin-bottom: 10px; top: 4px; }
#rememberMe { position: relative; top: 2px; }
.lblRememberMe { font-size: 12px; font-family:'open-sans', sans-serif; }
.rememberMeWrap { margin-left: -20px; }

#errorBlock { margin-left: -20px; margin-right: -20px; }
.errorMessage a { text-decoration:none; color:#a94442; font-weight:600; }
