@import './form.css';

#form-title {
    text-align: center;
}

#reveal-password-container {
    display: inline;
}

#other-link-container {
    text-align: center;
}

#forgot-password {
    text-align: right;
}

hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 100%;
}

hr::after {
    background: #fff;
    content: 'Or';
    padding: 0 4px;
    position: relative;
    top: -13px;
}
