.logo .hide-on-mobile {
    height: 115px;
    padding: 6px;
}

.logo-mobile {
    max-height: 72px;
}

.italic-text {
    font-style: italic;
}

.hor-sep-below-p {
    margin-top: -10px;
    margin-bottom: 10px;
}

.hor-sep-below-p2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.submit {
    padding: 1px 30px 45px 30px;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}
.success-alert{
    padding: 14px 0px;
    font-size: 17px;
}
.lh-22{
    line-height: 22px;
}