/* common */

.register-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .5em;
}

.auth-link {
    color: #35b6de;
}



/* Small Devices, Tablets */
@media (min-width: 720px) {
    .register-title {
        font-size: 1.7em;
        line-height: 1;
        margin-bottom: 1em;
    }


    .auth-link {
        font-size: 20px;
    }
}



/* Large Devices, Wide Screens */
@media (min-width: 1020px) {
    .auth-link {
        font-size: 16px;
    }
}
