body {
    display: flex;
    align-items: center !important;
}

.big-title {
    width: 100%;
    text-align: center;
    color: #47E473;
    font-weight: bolder;
    font-size: 1.5rem;
}

.sml-title {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    color: #9e9e9e;
    font-weight: 500;
    font-size: 12px;
}

input {
    width: 100%;
    height: 2.0rem;
    border: none;
    background: #e8e8e8 !important;
    border-radius: .65rem;
    margin-top: 1rem;
    text-indent: 1rem;
    font-size: .5rem;
}

textarea {
    width: 100%;
    height: 2.0rem;
    border: none;
    background: #e8e8e8 !important;
    border-radius: .65rem;
    margin-top: 1rem;
    text-indent: 1rem;
    font-size: .5rem;
}

.btn-box {
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
}

.btn-box button {
    height: 2rem;
    width: 150px;
    border-radius: 16px;
    background: #35a6f1;
    border: none !important;
    margin-top: 1.8rem;
    display: flex;
    justify-content: center;
    line-height: 2rem;
    color: #fff;
}

.btn-box button img {
    height: .8rem;
    align-self: center;
}

.no-acc {
    text-align: center;
    margin-top: 1rem;
    color: #9e9e9e;
    font-weight: 500;
    font-size: 12px;
}

footer {
    display: none !important;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: -46px;
    background: black;
    z-index: 99;
    opacity: 0.2;
    display: none;
}

.tmd-ques {
    width: 100%;
    height: 12rem;
    position: fixed;
    z-index: 120;
    bottom: 50%;
    top: 35%;
    box-sizing: border-box;
    padding: 1rem;
    display: none;
}

.tmd-model {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
}

.tmd-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ff595b;
}

.reason {
    width: 100%;
    height: 5rem;
    box-sizing: border-box;
    padding: 1rem;
    color: #757575;
    word-break: normal;
    overflow-wrap: break-word;
    text-align: center;
}

.tmd-btn-box .divtt {
    width: 48%;
    padding: .5rem;
    height: 2rem;
    background: #f1f1f1;
    box-sizing: border-box;
    border-radius: .5rem;
    font-size: 15px;
    display: block;
}

.btn-ok {
    background: #01B0B3 !important;
    color: #fff;
}
