@font-face {
    font-family: 'GloberBook';
    src: url('/Content/fonts/globerbook-webfont.eot');
    src: url('/Content/fonts/globerbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/globerbook-webfont.woff2') format('woff2'),
         url('/Content/fonts/globerbook-webfont.woff') format('woff'),
         url('/Content/fonts/globerbook-webfont.ttf') format('truetype'),
         url('/Content/fonts/globerbook-webfont.svg#globerbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GloberLight';
    src: url('/Content/fonts/globerlight-webfont.eot');
    src: url('/Content/fonts/globerlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/globerlight-webfont.woff2') format('woff2'),
         url('/Content/fonts/globerlight-webfont.woff') format('woff'),
         url('/Content/fonts/globerlight-webfont.ttf') format('truetype'),
         url('/Content/fonts/globerlight-webfont.svg#globerlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GloberBold';
    src: url('../../Content/fonts/globerbold-webfont.eot');
    src: url('../../Content/fonts/globerbold-webfont.eot?#iefix') format('embedded-opentype'), url('../../Content/fonts/globerbold-webfont.woff2') format('woff2'), url('../../Content/fonts/globerbold-webfont.woff') format('woff'), url('../../Content/fonts/globerbold-webfont.ttf') format('truetype'), url('../../Content/fonts/globerbold-webfont.svg#globerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GloberRegular';
    src: url('/Content/fonts/globerregular-webfont.eot');
    src: url('/Content/fonts/globerregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/globerregular-webfont.woff2') format('woff2'),
         url('/Content/fonts/globerregular-webfont.woff') format('woff'),
         url('/Content/fonts/globerregular-webfont.ttf') format('truetype'),
         url('/Content/fonts/globerregular-webfont.svg#glober_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GloberSemiBold';
    src: url('/Content/fonts/globersemibold-webfont.eot');
    src: url('/Content/fonts/globersemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/globersemibold-webfont.woff2') format('woff2'),
         url('/Content/fonts/globersemibold-webfont.woff') format('woff'),
         url('/Content/fonts/globersemibold-webfont.ttf') format('truetype'),
         url('/Content/fonts/globersemibold-webfont.svg#globersemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LeelawRegular';
    src: url('/Content/fonts/leelawad-webfont.eot');
    src: url('/Content/fonts/leelawad-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/fonts/leelawad-webfont.woff2') format('woff2'),
         url('/Content/fonts/leelawad-webfont.woff') format('woff'),
         url('/Content/fonts/leelawad-webfont.ttf') format('truetype'),
         url('/Content/fonts/leelawad-webfont.svg#leelawadeeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'TTNorms-Bold'; 
	src: url('../../Content/fonts/35BDE9_0_0.eot');
	src: url('../../Content/fonts/35BDE9_0_0.eot?#iefix') format('embedded-opentype'),url('../../Content/fonts/35BDE9_0_0.woff2') format('woff2'),url('../../Content/fonts/35BDE9_0_0.woff') format('woff'),url('../../Content/fonts/35BDE9_0_0.ttf') format('truetype'),url('../../Content/fonts/35BDE9_0_0.svg#wf') format('svg');
}
 
  
@font-face {
    font-family: 'TTNorms-Medium';
    src: url('../../Content/fonts/35BDE9_1_0.eot');
    src: url('../../Content/fonts/35BDE9_1_0.eot?#iefix') format('embedded-opentype'),url('../../Content/fonts/35BDE9_1_0.woff2') format('woff2'),url('../../Content/fonts/35BDE9_1_0.woff') format('woff'),url('../../Content/fonts/35BDE9_1_0.ttf') format('truetype'),url('../../Content/fonts/35BDE9_1_0.svg#wf') format('svg');

}
 
  
@font-face {
    font-family: 'TTNorms-Regular';
    src: url('../../Content/fonts/35BDE9_2_0.eot');
    src: url('../../Content/fonts/35BDE9_2_0.eot?#iefix') format('embedded-opentype'),url('../../Content/fonts/35BDE9_2_0.woff2') format('woff2'),url('../../Content/fonts/35BDE9_2_0.woff') format('woff'),url('../../Content/fonts/35BDE9_2_0.ttf') format('truetype'),url('../../Content/fonts/35BDE9_2_0.svg#wf') format('svg');

}

.clear {
	clear: both;
}
html {
	min-height: 100%;
}
body {
	font-family: TTNorms-Regular;
	background: #43494F url("/Content/images/bgr_scheme.png") center center no-repeat;
	background-size: cover;
	height: 100%;
	
}

a, a:focus{
    outline:none; 
}

.wrapper {
	height: 100%;
	display: table;
	width: 100%;
	min-width: 940px;

}

.left-pane-wrapper {
	display: table-cell;
	padding: 30px;
	transition: all 0.4s ease-out 0s;
}
.left-pane-wrapper.blured .left-pane-wrapper-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


        .left-pane-wrapper.blured {
            -webkit-filter: blur(2px);
            -moz-filter: blur(2px);
            filter: blur(2px);
        }
.left-pane {
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 0 auto;
}
.main-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.main-wrapper {
    display: block;
    margin: 130px 0 100px;
}
.main {
	margin: 0 auto;
	vertical-align: middle; 
}
.about {
	padding: 40px 30px 31px;
	/*background-color: #F53C1B;*/
	color: #fff;
	/*float: left;
	width: 250px;*/
	box-sizing: border-box;
	font: 15px/17px TTNorms-Regular;
    display: block;
    text-align:center;
}
.sc-logo {
	margin-bottom: 22px;
}
.sc-logo img {
	width: 187px;
}
.login-form {
	margin: 0 auto;
    width:300px;

}
.login-form h1 { 
	font: 60px/60px TTNorms-Regular;
	color: #fff;
	margin-bottom: 40px;
}
.login-form input[type="submit"] {
	width: 100%;
    height: 60px;
    border: 2px solid #fff;
    background-color: transparent;
    font: 25px/25px TTNorms-Regular;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-form input[type="submit"]:hover{
    background: #5ABCD9;
    border-color:#5abcd9;
    color: #fff;
}

a{
    text-decoration:underline;
}

a:hover{
    text-decoration:none;
}

.forgot-password {
    color:#fff;
	
}
.login-form input[type="text"], .login-form input[type="password"] {
	height: 60px;
	width: 100%;
	font: 20px/58px TTNorms-Regular;
	padding: 0 20px;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
    background:#fff !important;
    border-radius:50px;
    text-align:center;
}


input.input-validation-error {
	border: 2px solid #F43C1B !important;
}
.validation-summary-errors {
	color: #fff;
    z-index: 9;
}
.validation-summary-errors ul {
	margin: 0;
}
/*.validation-summary-errors ul li:after {
	content: "!";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #F53C1B;
	border: 1px solid transparent;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
}*/
.field-validation-error {
	color: #fff;
	margin-bottom: 0px;
    display: inline-block;
    margin-top: 6px;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: all  0.3s ease-out 0s;
	-moz-transition: all  0.3s ease-out 0s;
	-o-transition: all  0.3s ease-out 0s;
	transition: all  0.3s ease-out 0s;
}
/*.field-validation-error:after {
	content: "!";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #F53C1B;
	border: 1px solid transparent;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
}*/
.alert {
	margin-bottom: 20px;
	color: #fff;
}
.alert-symbol {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #F53C1B;
	border: 1px solid transparent;
	border-radius: 11px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
}
.tokenError {
	display: none;
}
.login-form .clear {
	display: none;
}
.login-form a {
    display:block;
    text-align:center;
	color: #fff;
	font: 17px/52px TTNorms-Regular;
}
.footer-wrapper {
	display: block;
	
} 
footer {
	max-width: 900px;
	color: #fff;
}
.contact {
	font: 13px/55px TTNorms-Regular;
	float: left;

}

.contact img{
    vertical-align:middle;
}
.contact-right {
    font: 13px/20px TTNorms-Regular;
    text-align: right;
    margin-top: 17px;
    display: flex;
    justify-content: center;
}

.contact-right a{
    color:#fff;
}

.powered {
	font: 13px/20px TTNorms-Regular;
    float: right;
    text-align: right;
}
.contact a {
	color: #fff;
}
.close-pane {
	display: block;
    width: 24px;
    height: 24px;
    background: url(/Content/images/new-close.png) no-repeat;
    position: absolute;
    top: 24px;
    right: 30px;
}

.left-pane-wrapper .field-validation-error,.left-pane-wrapper  .validation-summary-errors,.left-pane-wrapper  .alert{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    background: #f43c1b;
    font-size: 16px;
    line-height:28px;
    margin:0;
}

.right-pane-wrapper .field-validation-error, .right-pane-wrapper .validation-summary-errors, .right-pane-wrapper .alert{
    display: block;
    text-align: center;
    color: #f43c1b;
}

/*.field-validation-error, .validation-summary-errors, .alert{
    display: block;
    text-align: center;
    color: #f43c1b;
}*/

.password-form h2 {
	font: 24px/26px TTNorms-Bold;
	color: #5e5e5e;
	margin-top: 10px;
    text-align:center;
	
}
.captcha img {
	vertical-align: bottom;
	border: 1px solid rgba(238,237,237, 0.21);
    margin: 0 0 0 14px;
    width: 150px;
	transition: all 0.3s ease-out 0s;

}

.captcha label {
	display: none;
	
}
.captcha input {
	width: 100%;
	height: 60px;
	font: 20px/60px TTNorms-Regular;
	background-color: #62676F;
	color: #727272;
	border: none;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.password-form input[type="text"] {
	width: 100%;
	height: 60px;
	font: 22px/60px TTNorms-Regular;
	background-color: #fff;
	color: #a1a1a1;
	border: 2px solid #a1a1a1;
    border-radius:30px;
	padding: 0 20px;
    text-align:center;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.password-form input[type="submit"] {
	background-color: #41b6e3;
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font: 25px/60px TTNorms-Bold;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    -webkit-appearance: none;
}
.right-pane-wrapper {
	display: none;
	overflow: auto;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.0);
    z-index: 500;
    text-align: center;
}

.right-pane-wrapper.active{
    display:block;
}

.right-pane-wrapper:after{
    content: '';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
    width: 0;
}

.right-pane {
	/*width: 0px;*/
	margin: 0 auto;
	overflow: hidden;
	margin: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.right-pane-content-wrapper {
	width: 300px;
    padding: 40px 160px 45px;
    background: #fff;
    border-radius: 30px;
}
.right-pane .thank-you {
	display: none;
}
.login-form a.captcha-refresh {
    display: inline-block;
    width: 37px;
    height: 38px;
    background: url("/Content/images/reload-3.png") center center no-repeat; 
    vertical-align: middle;
    margin: -8px 0px 0;
    color: transparent;
    font-size: 0;
}
.control-group {
	margin: 23px 0;
}
.password-form .field-validation-error {
	margin-top: 6px;
	margin-bottom: 0;
}


.captcha .controls {
	display: inline;
}
.captcha .captcha-re label.control-label {
	font-size: 14px;
	font: 20px/55px TTNorms-Medium; 
	display: inline;
	color: #fff;
}

.right-pane .thank-you h2 {
	font: 30px/36px TTNorms-Medium;
    color: #a1a1a1;
    margin-top: 30px;
    margin-bottom: 0;
}
.right-pane .thank-you p {
	font: 15px/23px TTNorms-Medium;
    color: #a1a1a1;
    margin: 10px 0 0;
}
.right-pane .thank-you {
	text-align: center;
}
#passwordResetCompliteOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.passwordResetWrapper{
    background:#fff;
    padding:50px;
    border-radius:30px;
    color:#a1a1a1;
    position: relative;
    font-size: 22px;
    line-height: 24px;
}

#passwordResetCompliteOverlay .passwordResetCompliteWrapper {
	max-width: 600px;
	margin: 0 auto;
	display: table;
	height: 100%;
}
#passwordResetCompliteOverlay .passwordResetCompliteCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
   font: 38px/40px TTNorms-Bold;
    color: #fff;
	padding: 30px;
}

.ps-reset-emailcheck {
    color: #fff;
    text-align: center;
}

#backForPfd {
    position: absolute;
    top: 8px;
    left: 0px;
    z-index: 0;
}
