body{
	background-color: #EDEFF0;
	color:#373535;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
}
.height_1{
	height: 463px;
}  
.height_2{
	height: 265px;
}  
.login_box{
  	width:  640px;
	height: 520px;
 
	background-color: #fff;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*
	width: 40%;
	height: 50%;
	*/

	box-shadow:			1px 1px 2px #000;
	/* 50% black box shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 	1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 		1px 1px 2px rgba(0, 0, 0, 0.3);

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}
.login_box_logo{
	padding-top:    34px;
	padding-bottom: 22px;
	background-image: url(/images/capify_logo.gif);
	background-repeat: no-repeat;
	background-position:center center;
	width:  180px;
	height: 73px;
}
.sml{
	color:#275DAA;
	font-size: 35px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}
.sml_please{
	color:#373535;
	font-size: 19px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0px 5%;
}
.sml_err_box{
	height: 45px;
}
.alert {
	margin: 10px 50px;
	padding: 20px;
	border: 2px solid #ccc;
	border-radius: 5px;
	font-size: 17px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	word-break: break-word;
}

.alert-success {
	border-left: 5px solid #00be71;
	padding-left: 50px;
	background: 10px 17px no-repeat url(/images/check_icon.png);
}

.sml_err{
	color:#D80000;
	font-size: 17px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	padding-left: 15px;
}
.sml_f{
	width:150px;
	color:#373535;
	font-size: 15px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}
.sml_request_txt{
	color:#373535;
	font-size: 16px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1;
}
.sml_login_b{
	background-color: #285DAA;

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:none;
	height: 43px;
	width:119px;
}
.ifa {
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 2.1;
}
.tooltiptail {
    display: block;
    border-color: #285DAA  #285DAA #285DAA #fff;
    border-style: solid;
    border-width: 9px;
    width: 0px;
    height: 0px;
}
.tooltiptail2 {
    display: block;
    border-color: transparent transparent transparent #285DAA ;
    border-style: solid;
    border-width: 7px;
    width: 0px;
    height: 0px;
    position: relative;
    left: -1px;
    top: -16px;
}


.sml_login_btn{
	color:#FFFFFF;
	font-size: 19px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 2.1;
}
.sml_login_btn_a{
	color:#FFFFFF;
	font-size: 20px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1;
}
 
.login_table{
	margin-left: auto;
    margin-right: auto;
	width: 440px;

}

.login_table input[type="text"]{
  	margin-bottom: 20px;
}
.login_table input[type="text"],
.login_table input[type="password"] {
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
  	border: none;
  	border: solid 1px #EBE8E3;
	
  	-moz-box-shadow:    inset 0 0 1px #EBE8E3;
   	-webkit-box-shadow: inset 0 0 1px #EBE8E3;
   	box-shadow:         inset 0 0 1px #EBE8E3;
 
  	transition: border 0.3s;
	font-size: 15px;
	color:#373535;
	height: 43px;
 
}
.login_table input[type="text"]:focus,
.login_table input[type="password"]:focus  {
  	border-bottom: solid 1px #56C9F4;
}

.login_table .error input[type="text"],
.login_table .error input[type="password"]{
  	border-bottom: solid 1px #D93600;
}   

.request_password{
	color:#373535;
	font-size: 16px;
    font-family: 'Myriad Pro','MyriadPro','PT Sans',sans-serif;
	font-weight: normal;
	line-height: 1;
	padding: 20px 10px 10px 100px;
}
 
.s_line {
    opacity: 0.15;
	margin:0px 0px;
	height: 4px;
  	background: -webkit-linear-gradient(#1A1A1A, #fff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#1A1A1A, #fff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#1A1A1A, #fff); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#1A1A1A, #fff); /* Standard syntax */
}

 
.sml_login_b {
	cursor: pointer !important; 
	cursor: hand !important; 
}
.text-center {
	text-align: center;
}
@media (max-width: 680px) {
	.alert {
		margin: 10px 20px;
	}
	.login_box {
		width: 95%;
		min-width: 315px;
	}
	table.login_table {
		padding: 0px 15px;
	}

	table.login_table, 
	.login_table tbody, 
	.login_table tr {
		width: 100%;
		margin: 0px;
		display:block;
		position: relative;
	}

	table.login_table td, 
	table.login_table th {
		display:block;
		margin-bottom:  10px;
		width: 100%;
	}
	.sml_f {
		text-align: left;
	}
	.login_table input[type="text"],
	.login_table input[type="password"] {
		width: 99%;
		display: block;
		padding: 0px;
	}
	.xs-nopadding {
		padding: 0px !important;
	}
	.xs-text-center {
		text-align: center;
	}
	.sml {
		font-size: 28px;
	}
	.sml_please {
		font-size: 18px;
	}
	.xs-block {
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) {
	.height_1, .height_2 {
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.login_box {
	    transform: translate(0%, 0%);
	    background-color: #fff;
	    top: unset;
	    left: unset;
	    position: relative;
	    margin: 10px auto 0 auto;
		height: auto;
	}
	.request_password {
		padding:20px;
		text-align: center;
	}
}