body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
    overflow-x: hidden;
    background: url(../../img/bg-login.jpg);
}

#hero {
    width: 100%;
    height: 80vh;
    background: none !important;
    padding-top: 82px;
}

.login-form-login {
    width: 560px;
    background: #e7bf1f2b;
    border-radius: 0 0 1em 1em;
    position: relative;
    border-top: 5px solid #e7bf1f;
    padding: 2em;
}

.password a {
    text-align: center;
    color: #e7bf1f !important;
}
.row{
	background: #e7bf1f2b !important;
    margin: 0 !important;
    padding: 1em 0 !important;
	margin: 0  !important;
}
#hero .row{
	background: none !important;

}
hr{
	margin: 0  !important;
}
.btn{
	background-color: #e7bf1f !important;
}

a {
    color: #0041cc;
	cursor:pointer;
}

.title-page{
	color: #fff;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

#hero h1 {
    font-size: 2em !important;
}

.g-recaptcha{
	text-align: center;
    margin: 0 auto;
    width: 305px;
}
    