.invite-success{color: #4cd964; font-size: 12px; padding: 13px 10px; font-weight: 600;}
.invite-error{color: red; font-size: 12px; padding: 13px 10px; font-weight: 600;}

.input-group .auth-code-tab:first-child {
    margin-left: 22px;
}
.input-group .auth-code-tab {
    width: 20%;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    height: 70px;
    font-size: 50px;
    padding: 19px;
    color: #575656;
}
.hidden{display: none;}

.click_to_start a span{width: 25%;
    height: 70px;
    display: inline-block;
    padding-top: 20px;
    background-color: #ed1f24;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.3);
}
.click_to_start a span:hover{background-color: black;}