html, button, input, select, textarea,body,p,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    
}
html, body {
    min-height: 100%;
    font-size:13px;
    color:#525252;
    background:url(../Images/login_bg.jpg) no-repeat;
    background-size:cover;
}
.btn-course {
        position: relative;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    background: #e9ecee;
    color: #2b6dae;
    font-weight:600;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
    box-shadow: 0 -2px 5px #c8c9c9 inset;
     /*border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.btn-course:hover,.btn-course:active {
    background: #4c9bda;
    color: #fff;
    text-decoration:none;
    box-shadow: 0 -2px 5px #16588d inset;
}
.btn-submit {
        width: 100%;
            margin-top: 20px;
    border: 1px solid #85C51F;
    border: 0;
        background-color: #3a3a3a;
    border-bottom: 2px solid #582006;
    color: #fff;
    height: auto;
    display: inline-block;
    margin-left: 2px;
    border-radius: 2px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    
     -webkit-box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow:  2px 2px 3px -2px rgba(0, 0, 0, 0.24);
box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.24);    
    -webkit-transition: all 0.40s ease;
    -o-transition: all 0.40s ease;
    -moz-transition: all 0.40s ease;
    transition: all 0.40s ease;
    padding: 4px 30px;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-submit:focus {
    border: 1px solid #85C51F;
    border: 0;
        background-color: #3a3a3a;
    border-bottom: 2px solid #edcb43;
    color: #fff;
}
.btn-submit:hover {
    border: 1px solid #85C51F;
    border: 0;
        background-color: #ff8100;
    border-bottom: 2px solid #ed7800;
       color: #38351c;
    background-color: #e0d696;
    border-bottom: 2px solid #7d7043;
    font-weight: bold;
}
.login-box {
    width:280px;
    /*height:370px;*/   
    position:absolute;
    top:0px;
    left:0;
    right:0;
    margin:auto;
    background:#fff;
        box-shadow: 0 0 10px #000;
        -webkit-transition: all 0.10s ease;
    -o-transition: all 0.10s ease;
    -moz-transition: all 0.10s ease;
    transition: all 0.10s ease;
    opacity:0.3;
}
    
.login-wrap {
    padding:20px;
}
.form-group {
    position:relative;
}
.form-group i{
        position: absolute;
    left: 0;
    top: 0;
    color: #fff;
        height: 46px;
    width: 35px;
    text-align: center;
    line-height: 46px;
        background: #4d4a2c;
    background: linear-gradient(to top,#4d4a2c,#736e34);
    background: -moz-linear-gradient(top, #736e34 0%, #4d4a2c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#736e34),color-stop(1,#4d4a2c));
    background: -webkit-linear-gradient(top, #736e34 0%,#4d4a2c 100%);
    background: -o-linear-gradient(top, #3e8ecf 0%,#4d4a2c 100%);
    background: -ms-linear-gradient(top, #736e34 0%,#4d4a2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#736e34', endColorstr='#4d4a2c',GradientType=0 );
    background: linear-gradient(top, #736e34 0%,#4d4a2c 100%);
    border-top-left-radius:3px;
    border-bottom-left-radius   :3px;
}
.form-control {
           height: 46px;
    border-radius: 2px;
    padding-left: 43px;
    border-color: #abc4dc;
    margin-bottom:25px; 
}
label {
    font-weight: 600;
        margin-bottom: 8px;
        padding-left: 7px;
}
.login-box h2 {
    margin-top:40px;
        font-weight:300;
     text-align:center;
}

table.radioListgroup tr td {
        padding: 3px 0px;
    font-size: 15px;
   
   
}
table.radioListgroup {
    width:100%
}
     
    
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0px 5px;
   
}
.hideDiv {
    display:none;
}
.showDiv {
    display:block;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0; color:#000;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.mand {
    color:#f71414;
}