.welcomeTitle {
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    padding-bottom: 50px;
}

.nav1 {
    padding-top: 10px;
    margin-bottom: 100px;
}

.nav1 button {
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 57px;
    height: 26px;
    background-color: transparent;
    color: #ffffff;
}

.nav1 a {
    text-decoration: none;
    color: white;
}

.navCenter h2 {
    margin: 0 0 35px 0;
}

.navCenter {
    color: #FFFFFF;
    padding-left: 20px;
}

.navCenter small {
    color: #FFFFFF;
}

.welcomeBody {
    background: #fbfbfb;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    max-width: 1124px;
    height: auto;
    padding: 20px 20px;
}

.passwordDiv {
    font-size: 18px;
    color: #777777;
}

.inline-block {
    display: inline-block;
}

.info-content {
    padding: 35px;
    font-size: 18px;
    color: #333333;
}

.info-message {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #777777;

}

.tip {
    display: inline-block;
    text-align: right;
}

.info-messageGender {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #777777;
    width: 110px;
    float: left;
}

.welcome-input {
    background: #fbfbfb;
    border: 1px solid #bbbbbb;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    max-width: 223px;
    height: 41px;
    padding: 0px 10px;
    outline: none;
}

.passwordDiv button {
    background: #25a1ff;
    border-radius: 4px;
    width: 93px;
    height: 42px;
    margin-left: 20px;
}

.tip span{
    line-height: 38px;
}
.genderDiv {
    background: #fbfbfb;
    border: 1px solid #bbbbbb;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
    width: 144px;
    height: 142px;
    margin-right: 35px;
}

.genderDiv img {
    margin: 36px;
}

.info-content {
    padding: 35px 0px;
    font-size: 18px;
    color: #333333;
}

.input-code {
    width: 140px;
}

#nu {
    box-shadow: 0 0 2px #ADADAD inset;
}

.img {
    width: 93px;
    height: 92px;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    background: #fbfbfb;
    border: 1px solid #bbbbbb;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.20);
    margin-right: 31px;
}
.img-male{
    padding-top: 23px;
}