﻿nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}
.sign-in h2.form-title {
    text-align: center;
}

.sign-in h2.form-title:before,
.sign-in h2.form-title:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%
}
/*
sign-in h2.form-title:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0
}

.sign-in h2.form-title:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0
}*/