section.login-container {
    max-width: 400px;
	margin: 50px auto;
}

.login-content {
	text-align: center;
}

.login-form-container {
    max-width: 300px;
    margin: 0 auto;
}

.btn-login {
    background: #ffd55e;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-fb-login {
    background: #4655ff;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
}

.hm-or::before {
    width: calc( 50% - 30px );
    height: 1px;
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
}

.hm-or::after {
    width: calc( 50% - 30px );
    height: 1px;
    content: "";
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
}

p.notn {margin: 0;font-size: 12px;padding: 7px 0;color: #ff0000;}