




body{background:#fff;  margin-bottom:100px; font-family: 'Roboto', sans-serif;}
body.login{ margin:0}
html {
    position: relative;
    min-height: 100%;}


.login-wrapper {
    display: flex;
    align-items: center;
}
.login-bg{ background:url(../images/login-bg.png) top no-repeat; background-size:cover;height: 100vh;}
.login-wrap{ max-width:450px; margin: 0 auto}

.logo_wrap {
    position: absolute;
    width: 50%;
    top: 50px;
    left: 0;
}
.login-wrap h1 {
    font-size: 30px;
    margin-bottom: 25px;
	    color: #778A30;
}
.login-wrapper .login-wrap {
    margin-top: 130px;
}

.f-control {
    height: 50px;
}


.btn-filter {
    height: 50px;
}

.btn-success {
    color: #fff;
    background-color: #778A30;
    border-color: #778A30;
}
.new-user,.forgot,.login-wrap p,.login-wrap label{ font-size:14px; color:#7A7A7A}
.new-user a,.forgot:hover{ color:#778A30}


