
body , html{
	/*background:-webkit-linear-gradient(top, #045e92 , #77ccfd);*/
    background: url(../images/login-bg1.jpg) no-repeat !important;
    /*#dfe0e2 url("images/pattern.jpg") repeat scroll 0 0*/
    background-size: cover !important;
    height: 100%;
    width: 100%;
}
.login-div {
    width: 500px;
    /*height: 400px;*/
    margin: 0px auto 20px;
    box-shadow: 1px 1px 2px #222831;
    background: #fff;
    border-top: 6px solid #78c34b;;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #78c34b;}
p#erp{
    margin: 0;
    padding-top: 7px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}
img#epatronus-logo{
    width: 35%;
    padding: 5px;
}
img#sign {
    width: 30px;
    margin-right: 10px;
}
section.strip {
    /*background: rgba(255,255,255,0.6);*/
    /*background: #d9edf7;*/
    margin-bottom: 10px;
    padding-top: 150px;
}
.logo-img img {
    /*width: 30%;*/
    width: 230px;
    padding: 15px;
}
.logo-img {
    border-bottom: 2px solid #78c34b;
    background: #222831;
}
.login-div h1{
	text-align: center;
	font-size: 28px;
	padding: 20px 0;
	border-bottom: 1px solid #0481C4;
	margin-top: 0;
	color: #0481C4;
}
.img {
    width: 500px;
    margin: 0 auto;
}
.img img {
    width: 50%;
    text-align: center;
    /*padding: 30px 0 30px;*/
}
.login-div p{
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
    color: #222831;
}
.form-data{
	width: 80%;
	margin: 20px auto;
}
input[type="text"], input[type="password"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #222831;
    border-radius: 4px;
    background: rgb(234, 234, 234);
    margin-bottom: 10px;

}
input[type="text"]:focus,input[type="text"]:active, input[type="password"]:focus{
	border:1px solid #222831;
	outline: none;
}
input[type="submit"] {
    float: right;
    background: #222831;
    border: none;
    padding: 5px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    -webkit-transition:all 0.6s;
    transition:all 0.6s;
}
input[type="submit"]:hover{
	background-color: #161E33;
}
i.fa.fa-leaf , i.fa.fa-coffee{
    color: #F3773C;
}
.input-field {
    position: relative;
}
i.fa.fa-user, i.fa.fa-lock{
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #222831;
}
.bottom-strip{
    background: #222831;
    color: #fff;
    margin-top: 10px;
    padding: 10px;

}
.bottom-strip p{
	margin-top: 0;
}
.bottom-strip p span{
	font-size: 14px;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label {
    display:inline-block;
    /*width:19px;*/
    font-weight: 100;
    font-size: 13px;
    color: #ccc;
    padding-left: 20px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label {
    background:url(../images/check_radio_sheet2.png) -19px top no-repeat;
}