html, body {
    height: 100%;
    background-color: #f4f4f4;
}

.container {
    width: 100%;
    height: 100%;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    text-align: center;
}

.vipcard_container {
    width: 100%;
    border-radius: 5px;
    margin-top: 2rem;
    text-align: center;
    z-index: 1;
    padding-bottom: 20%;
    background-color: white;
}

.vipcard_c {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.title {
    height: 4rem;
    border-bottom: 1px solid #999999;
}

.title_p {
    height: 4rem;
    color: #3F3F3F;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
}

#name_login {
    display: none;
}

#vipcard_button {
    width: 100%;
    background-color: #ffffff;
    color: #F36478;
    margin-top: 2rem;
    border: 1px solid #F36478;
}

input {
    height: 4rem !important;
    font-size: 13px !important;
    padding-left: 20px !important;
    background-color: #F4F4F4 !important;
    border: 1px solid #DDDDDD !important;
    margin-bottom: 2rem;
    box-shadow: none;
    color: #757575 !important;
}



a {
    color: #999999;
}

.input-group-addon {
    background-color: #f4f4f4 !important;
    border: 1px solid #DDDDDD;
    border-right: none;
}

.tips{
    text-align: right;
    font-size:10px;
    margin-top: 2rem;
    color: #999999;
}
.yearcard {
    width: 100%;
    height: 11rem;
    background: url("../images/policy.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    border-radius: 10px;
}
.monthcard {
    width: 100%;
    height: 11rem;
    background: url("../images/normal.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
    border-radius: 10px;
}
.card{
}
.card_info{
    width: 90%;
    color: white;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    padding-top: 1rem;
}
.card_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #3F3F3F;
}
.card_name{
    font-size: 2rem;
    font-weight: bold;
}
.card_date{
    float: left;
    margin-top: 3rem;
    font-size: 8px;
    color:white;
}
.card_value{
    position: relative;
    bottom: 1rem;
    float: right;
}
.card_value_words{
    font-weight: bold;
}
.card_value_num{
    font-size: 2rem;
}
.monthcard:active{
    opacity: 0.9;
}