﻿#signin-register-div {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FAFAFA;
}
#signin-register-top-div {
	height: 10px;
	background-color: #40AE49;
}
#signin-form-div {
	margin: auto;
	width: 100%;
	background-color: #ffffff;
}
#signin-form-div input{
   text-align: center;
}
#signin-register-form-logo {
    float: left;
    width: 100%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 12px;
    background: url(../../img/auth/tso_logo.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9) center;
    background-repeat: no-repeat;
}
#signin-register-form-controls {
	width: 100%;
	height: 150px;
	clear: both;
}
#signin-register-form-controls .flank {
	width: calc(50% - 125px);
	height: 10px;
	float: left;
}
#signin-register-form-controls #center {
	width: 250px;
	height: auto;
	float: left;
}
.signin-register-form-field {
	margin: auto;
	width: 225px;
	height: 40px;
}
.signin-form-required {
	height: 40px;
	margin: 2px;
	color: red;
}
#signin-register-form-btn {
	width: 225px;
	height: 35px;
	color: #ffffff;
	font-size: 16px;
	border-style: none;
	border: 1px solid #A2AAB2;
	background-color: #455565;
	cursor: pointer;
}
.signin-register-form-feedback {
	margin: auto;
	text-align: center;
	width: 100%;
	height: 50px;
}
#setup-register-complete-controls {
    width: 100%;
    height: 150px;
    clear: both;
}
#setup-register-complete-controls .flank {
    width: calc(50% - 250px);
    height: 10px;
    float: left;
}
#setup-register-complete-controls #center {
    width: 500px;
    height: auto;
    float: left;
}
.signin-form-error {
	color: #455565;
}
.login-field {
	width: 225px;
	font-size: 16px;
}
#signin-register-bottom-div {
	width: 100%;
	height: 200px;
	margin-top: 25px;
	background: url(../../img/auth/tso_app_iconsrow.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9) center top;
	background-repeat: no-repeat;
}
.ngdialog.ngdialog-theme-default.accessDeniedDialog .ngdialog-content {
	width: 300px;
}
#register-account {
	text-align: center;
	margin-bottom: 20px;
}

/* Registration page definitions */
#register-form-div {
	margin: auto;
	width: 100%;
	height: 600px;
	background-color: #ffffff;
}
#register-form-div input {
	text-align: center;
}
.register-msg {
	text-align: center;
	padding-bottom: 20px;
	width: 550px;
	height: 40px;
	margin: auto;
	clear: both;
}
#register-form-error {
	color: red;
	padding-top: 10px;
}
.register-form-required {
	height: 40px;
	color: red;
	padding-top: 3px;
}
p {
	margin: 0 0 10px;
}
