

.registrationLinkContainer {
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
}

.registrationLink {
    margin-right: 5px ;
    color: #083AA6;
}

#orLine {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .6em;
    width: 80%;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 4%;
}

.greyLine,
#or {
    background: lightgrey;
    height: .2em;
    width: 35%;
    filter: blur(0px);
    
}

.pColor{
    color: black;
}

#forgotPassword {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.3em;
}
