body {
    background-color: #ffffff;
}
input,
optgroup,
select,
textarea {
    font-family: KalatexaText, sans-serif;
}

.sms-head {
    overflow: hidden;
    background: url(../images/home/bg-header.jpg) center 0 repeat-x;
}

.sms-head .logo {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.sms-cont,
.text-box {
    text-align: center;
    padding: 30px 10px;
}
.mini_btn {
    font-family: KalatexaDisplay, sans-serif;
    font-size: 16px;
    color: #ff9700;
}
.sms-cont h1 {
    color: #000;
    font-size: 28px;
    line-height: 28px;
    font-family: KalatexaDisplay, sans-serif;
}

.sms-cont h1 span.desc {
    font-size: 18px;
    font-family: KalatexaDisplay, sans-serif;
    display: block;
}

.sms-wrapper p.sms-alert {
    padding-top: 15px;
}

.sms-wrapper p {
    font-family: KalatexaText, sans-serif;
    font-size: 16px;
}

.sms-wrapper p span.sms-count {
    background: #ff9700;
    color: #fff;
    font-weight: bold;
    padding: 0 7px;
    border-radius: 3px;
}

.sms-form {
    background: #f1f1f1;
    padding: 20px 10px;
    margin: 30px 0;
    border-radius: 6px;
}

.sms-box {
    padding: 15px 0;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

input.t-box {
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    width: 225px;
    font-size: 16px;
    vertical-align: middle;
}

.btn-pa.backhome {  
    padding: 10px 20px 5px; 
    display: inline-block;
} 
.btn-pa.sendsms {    
    font-size: 30px;    
    width: 150px;
    height: 46px;    
    line-height: 49px;
}
.btn-pa {
    font-family: kalatexadisplay;
    color: #fff;
    font-size: 20px;
    background: #ff9700;
    border: none;
    border-radius: 6px;
    margin: 15px 0;
    cursor: pointer;
    outline: none;
}

.sms-wrapper p {
    font-family: KalatexaText, sans-serif;
    font-size: 16px;
}

.regist-text a {
    color: #ff9700;
    text-decoration: none;
}
.sms-cont h1 span {
        font-family: KalatexaDisplay, sans-serif;
    }

    .t-title {
        font-size: 16px;
        font-weight: bold;
    }

.icon.-yellow {
    color: #ff9700;
}
.icon.-green {
    color: #8bc321;
}
.icon.-red {
   color: #ff3333; 
}
.icon {
    font-size: 30px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.sms-wrapper .al-text {
    font-size: 20px;
    color: #1a1a1a;
    font-family: KalatexaDisplay;
    margin-top: 20px;
}
.t-alert img {
    width: 180px;
}

@media screen and (min-width: 1070px) {
    .sms-box {
        width: 420px;
    }
    .sms-cont h1 {
        font-size: 32px;
    }
    .sms-cont h1 span.desc {
        font-size: 23px;
    }
}

@media screen and (min-width: 768px) {
    .sms-head {
        background-size: contain;
    }
    .sms-cont {
        padding-top: 40px;
    }
    .sms-form {
        width: 440px;
        margin: 40px auto;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 480px) {
    .sms-box {
        width: 415px;
    }
}
@media screen and (max-width: 320px) {
    
    .sms-cont h1 {
        font-size: 27px;
    }
}
