#header{
    margin-top: 16px;
}
#footer{
    font-size: 12px;
    margin: 0px 0px 10px;
}

a:link, a:visited, a:hover,a:active  {
  text-decoration: none;
}

hr{ border-top: 1px solid #ADADAD; }
.group-sign-in{
    margin: 80px 17px;
}
.group-input{
    margin: 24px 17px;
}
.group-content{
    margin-top: 24px;
}
label{
    font-size: 13px;
    margin-bottom: 0px;
}
.txt-title{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.41px;
}
.txt-title-small{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}
.txt-small{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.41px;
}


/*==== section ====*/
/*.mycard{
    margin-top: 16px;
    margin-bottom: 8px;
}
.mypoint{
    margin-top: 20px;
    margin-bottom: 16px;
}*/
.box, .box-rw{
    color: #fff;
    width: 100%;
    /*height: 124px;*/
    height: 145px;
    background-color: #B5282E;
    border-radius: 8px;
    padding: 15px;
}

.box-rw{
    height: 85px;
    padding: 10px;
}


/*===== button ====*/
.input-form{
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: transparent;
    display: block;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    background-clip: padding-box;
    border: 1px solid #ADADAD;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-red{
    height: 48px;
    width: 100%;
    border-radius: 8px;
    margin: 15px 0px;
    color: #fff;
    background-color: #B5282E;
    border-color: #B5282E;
}
.btn-redeem{
    height: 32px;
    width: 120px;
    border-radius: 8px;
    padding:0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #B5282E;
    border-color: #B5282E;
}
.btn-no-redeem{
    height: 32px;
    width: 120px;
    border-radius: 8px;
    padding:0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #ADADAD;
    border-color: #ADADAD;
}


@media (max-width: 319px) {
    .box{
        padding: 5px;
    }
    #footer{
        font-size: 11px;
    }
    .btn-redeem, .btn-no-redeem{
        width: 100px;
        font-size: 16px;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    .box{
        padding: 10px;
    }
}


@media (min-width: 768px) {
    .group-sign-in{
        margin: 130px 30%;
        width: 450px;
    }
    .group-input, .group-content{
        margin: 24px 30%;
        width: 450px;
    }
}
