﻿@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800";
/* CSS Document */
body{ padding:0; margin:0; 	font-family:"Open Sans";}
*{padding:0; margin:0;}
img {border:0px;}
.clearfix {clear:both;}
.logo {
	width: 246px;
	height: 60px;
	margin: 0 auto;
	margin-top: 110px;
}
.logbox {
	width: 400px;
	background-color: #FFF;
	border: 1px solid #cecece;
	border-radius: 5px;
	background-image:url(../images/login_repeter.png);
	margin: 0 auto;
	overflow: auto;
}
.login {
	float: left;
	padding:29px 44px 29px 44px;
}
.formlable {
	background-color: #0678be;
	padding: 10px 5px 10px 15px;
	color: #fff;
	font-family: "Open Sans";
	font-size: 12px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.formlable img{  margin-left: -22px;
    margin-top: -15px;
    position: absolute;
    z-index: 1;}
.username { margin-bottom:23px; float:left;}
.username input {
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	width: 271px;
	height: 42px;
	float: left;
	background: #eaeaea; /* Old browsers */
	background-image:url(../images/username.png);
	background-image:url(../images/username.png), -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
	background-image:url(../images/username.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image:url(../images/username.png), -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image:url(../images/username.png), -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
	background-image:url(../images/username.png), -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* IE10+ */
	background-image:url(../images/username.png), linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 0px 0px 1px 36px;
	background-repeat:no-repeat;
	background-position:left center;
	font-size:13px;
	font-family:"Open Sans";
}
input:focus
{
    background-color: #fff;
    border-color: #232C63;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #0678be inset;
    -webkit-box-shadow: 0 0 0 1px #0678be inset;
    box-shadow: 0 0 0 1px #0678be inset;
}
input[type="submit"]
{
    background-color: #0678be;
    border: 1px solid #ececec;
    border-radius: 5px;

}
.username img {
	position: absolute;
}
.url_user {
	position: absolute;
	display: block;
	margin-top: 86px;
	float: left;
	margin-left: 50px;
}
.password input{
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	width: 271px;
	height: 42px;
	float: left;
	background: #eaeaea; /* Old browsers */
	background-image:url(../images/password.png);
	background-image:url(../images/password.png), -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
	background-image:url(../images/password.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image:url(../images/password.png), -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image:url(../images/password.png), -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
	background-image:url(../images/password.png), -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* IE10+ */
	background-image:url(../images/password.png), linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 0px 0px 1px 36px;
	background-repeat:no-repeat;
	background-position:left center;
	font-size:13px;
	font-family:"Open Sans";
}
.password {margin-bottom:23px; float:left;
}
#user {
	position: absolute;
	display: block;
	margin-top: 165px;
	float: left;
	margin-left: 50px;
}
.rememberblock {
	font-family: "Open Sans";
	font-size: 13px;
	margin-top: 16px;
	margin-bottom: 16px;
	float: left;
	list-style:none;
	/*width: 100%;*/
}
.rememberblock input, .rememberblock p, .rememberblock a {float:left;}
.rememberblock input { margin-top:3px;}
.rememberblock p{ margin-left:5px;}
.rememberblock a{ margin-left:5px; color:#0088de}
.forget {
	font-family: "Open Sans";
	font-size: 13px;
	margin-top: 16px;
	float: left;
	margin-left: 15px;
}
.loginbtn {
	width: 170px;
	height: 52px;
	background-color: #232c63;
	/*margin-left: 69px;*/
	border-radius: 5px;
	border: 1px solid #ececec;
	box-shadow: 10px 10px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #FFF;
	cursor: pointer;transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    float:right;
}
.loginbtn:hover {background-color:#111A45;}
.footer  {
	width: 783px;
	margin:0 auto;
	font-size:12px;
	font-family: "Open Sans";
 	margin:10px auto;
	text-align:left;
	font-size:12px;
	display:block;
}

.footer img {float:right;}
.footer .footer-copyright {padding:20px 0; text-align:right; line-height: 30px;}
.footer .footer-copyright strong {float:left; font-weight:normal;}
.footer .footer-copyright img {margin-left:20px;}
.client-footer {margin:0 auto; width:783px;}

.login-error {background: none repeat scroll 0 0 #ff0000;
    color: #fff;
    font-size: 14px;
    margin: 20px auto;
    padding: 10px 15px;
    text-align: left;
    width: auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.login-error  img {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 32px;
    width: 32px;
    margin: 0 15px 0 0;
    vertical-align: middle;}
.login-error .pageErrHeader {
    font-weight: bold;
    margin-right: 8px;
    white-space: nowrap; }
.login-error .pageErrDesc {
    display: inline; }
/*.login-error img {border-radius:30px; border:2px solid #fff;}*/
.login-container {max-width:783px; margin:0 auto;}

.admin-header-logo {
	max-height: 68px;
	max-width: 512px;
	padding: 4px;
}

@media (max-width: 767px) {
	.admin-header-logo {
		max-width: 268px;
	}
}

/*------------------------------------------------------------------
[ Agent SSO ]*/

/* SSO Wrapper - contains all SSO elements, aligned with username/password */
.sso-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 8px;
	clear: both;
}

/* SSO Divider - separates traditional login from SSO */
.sso-divider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 20px 0 14px;
	color: #718096;
	font-size: 12px;
	font-family: "Open Sans";
}

.sso-divider::before,
.sso-divider::after {
	content: '';
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #d0dce8;
}

/* SSO Toggle Link */
.sso-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #1a6faf;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	margin: 20px auto 14px;
	font-family: "Open Sans";
	text-align: center;
}

.sso-toggle:hover {
	color: #155a8f;
	text-decoration: underline;
}

.sso-toggle.expanded {
	color: #155a8f;
}

/* SSO Icon */
.sso-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

/* SSO Panel container */
.sso-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
	-o-transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
	-moz-transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
	transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
	margin-top: 0;
}

.sso-panel.open {
	max-height: 400px;
	opacity: 1;
	margin-top: 18px;
}

.sso-panel-inner {
	border-top: 1px solid #d0dce8;
	padding-top: 18px;
}

/* SSO Panel title */
.sso-screen-title {
	font-size: 15px;
	font-weight: 700;
	color: #2d3748;
	margin-bottom: 14px;
	letter-spacing: -0.01em;
	font-family: "Open Sans";
}

/* SSO Form field */
.sso-field {
	margin-bottom: 16px;
	float: left;
	width: 100%;
}

.sso-field label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #718096;
	margin-bottom: 5px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-family: "Open Sans";
}

/* SSO Error alert */
.sso-alert {
	border-radius: 5px;
	padding: 11px 14px;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 16px;
	display: none;
	background: #fef3f2;
	border: 1px solid #fecdca;
	color: #b42318;
	font-family: "Open Sans";
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sso-alert.show {
	display: block;
}

/* SSO Input - matches username input styling */
.sso-input {
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	width: 100%;
	height: 42px;
	background: #eaeaea; /* Old browsers */
	background-image: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 0px 14px;
	font-size: 13px;
	font-family: "Open Sans";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sso-input:focus {
	background-color: #fff;
	border-color: #232C63;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #0678be inset;
	-webkit-box-shadow: 0 0 0 1px #0678be inset;
	box-shadow: 0 0 0 1px #0678be inset;
}

/* SSO Continue Button - follows existing loginbtn style */
.sso-button {
	width: 100%;
	height: 52px;
	background-color: #232c63;
	border-radius: 5px;
	border: 1px solid #ececec;
	box-shadow: 10px 10px;
	font-family: "Open Sans";
	font-size: 13px;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	float: left;
}

.sso-button:hover {
	background-color: #111A45;
}

