.register-complete {
    font-size: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 50px 30px;
    border-radius: 10px;
    display: none;
}

.register-complete p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.register-complete .success-icon {
    margin-bottom: 20px;
}

.register-complete a {
    color: #777777;
    margin-top: 20px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .register-complete {
        border-radius: 0;
    }
}
