.registration-form {
    width:70%;
    padding:24px;
    margin: 0 auto;
    font-size: 24px;
}

.intput-large-font {
    font-size: 24px;
}

.text-center {
    text-align: center;
}

#code-verification-sms {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background-color: white;
    top: 0px;
    left: 0px;
    padding:24px;
}

.form-title {
    font-weight: bold;
    font-size: 32px;
}

.payform {
    width: 80%;
    margin: 0 auto;
    font-size: 28px;
}

.big-button-green {
    padding:12px;
    border-radius:12px;
    border-top: 2px solid rgb(177, 224, 177);
    border-left: 2px solid rgb(177, 224, 177);
    border-bottom: 2px solid rgb(70, 168, 70);
    border-right: 2px solid rgb(70, 168, 70);
    background-color:rgb(102, 193, 102);
    display: inline-block;
    margin: 0 auto;
    font-size: 24px;
    color: white;
    font-weight: bold;
}