.forget-pass {
    text-align: right;
    padding: 0;
    font-weight: 600;
}

.forget-pass a:first-child {
    padding-right: 5px;
}

.forget-pass a:first-child:after {
    position: absolute;
    content: '';
    background: #007bff;
    width: 1px;
    height: 15px;
    right: 0px;
    top: 2.5px;
}

.forget-pass a {
    position: relative;
    padding: 0;
}

.submit {
    margin-top: 20px;
}

.submit .btn {
    background-color: var(--button_color);
    padding: 7.5px 4px;
    color: var(--button_text_color);
    border-radius: 25px;
}