.loginhtml {
    font-size: 16px;
    min-height: 100%;
}

.loginbody {
    font: 75%/150% "Arial", Helvetica, sans-serif;
    background-color: #f5f5f5;
    color: #838383;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
}

.loginbtn_success1 {
    background-color: #7db921;
    border-color: #7db921;
    color: #FFF;
}
/*.login_section#content1 {
	min-height: 741px;
	text-align: left;
	background: #F5F5F5 none repeat scroll 0% 0%;
	padding-top: 6%;
}*/
.loginsectiontop {
    min-height: 100%;
    text-align: left;
    background: #F5F5F5 none repeat scroll 0% 0%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.login_btn-lg, .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
}

.loginpanel-default > .panel-heading {
    color: #fff;
    background-color: #009dd0;
    border-color: #009dd0;
}

.loginfieldset {
    border: 1px solid #FFF;
    margin: 0px 2px;
    padding: 0.35em 0.625em 0.75em;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.login_panel-title1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
    padding-left: 14px;
}

.login_forget_pass, .register1 {
    font-size: 100%;
    position: relative;
    top: -8px;
}

.login_register1 {
    float: right;
}

.loginhelp1 a i {
    float: right;
    font-size: 150%;
    position: relative;
    top: -20px;
    padding-right: 10px;
    color: #fff;
}

.btn:hover, .btn:focus {
    color: #ebebeb;
    text-decoration: none;
}