﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "JF Flat Regular";
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #299154;
    background-image: url('../images/Login_Back.png');
    background-repeat: no-repeat;
}
.login{
    width: 350px;
    margin: 130px auto;	
}
.login p{
font-size:18px;
font-weight:normal;	
}
.login .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
    width: auto !important;
    color: #fff !important;
    font-size: 14px !important;
    /* float: none !important; */
    line-height: 20px !important;
    margin-bottom: 0 !important;
}
.input .form-group label {
    display: inline-block;
    line-height: 45px;
    margin-bottom: 5px;
    max-width: 100%;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
	width:25%;
}
.input .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: #003366;
    height: 45px;
    box-shadow: none;
    float: right;
    padding: 0;
    width: 72%;
    margin-right: 3%;
}
.loginform{
margin-top:30px	;
margin-bottom:50px;

}
.loginform .form-group{
position:relative;	
    margin-bottom: 12px;
}
.loginform .form-control{
	    width: 100%;
    margin: 0;
       padding-right: 30px;
    font-size: 18px;
}
.loginform .form-group .fa{
    position: absolute;
    right: 12px;
        top: 10px;
    font-size: 20px;
	
}
.loginform .checkbox {
    padding: 0;
    margin-right: 8px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.loginform .btn-login{
width:100%;
color:#fff;
text-align:center;
background:#0072bc;
font-size:14px;
border:0px;
border-radius:0;	
}
.loginform .forget{
color:#fff;	
}
.copyr{
color:#c2c2c2;
font-size:14px;	
}
.alert p{
font-size:12px;	
}


.styled input[type="checkbox"]:checked > .checkbox! label:after, .styled input[type="radio"]:checked + .checkbox label:after{
	    font-family: 'FontAwesome';
    content: "\f00c";
}

@media (max-width: 768px) {
	.login{
		width:70%;	
	}
}