@media screen and (min-width: 1001px) {
   .Redeem #scanBtn{
        display: none;
    }
}
.lefthalf h3,.righthalf h3{
    text-align: center;
    font-size: 40px;
}
h3{
    text-align: center;
}
.main{
    background: #f7f7f7;
    margin-top: 30px;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-top:30px ;
}
#settingswrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
#settingswrap h4{
    color: #273983;
    font-size: 24px;
    font-family: BebasKai;
    font-weight: normal;
}
#settingswrap .setting{
    width: 49%;    margin-top: 40px;
}

.input[name='password']::before {
  content: "\f005";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: red;
}
.registerbox{
display: flex;flex-wrap: wrap;
    justify-content:center;
    border-radius: 15px;
    margin-top: 65px;
}
.Redeem p,.registerbox p{
   width:  50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
    margin-bottom: 32px;
    justify-content: space-between;
}
.registerbox p.selectp{
    justify-content: flex-end;
}
.registerbox p.birthselect{
    justify-content: flex-end;
}
.registerbox p a{
    color: #0a76ca;
}
.registerbox p.long{
    width:  100%
}
.Redeem p.long{
    width:  100%;
    margin-bottom: 10px;
}
.registerbox p e{
    color: #ff0000;
}
.Redeem  p label, .registerbox p label{
    color: #272727;
    font-size: 16px;
    font-family: Roboto;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    left: 0;
    transition-timing-function: linear;
    transition-duration: 0.15s;
}
.Redeem  p input, .registerbox p input{
    line-height: 24px;
    padding-right: 10px ;
    background: none;
    flex:1
}
.registerbox p select{
    background: none;
    padding-left: 10px;
    margin-right: 10px;
    width: 80px;
    color: #777;
}
.registerbox p tip{
    position: absolute;
    right: 0;
    color: #9f9f9f;
bottom: -20px;
}






.registerbox .Connect{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    width: 100%;
    margin-bottom:55px;
}
.registerbox .Connect a{
    width: 210px;
    height: 40px;
    border-radius:20px;
    text-align: center;
    line-height: 36px;

}
or{
    display: block;
    margin: 20px;
}
.registerbox .Connect a img{
    vertical-align: middle;
    width: 16px;
    margin-right: 10px;
}
.registerbox .Connect #facebook{
    border: 1px solid #4267b2;
}
.registerbox .Connect #facebook span{
    color: #4267b2;
    vertical-align: middle;
}

.registerbox .Connect #google{
    border: 1px solid #ebebeb;
}
.registerbox .Connect #google span{
    color: #272727;
    vertical-align: middle;
}


.registerbox p text{
    line-height: 1.6;
    font-size: 14px;}
.registerbox label[for="receivemail"]{
    width: 40px;
    cursor: pointer;
    height: 22px;
    background: #ececec;
    padding: 2px;
    display: block;
    border-radius: 20px;
    flex-shrink: 0;
    position: relative;
}
.registerbox label r{
    display: block;
    border-radius: 20px;
    width: 18px;
    background: #d0d0d0;
    height: 18px;
}
.registerbox input[type=checkbox]{
    display: none;}
.registerbox input:checked +label{
    background-color: #3ad359;
}
.registerbox input:checked +label r{
    background-color: #fff;
    left: 16px;
}
.main>.lefthalf,.main>img{
    width: 40%;
    max-width: 715px;
    flex-shrink: 0;
    margin-right: 8.6%;
}
.main>.lefthalf{
    width: 450px;
    flex-shrink: 0;
    margin-right: 120px;
    margin-left: 50px;
    margin-top: 100px;
}
.lefthalf .txtblock{
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 24px auto;
}
.lefthalf .txtblock T{
    font-size: 50px;
    font-family: "RobotoBold", "Microsoft Yahei";
    margin-bottom: 12px;
    display: block;
}
.lefthalf .txtblock P{
    font-size: 30px;    display: block;

    font-family: "Roboto", "Microsoft Yahei";
}
.Securetxt{
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    background: url("../img/secure.png") no-repeat left center;
    background-size: 20px auto;
}


.Settings.on{
    background-image: url("../img/settings_DARKblue.png");
}
.Reviews.on{
    background-image: url("../img/reviews_DARKblue.png");
}
textarea{
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
}
.Redeem button,.registerbox button{        text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%; height:56px;
    background: #2da0f9;
    font-size: 26px;
    border-radius: 30px;
    font-family: RobotoBold;
    margin-top: 16px;
}
/*cover{
    background: #fff;
    opacity: 0.4;
    display: block;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
button:hover cover{
    height:48px ;
}*/
.terms{
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
}
.terms a{
    color: #0a76ca;
    font-weight: bold;
}
.terms+.terms{
    font-size: 14px;
}

@media screen and (max-width: 1000px) {
.Redeem button,   .registerbox button{
        font-size: 18px;
        margin-top: 4px;
        height: 50px;
    }
    #scanBtn{
        padding-left: 26px !important;
        background: url("../img/scan.png") no-repeat 5px center;
        background-size: 17px auto;
    }
.righthalf h3{
    margin-top: 15px;
}
  .lefthalf ,  .main>img{
        display: none;
    }
    .registerbox{
        padding: 20px;
        margin-top: 10px;
    }
    .registerbox .Connect{
        flex-direction: column;
        margin-bottom: 0;
    }
    .registerbox .Connect a{
        width: 100%;
        margin-bottom: 20px;
    }
    .registerbox p label{
        font-size: 14px;
    }
    .registerbox p{
        width: 100%;
        margin-bottom: 20px;
    }
    .terms{
        font-size: 14px;
    }
    button{
        margin-top: 0;    }
    .registerbox label[for="receivemail"]{
        width: 55px;
        height: 30px;
    }
    .registerbox label r{
        width: 26px;
        height: 26px;
    }
    .registerbox input:checked +label r{
        left: 24px;
    }
}