@media screen and (min-width: 750px) {

}
.righthalf h3{
    text-align: center;
    font-size: 40px;
}
#settingswrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.main{
    background: #f7f7f7;
    margin-top: 30px;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-top:30px ;
}
#settingswrap h4{
    color: #273983;
    font-size: 24px;
    font-family: BebasKai;
    font-weight: normal;
}
#settingswrap .setting{
    width: 49%;    margin-top: 40px;
}
.registerbox{
display: flex;flex-wrap: wrap;
    justify-content:center;
    border-radius: 15px;
    padding:20px;
    margin-top: 20px;
}
.registerbox p{
   width:  50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
    margin-bottom:32px;
}
.registerbox p.long{
    width:  100%
}
.registerbox p e{
    color: #ff0000;
}
.registerbox p label{
    color: #272727;
    font-size: 16px;
    font-family: Roboto;
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    left: 0;
}
.registerbox p tip{
    position: absolute;
    right: 0;
    color: #9f9f9f;
    bottom: -20px;
}
.registerbox p input{
    line-height: 24px;
    padding-right: 10px ;
    background: none;
    flex:1;
}
.registerbox p select{
    flex: 1;
    background: none;
    padding-left: 10px;
    margin-right: 10px;
    color: #777;
}
.registerbox.Connect{
    justify-content: space-between;
    padding-bottom: 0;
}
.registerbox.Connect a{
    width: 49%;
    margin-bottom: 20px;
}
.registerbox.Connect a.disconnect{
    opacity: 0.6;
}
.registerbox.Connect a img{
    width: 100%;
}

.registerbox label r{
    display: block;
    border-radius: 10px;
    width: 18px;
    background: #d0d0d0;
    height: 18px;
}
.registerbox p.selectp{
    justify-content: flex-end;
}
.registerbox p.birthselect{
    justify-content: flex-end;
}
.registerbox input[type=checkbox]{
    display: none;}
.registerbox input:checked +label{
    background-color: #3ad359;
}
.registerbox input:checked +label r{
    background-color: #fff;
    left: 16px;
}
.main>img{
    width: 715px;
    flex-shrink: 0;
    margin-right: 124px;
    height: 100%;
}
.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;
}
.registerbox button{ text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%; height:56px;
    background: #273983;
    font-size: 26px;
    border-radius: 30px;
    font-family: RobotoBold;
}

button:hover cover{
    height:48px ;
}
.terms{
    text-align: center;
    line-height: 1.4;
    margin-bottom: 28px;
    margin-top: 18px;
}
.terms a{
    color: #0a76ca;
    font-weight: bold;
}
.terms+.terms{
    font-size: 14px;
}

@media screen and (max-width: 750px) {
h3{
    text-align: center;
}
    .main>img{
        display: none;
    }
    .registerbox p label{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .registerbox p{
        width: 100%;
    }
    .terms{
        font-size: 14px;
    }
    .righthalf h3{
        margin-top: 15px;
    }
    button{
        margin-top: 0;    }
    .registerbox button {
        font-size: 18px;
        margin-top: 4px;
        height: 50px;
    }
}