html {
 /* background-color: #e5e5e5;*/
  font-family: Calibri, Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	/*font:inherit;*/
	vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1;
	 background-color: #e5e5e5;
	 height:100%;
}


table {
	border-collapse:collapse;
	border-spacing:0
}

.container {
  /*width: 500px;
  height: 400px;
  margin: 0 auto;*/
  box-shadow:25px 13px 0px rgba(0,0,0,0.1); 
  border-radius:15px
  
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    font-weight: bold;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 5px;
}

.classlogo{
	padding-top:5px
}

.mktlogo{
	margin-top: 25px;
}

.forgot_pass{
	cursor:pointer;
	    margin-left: -20px;
}

.forgot_userid {
    float: right;
    cursor: pointer;
    margin-top: -28px;
    margin-right: 70px;
}

.login-heading {
  font: 1.8em/48px Calibri, Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
  color: #0c4ca3;
}

.btn {
	width:100%;
    border-radius: 5px;
  	padding: 8px 8px;
  	border: none;
  	background: #0c4ca3;
  	color: #fff;
  	cursor:pointer;
	font-size: 15px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
	background-color:#1168db;	
}

.btn--right {
  float: right;
}

.icon {
  display: inline-block;
}

.icon--min {
  font-size: .9em;
}

.lnk {
    float: right;
    margin-right: 77px;
    margin-top: -42px;
    font-size: 12px;
    line-height: 3em;
    color: #999999;
    font-family: Calibri, Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
}

.element{
	color: #fffff;
	text-align:center;
	font-size: 20px;
	margin-bottom: -9px;
	margin-top: 15px;
}

.textbox_width
	{
		width:60%;
		margin-top:5px;
	}
	
	.btn_width
	{
		width:30%;
		margin-top:5px;
	}
	
	.captcha_space
{
    margin-top:5px;
}

.hpage {
    background-color: #fff;
    margin: 5px auto 0px auto;
	height: 470px;
	    border-radius: 20px;
	/*-webkit-box-shadow: 1px 0px 6px 4px rgba(192,192,192,1);
	-moz-box-shadow: 1px 0px 6px 4px rgba(192,192,192,1);
	box-shadow: 1px 0px 6px 4px rgba(192,192,192,1);*/

    /*box-shadow:15px 20px 0px rgba(0,0,0,0.1);*/
}

.captcha{
	border: none;
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.textbox-wrap:focus {
  /*border-left-color: #3498db;*/
  border-left: 5px solid #3498db;
  background-color: #f0f0f0;
  border-radius: 5px;
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
  -ms-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
  box-shadow: inset 0 0 3px rgba(0,0,0,.1);

}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
/*.left-addon .glyphicon  { left:  0px;}*/

	.left-addon .glyphicon {
    left: 100px;
    top:4px;
}

.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.glyphicon {
    color: darkgray;   
}

glyphicon:hover, 
glyphicon:active,
glyphicon:focus {color: yellow !important;}

.footerstyle {
    font-size:10px; 
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
    text-decoration:underline;
}

.errmsg {
    color:red;
    font-size:12px;
}

@media (min-width:768px) {
.container {
width:500px
}
}
@media (min-width:992px) {
.container {
width:500px
}
}
@media (min-width:1200px) {
.container {
width:500px;
}
}