body{
    background: #ededed;
}

.regInput{
    width: 90%;
    margin: 0 auto;
    margin-top: 42px;
}
.regInput ul li{
    /*margin-bottom: 10px;*/
}
.regInput ul li:last-child{
    margin-bottom: 0;
}
.regInput ul li input{
    width: 100%;
    height: 60px;
    font-size: 1em;
}
.regInput ul li input[type='text'],.regInput ul li input[type='password']{
    border: 1px #cecece solid;
    border-radius: 10px;
    color: #9a9a9a;
    padding-left: 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
}
.regInput ul li .col-xs-4{
    text-align: right;
}
.regInput ul li .col-xs-4 input{
    width: 90%;
    background: #ffffff;
    border: 1px #3eb8f7 solid;
    color: #0fadfc;
    border-radius: 10px;
}
.regInput ul li>input[type='button']{
    background: #0cbd61;
    color: white;
    border-radius: 10px;
    border: none;
    font-size: 1.5em;
}
.loginDiv{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.loginDiv a{
    color: #1eb1fb;
    margin-left: 10px;
    font-size: 1.2em;
}