.btn {
    outline: none !important;
    width: 159px;
    height: 35px;
    color: #fff;
    border: transparent;
    border-radius: 20px;
    margin-top: 3.2rem;
    font-size: 1.6rem;
    background-image: none;
    box-shadow: none;
}

.btn.btn-primary {
    background-color: #002F70;
}

.form-container.login-reset-position {
    top: 18%;
}

.form-control:hover {
    border-color: #002F70;
}

.form-control:focus {
    border-color: #002F70;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 47, 112, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 47, 112, 0.6);
}

a {
    color: #00694B;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #00694B;
    text-decoration: underline;
}