/*---------------------------------------------------------------------
                               Register
-----------------------------------------------------------------------*/
body {
    margin: 0 !important;
}

.register-page {
    height: 100vh;
}

.progress {
    height: 6px;
    width: 300px;
}

/*---------------------------------------------------------------------
                               Verification
-----------------------------------------------------------------------*/
.verify-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 300px;
}
