/*
last updated: 2011-06-15
*/

html, body {
    height: 100%;
    background-color: #eee;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    color: #333333;
    padding: 0px;
    margin: 0 auto;
    font-family: Helvetica,Arial,sans-serif;
}

img {border:none;}

.auth-wrapper {
    display: table;
    width: 100%;
    height: 96%;
}

.auth-box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


#wrapper{
	width: 410px;
	padding: 0 20px 0 20px;
	margin-top: 40px;
	position: relative;
}

#content{
	width: 410px;
	background-color: #fff;
	text-align: left;
	border-radius: 8px;
	box-shadow: 0 0 10px #A8CFD8;
}

#header {
    border-bottom: 1px solid #B2CCD0;
    padding: 20px 0 0 60px;
    width: 350px;
	border-radius: 8px 8px 0 0;
	background-color: #CFE6EB;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFE6EB));
	background-image: -moz-linear-gradient(center top, #FFFFFF, #CFE6EB);
	background-image: -ms-linear-gradient(top, #FFFFFF, #CFE6EB);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFE6EB));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #CFE6EB);
	background-image: -o-linear-gradient(top, #FFFFFF, #CFE6EB);
	background-image: linear-gradient(top, #FFFFFF, #CFE6EB);
}

#footer{
    padding-top: 400px;
    color: #939598;
}

#footer div {
    padding-top: 20px;
}
footer a{
    text-decoration: none;
    color: #939598;
}

fieldset {
    border: 0;
}


.auth-content label{
	float: left;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 13px;
    color: rgba(77, 77, 79, 0.5);
    margin-bottom: 0;
}

.width_110 label{
	width:110px;
}

.auth-content .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
    border-bottom: 1px solid #bdbdbd;
    padding: 0;
}

.input-error {
    font-style: italic;
    border-color: #888888;
}


.btn{
    margin-bottom: 15px;
    height: 40px;
    width: 100%;
    background-color: #4d4d4f;
	color: #FFFFFF;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 2px !important;
}

.btn:hover {
    color: #FFFFFF;
    background-color: #59595b;
}

.forgottenpassword-div {
    margin-bottom: 20px;
}

#forgottenpassword{
	/*margin-top: 7px;*/
    color: #939598;
    text-decoration: underline;
    font-size: 13px;
}

#forgottenpassword:hover{
	color: #4d4d4f;
}

#darkbanner{
	width: 360px;
	margin: 20px 0 0 -18px;
	padding: 8px 10px 10px 40px;
	background: #424242;
	position: relative;
}
#darkbanner span{
	padding-left: 35px;
	color: #fff;
	display: block;
}
#darkbannerwrap{
	background: url(../../images/login_aiwrap.png);
	width: 18px;
	height: 10px;
	margin: 0 0 20px -18px;
	position: relative;
}

h1 {
    display: inline;
    margin-top: 15px;
    width: 360px;
}
h2 {
    color: #FFFFFF;
    display: inline;
    font: bold 24px helvetica,arial,sans-serif;
    margin-left: 10px;
}

/*
 * Error message
 */
.sys-message {
    margin-top: 15px;
}

.sys-message i {
    margin-right: 10px;
}

.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0 20px 0;
    padding:15px 20px 15px 55px;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.info {
    color: #00529B;
    background: #BDE5F8 url(../../images/icon-info.png) no-repeat 10px center;
}
.success {
    color: #4F8A10;
    background: #DFF2BF url(../../images/icon-tick.png) no-repeat 10px center;
}
.warning {
    color: #9F6000;
    background: #FEEFB3 url(../../images/icon-warning.png) no-repeat 10px center;
}
.error {
    color: #D8000C;
    background: #FFBABA url(../../images/icon-cross.png) no-repeat 10px center;
}
*{
	border-radius: 0 !important;
}


/*
 * nav bar
 */
.navbar-login {
    background-color: transparent;
    height: 80px;
    line-height: 80px;
    border-color: transparent !important;
}

.navbar-login .navbar-header {
    float: none !important;
    text-align: left;
    width: 500px;
    margin-right: auto;
    margin-left: auto;

}

.navbar-login-img {
    max-height: 60px;
    display: inline-block;
}

div.well{
    height: 250px;
}

.auth-content {
    background-color: #ffffff;
    margin: auto;
    position: absolute;
    left: 0; right: 0;
    height: auto;
    width: 500px;
    padding: 40px 0;
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 67px 40px -43px rgba(77,77,79,0.25);
    -moz-box-shadow: 0px 67px 40px -43px rgba(77,77,79,0.25);
    box-shadow: 0px 67px 40px -43px rgba(77,77,79,0.25);
}

.login-title {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
    padding-bottom: 30px;
}

.login-title span{
    font-family:"Museo Sans W01 Rounded 100" !important;
    font-size: 48px;
    color: #939598;
}


.auth-content fieldset > .form-group > p {
    text-align: left;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* material design form */
fieldset {
    padding: 0;
    border: none;
}

.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 3.25rem !important;
}


.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    left: 0;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    transition: all 0.28s ease;
}
.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}
.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #4d4d4f;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    height: 1.9rem;
    transition: all 0.28s ease;
    box-shadow: none;
}

.form-group > input:focus,
.form-group > input:valid,
.form-group > input:-webkit-autofill {
    color: #333;
    -webkit-box-shadow: 0 0 0px 30px white inset;
    -webkit-text-fill-color: #4d4d4f !important;
    border-color: #E3E3E3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    -webkit-box-shadow: 0 0 0px 30px white inset;
}

.form-group > input:-webkit-autofill ~ .control-label {
    font-size: 0.8rem;
    color: #4d4d4f;
    top: -1rem;
    left: 0;
}

.form-group > input:focus ~ .control-label,
.form-group > input:valid ~ .control-label {
    font-size: 0.8rem;
    color: #4d4d4f;
    top: -1rem;
    left: 0;
}


.form-group input:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

