
/* General Demo Style */


html { height: 100%; }

body {
	text-align: center; /*Needed to fix Login IE */
    font-family: Helvetica,sans-serif;
    background: #0B74F4;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
    width:50%;
    margin: 0 auto;
}
.form-1{
	width: 100%;
}


a {
    color: #5599ff;
	text-decoration: none;
}

.container {
	
	padding-top:6%;
	
	position: relative;
}

.logo {
    padding-bottom: 15px;
}
.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.block{
	
	margin-bottom: 15px;
}

.block .title{
	font-size: 60px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
}

.postin{
	font-size: 15px;
	word-break:break-all;
	word-wrap:break-word;
	display:inline-block;
	text-align: left;
	background: #fff;
	border-radius: 14px;
	padding:50px 65px;
}
.block .description p{
	font-size: 18px!important;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	background: #fff!important;
}
.block .description p span{
	line-height:30px!important;
	font-size:18px;
}
.container > header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.container > header h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #666;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.container > header h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #666;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}


.support-note p {
	color: white !important;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}


/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.form-1 {
    /* Size & position */
    margin: 0px auto 30px;
    padding: 10px;
    position: relative; /* For the submit button positioning */
	
    /* Styles */
 
    border-radius: 5px;
  /*   background: white; Fallback
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%); */
}

.form-1 .field {
    position: relative; /* For the icon positioning */
}

.form-1 .field i {
    /* Size and position */
    left: 0px;
    top: -1px;
    position: absolute;
    height: 34px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 39px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.form-1 input[type=text]{
  
    font-size: 13px;
    font-weight: 400;
  
    /* Size and position */
    width: 100%;
     
    padding: 10px 18px 10px 5px;

    /* Styles */
    border:none!important;
	outline: none; 
    background-color: rgba(0, 0, 0, 0);
	border:1px solid #ccc!important;
   
    border-radius: 3px;
   
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);/*for ie6,7,8*/ 
	/*background-color: #eee;*/ 
	-moz-box-shadow:2px 2px 5px #969696;/*firefox*/ 
}

.form-1 .box-shadow{ 
	font-size: 13px;
    font-weight: 400;
  
    /* Size and position */
    width: 100%;
    min-width:750px;
    padding: 10px 18px 10px 5px;

    /* Styles */
    border:none!important;
	outline: none; 
    background: #F8F8FA;
	border:1px solid #ccc!important;
   
    border-radius: 3px;
   
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);/*for ie6,7,8*/ 
	/*background-color: #eee;*/ 
	-moz-box-shadow:2px 2px 5px #969696;/*firefox*/ 
}

.form-1 input[type=text] {
    margin-bottom: 10px;
}

.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
    color:#F79034;
}

.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
    color:#F79034;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}
.form-1 .submit{
	text-align: center;
}
.form-1 .submit button{
    background: #0B74F4;
	border-radius: 4px;
	color:#fff;
	padding:15px 0;
	text-align: center;
	font-size: 25px;
	font-family: PingFang SC;
	font-weight: 500;
	border: 0;
	outline: none; 
   	width:50%;
   	margin: 0 auto;
   	border:1px solid #0B74F4;
}


.form-1 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}
.form-1 h4 {
	margin-bottom: 5px;
}
.forgotDiv h2 {
    width: 220px;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #666;
	font-style: italic;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
.messageLink {
	display: inline-block;
    left: -583px;
    margin-left: 50%;
    padding: 0;
    position: absolute;
    top: 25px;
}
.forgotDiv a{
	width:auto;
    padding: 0 0 15px;
    display: inline-block;
    text-emphasis: accent;
}
.forgotDiv a:hover, forgotDiv a:focus  {
   color:#F79034;
}
.dontShow{
	width:100%;
	 display: block;
	 margin-bottom: 5px;
	 text-align: left;
	 font-weight: 600;
}
.icon-large:before  {
    margin-left: 6px;
    vertical-align: 0px;
}
.submit i{
	margin-left: 3px;
}
.flash{
	height:auto;
	/*margin: 10px 12px;*/
	font-size: small;
	padding:7px 7px 7px 27px;
	border:1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 0;
	margin-bottom: 10px;
}
.flash-error{
	background:#FDE7E1 url(../images/error.png) 5px 5.5px no-repeat;
	color:#F8937E;
	border-color: #FAD0D0 !important;
	color: #b01717 !important;
	/* shadow */
	-moz-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
	-webkit-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
	box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
	}
.flash-success{
	background:#E3F4E1 url(../images/sucess.png) 7px 5.5px no-repeat;
	border-color:#6FC764;
	color:green;
}
.flash-notice{
	background:#FDF9D6 url(../images/warning.png) 7px 5.5px no-repeat;
	border-color:#E89015;
	color:navy;
}
.tipMsgLeftAligned {
	font-size: .7em;
}
.forgotPassword{
	 top: 39px !important;
}
.resetPassword{
	top :39px !important;
}
.resetSection input {
	margin:0px 0 10px !important;
}
.select2-container {
	text-align: left !important;
}
.flashTop{
	width:100%;
	margin-left:50%;
	left:-300px;
	display:inline-block;
	position:relative;
	/*margin: 10px 12px;*/
	font-size: small;
	padding:7px 7px 7px 27px;
	border:1px solid #CCC;
	margin-top:1%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.forgotDiv.msg {
    margin-top: 30px;
}


/*	Tablet Layout: 768px.*/
	
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		
		/* body {
			background:blue;
		} */
		.block .description{
			font-size: 15px;
			word-break:break-all;
			word-wrap:break-word;
			display:inline-block;
			width:600px;
			text-align: left;
		}
		
		.form-1{
			width: 600px;
		}
	}



	/*	Mobile Layout: 320px. */
	@media only screen and (max-width: 767px) {
		/*  body {
			background:yellow;
		}  */
		.block .description{
			font-size: 15px;
			word-break:break-all;
			word-wrap:break-word;
			display:inline-block;
		
			text-align: left;
		}
		
		.form-1{
			width: 300px;
		}
		.container {
			display: inline-block;
			padding-top:1%;
			display:inline-block;
			position: relative;
		}
		.main{
			width:auto;
			
			margin-top:5px;
			margin-left:-7px;
			left:0;
		}
	}



/*		Wide Mobile Layout: 480px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	 body {
		 width:80%;
	} 
	.block .description{
		font-size: 15px;
		word-break:break-all;
		word-wrap:break-word;
		display:inline-block;
		width:450px;
		text-align: left;
	}
	
	.form-1{
		width: 450px;
	}
	.postin{
	padding:15px;
	}
	.container {
		display: inline-block;
		padding-top:1%;
		display:inline-block;
		position: relative;
	}
	.main{
		width:auto;
		
		margin-top:5px;
		margin-left:-7px;
		left:0;
	}

}
@media only screen and (max-width: 479px) {
	.main{
	margin-top:50px;
	}
     body {
		 width:80%;
	} 
	.block .title{
	font-size:18px;
	}
	.form-1{
	width:100%;
	}
	.postin{
	padding:20px;
	}
	.block .description p span{
	font-weight: 400;
	line-height: 25px !important;
	font-size:16px;
	}
	.form-1 .submit button{
	font-size: 18px;
	width:100%;
	padding: 10px 0;
	}
	.form-1 input[type=text],.form-1 .box-shadow{
	min-width:280px;
	}
	.form-1 .box-shadow.code{
	min-width:100px;
	}
}