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

}
h3{
    text-align: center;
}

.registerbox{
display: flex;flex-wrap: wrap;
    justify-content:center;
    margin-top: 40px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.registerbox p{
   width:  50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 32px;
    justify-content: flex-end;
}
.registerbox p a{
    color: #0a76ca;
}
.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;
    transition-timing-function:linear;
    transition-duration:0.15s
}

.registerbox p input{
    line-height: 34px;
    padding-right: 10px ;
    background: none;
    flex:1
}
.registerbox p select{
    background: none;
    padding-left: 10px;
    margin-right: 10px;
    width: 80px;
    color: #777;
}


.registerbox p text{
    font-size: 14px;}
.registerbox label[for="receivemail"]{
    width: 40px;
    cursor: pointer;
    height: 22px;
    background: #ececec;
    padding: 2px;
    display: block;
    border-radius: 14px;
    flex-shrink: 0;
}
.registerbox label r{
    display: block;
    border-radius: 10px;
    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>img{
    width: 715px;
    flex-shrink: 0;
    margin-right: 124px;
}
.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: #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: 20px auto;
}
.terms a{
    color: #0a76ca;
    font-size: 16px;
    font-family: RobotoMedi;
}
.terms+.terms{
    font-size: 14px;
}

@media screen and (max-width: 750px) {
    .registerbox button {
        font-size: 18px;
        margin-top: 4px;
        height: 50px;
    }.righthalf h3{
             margin-top: 15px;
         }
    .main>img{
        display: none;
    }
    .registerbox{
        padding: 20px 20px 6px;
        margin-top: 10px;
    }
    .registerbox .Connect{
        flex-direction: column;
        margin-bottom: 0;
    }
    .registerbox .Connect a{
        width: 100%;
        margin-bottom: 20px;
    }
    .registerbox p{
        width: 100%;
        margin-bottom: 20px;
    }
    .terms a{
        font-size: 14px;
    }
    button{
        margin-top: 0;    }
    .registerbox p label{
        font-size: 14px;
    }
}