﻿html {
    height: 100%;
    display: flex;
    justify-content: center;
}

body {
    /*background: url("/Content/img/login/login_bg.jpg") no-repeat center center fixed;*/
    background: #6568AB;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin: 0;
    font-family: Arial;
    width: 100%;
}

form {
    height: 100%;
    width: 100%;
    display: table;
}

hr {
    border-top: 1px solid #F5F5F5;
    margin: 0;
}

#inner {
    border-radius: 7px;
    background-color: white;
    padding: 15px;
    box-shadow: 0px 0px 4px 4px rgba(50, 50, 50, 0.3);
    text-align: left;
    margin: 15px;
}

#outer[id] {
    display: flex;
    align-items: center;
    justify-content: center;
}

#outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.errorLabel {
    color: #FF0000;
}

.errorLabel.text-left {
  text-align: left;
}

.clearfix {
    clear: both;
}

.form-group {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
}

.flex-direction-column {
    flex-direction: column;
}

.form-group:first-child {
    margin-top: 20px;
}

.form-group label {
    float: left;
    font-size: 22px;
    font-weight: bold;
}


a {
    color: #6568ab;
    text-decoration: underline;
    font-family: arial;
}


a:hover {
    color: #dddddd;
}
.form-group .input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.form-group .input-with-icon-wrapper input {
    color: #000000;
    display: inline;
    font-size: 14px;
    height: 36px;
    opacity: 0.9;
    outline: medium none;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
}


input.form-control {
    color: #000000;
    display: inline;
    font-size: 14px;
    height: 36px;
    opacity: 0.9;
    outline: medium none;
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 1;
    width: calc(100% - 24px);
}

.form-group .input-with-icon-wrapper i {
    color: #383C81;
    font-size: 25px;
    position: relative;
    /*top: 4px;*/
    width: 10%;
    z-index: 2;
    float: left;
    padding-top: 3px;
    text-align: center;
    left: 6px;
    line-height: 33px;
}


.offset-7 {
    margin-top: -7px;
}

h2 {
    margin: 0;
}

form input[type='submit'], form input[type='button'] {
    background-color: #383C81;
    border: 1px solid #433f77;
    border-radius: 1px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    width: 100%;
    height: 45px;
}
form input[type='submit'].single {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    
form input[type='submit']:hover,
form input[type='button']:hover,
form .input-with-icon-wrapper input:hover {
    opacity: 0.7;
}

.errorLabel {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    /*margin-left: 29%;*/
    margin-top: 10px;
}

#infoLabel {
  display: block;
  font-size: 14px;
  font-weight: bold;
  /*text-align: center;*/
  /* margin-left: 29%;*/
  margin-top: 0;
}

#expiredLabel {
    padding-top: 0;
}

#changePwdForm #expiredLabel {
    margin-left: 0;
}

.successMessage {
    margin-top: 70px;
    color: white;
}

select:disabled, textarea:disabled, input:not([type]):disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled {
    background-color: rgb(235, 235, 228);
}

.text-center {
  text-align: center;
}

.strong-label {
    font-size: 15px !important;
    font-weight: bold;
    text-align: left !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-10p {
    margin-top: 10px;
}

.display-flex-column {
    display: flex;
    flex-direction: column;
}

.display-center {
    display: flex;
    justify-content: center;
}

.display-block {
    display: block;
}

.pb-25p {
    padding-bottom: 25px;
}

.full-width {
    width: 100% !important;
  }

.delimiter {
    width: 100%;
    margin: 20px 0;
}

input {
    text-overflow: ellipsis;
}

.success-color{
    color: #00FF00;
}

.error-color{
    color: #FF0000;
}