.reg_form h2{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    border-bottom: 3px solid #25aeef;
    padding-bottom: 25px;
    background: #25aeef;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.reg_form li{
    margin-top: 40px;
}
.reg_form p{
    margin-top: 30px;
}

.ma>label{
    font-size: 16px;
    color: #333333;
    width: 350px;
    display: inline-block;
    line-height: 45px;
    text-align: left;
    margin-top: 40px;

}
.ma label input{
    border:1px solid #d2d2d2;
    border-radius: 5px;
    height: 45px;
    text-indent: 0.5em;
    width: 210px;
    text-align: left;
}
.ma i{
    color: #f6262b;
}
.ma label:first-child input{
    margin-left: 35px;
}
.ma p{
    margin-top:40px;
}
input[type="submit"]{
    margin-top: 30px;
}