* {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}

input[type=text] {
    padding: 8px 10px;
    border-radius: 3px;
    border: none;
    box-shadow: none;
}

.agree_reg,.agree_regd {
    width: 100%;
    /* background: #ccc; */
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.ml10 {
    margin-left: 10px;
}

body {
    min-height: 600px;
    /*
    background: url(img/bodybg.png) top center repeat-x;
    background-color: #1D96D7;
    */
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

.check_reg img {
    width: 16px;
    vertical-align: top;
    cursor: pointer;
}

.sunshine {
    width: 100%;
    height: 800px;
    position: absolute;
    top: -450px;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 37%, rgba(71, 218, 255, 0) 74%)
}

.container {
    padding-top: 70px;
}

.tab_reg a, .agree_regs a,.agree_reg1 a{
    color: #1994d7;
    text-decoration: underline;
}

.tab_reg a:hover {
    /*text-decoration: none;*/
}

.user_mobile {
    position: relative;
}

.sendmes {
    width: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -90px;
    z-index: 8000;
    font-size: 12px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.content {
    width: 506px;
    padding: 27px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin: 20px auto
}

.default_nation {
    position: absolute;
    padding: 0 5px;
    top: 0;
    left: 110px;
    height: 26px;
    line-height: 30px;
    cursor: pointer;
    border-right: 1px solid #ddd;
}

#defnat {
    position: relative;
    left: -4px;
}

#ncode {
    display: none;
}

.code-list {
    position: absolute;
    font-size: 12px;
    top: 24px;
    left: -2px;
    width: 250px;
    height: 200px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 9000;
    overflow: auto;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none;
}

.code-list > .ncode {
    text-align: left;
    text-indent: 5px;
    position: relative;
}

.item_nsh {
    display: none;
}

.code-list > .ncode .item_ncode {
    display: block;
    height: 26px;
    top: 0;
    right: 5px;
    position: absolute;
}

.ncode {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
}

.content h2 {
    color: #253B56;
    font-weight: lighter;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
}

.form {
    text-align: center;
    width: 100%;
}

.form label {
    float: left;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
    font-weight: 600;
    font-family: inherit;
}

.form > div > input {
    width: 240px;
    outline: none;
    text-indent: 5px;
    border-radius: 6px;
    float: right;
    height: 17px;
    border: none;
    padding: 5px 6px 4px;
    font-size: 14px;
    -webkit-appearance: none;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: 0 1px 3px 0 #777;
    -ms-box-shadow: 0 1px 3px 0 #777;
    -moz-box-shadow: 0 1px 3px 0 #777;
    -webkit-box-shadow: 0 1px 3px 0 #777;
}

#mobile {
    outline: none;
}

.mobilecode {
    width: 360px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    position: relative;
}

.checkstatus {
    position: absolute;
    top: 0;
    right: -30px;
    height: 20px;
    width: 20px;
    color: #32bb6c;
    display: none;
    font-size: 18px;
}

#photocode {
    font-size: 12px;
    text-indent: 10px;
}

#sendcode {
    width: 100px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    right: 0;
    top: 0;
    color: #666;
    border-left: 1px solid #ccc;
}

#sendcode:hover {
    background: #eee;
}

.form .user, .form .pass, .form .repass {
    width: 360px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 26px;
}

.checkbox {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    border: 1px solid #A1AFC0;
    -webkit-box-shadow: 0 1px 2px 0 #999;
    box-shadow: 0 1px 2px 0 #999;
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #FFF 0%, #ececec 100%);
    background: -o-linear-gradient(top, #FFF 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #FFF 0%, #ececec 100%);
    background: linear-gradient(to bottom, #FFF 0%, #ececec 100%);
}

.downbut {
    margin-top: 15px;
    padding-top: 10px;
    width: 100%;
    position: relative;
}

.tab_reg {
    margin-top: 10px;
}

#reg_login {
    display: none;
}

#error {
    position: absolute;
    width: 200px;
    height: 20px;
    top: -10px;
    left: 135px;
    font-size: 12px;
    color: red;
}

.checked {
    border: 1px solid #628B27;
    background-image: url(img/checked.png)
}

.remb {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: top;
}

.btnt {
    color: #1994d7;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 29px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    font-weight: 600;
    transition: background-color 0.17s linear;
}

#reg:hover {
    background-color: #86B744;
    text-decoration: none;
}

#reg {
    width: 320px;
    right: 130px;
    color: #fff;
    border-radius: 0 !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.56)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
    background-color: #61941B;
}

.form h3 {
    font-size: 18px;
    font-weight: 600;
    color: #253B56;
    margin-top: 10px;
}

.create img {
    width: 20px;
    margin-right: 6px;
    vertical-align: -4px;
}

.create {
    color: #253B65;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    display: block;
    width: 150px;
    text-decoration: none;
}

#pw_header {
    width: 100%;
    height: auto;
}

#pw_footer {
    width: 100%;
    height: auto;
}

.create span:hover {
    text-decoration: underline;
    color: #1D96D7;
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer {
    margin: 60px 0;
}

.footer .tnc {
    text-align: center;
}

.footer .tnc li {
    padding: 20px 20px 0;
    font-size: 10px;
}

.footer .copyright {
    text-align: center;
    font-size: 10px;
    margin: 20px auto 50px;
}

ul.flatul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

ul.flatul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.flatul li ul {
    display: none;
    max-height: 150px;
}

.horizontalSeparator {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(223, 223, 223, 1) 5%, rgba(223, 223, 223, 1) 95%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    clear: both;
    display: block;
    filter: none;
    height: 1px;
    position: relative;
    width: 100%;
}

#mobile {
    text-indent: 50px;
    border-radius: 6px;
    width: 240px;
    color: #333;
    box-shadow: 0 1px 3px 0 #777;
    -ms-box-shadow: 0 1px 3px 0 #777;
    -moz-box-shadow: 0 1px 3px 0 #777;
    -webkit-box-shadow: 0 1px 3px 0 #777;
}

.intl-tel-input {
    float: right;
}

.country-list li {
    text-align: left;
}

#regi_login {
    display: none;
}

/**
* ---------------------------mobiles ----------------------
*/
@media screen and (max-width: 940px) {
    body {
        min-height: 100%;
        height: 100%;
    }

    .default_nation {
        left: 5px;
        top: 0px;
        padding-top: 2px;
        line-height: 26px;
        height: 24px;
    }

    #mobile {
        line-height: 28px;
    }

    #pass, #repass {
        line-height: 28px;
    }

    #mobile, #email, #pass, #repass {
        font-size: 12px;
    }

    .bottomlogo {
        text-align: center;
    }

    #pass, #repass, #email, #photocode {
        width: 95%;
    }

    #sendcode {
        top: 2px;
    }

    .user_mobile {
        text-align: center;
    }

    #email {
        padding: 0;
        height: 24px;
        line-height: 28px;
    }

    .nav {
        width: 100%;
    }

    .navbar {
        height: auto;
    }

    .navbar-nav {
        display: none !important
    }

    .container {
        padding-top: 0;
        width: 100%;
        height: auto;
        /* height:calc(100% - 195px);
        */
    }

    .navbar .nav-user {
        width: 100%;
        margin-bottom: 10px;
    }

    #account {
        display: none;
    }

    .loginh {
        display: none;
    }

    .navbar .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .content {
        width: 95%;
        box-shadow: none;
        padding: 0;
        margin: 20px auto;
    }

    .content h2 {
        font-size: 20px;
    }

    .footer {
        min-width: 100%;
    }

    .form label {
        display: none;
    }

    .form .user, .form .pass, .form .repass, .mobilecode {
        width: 100%;
        border-radius: 6px;
        padding-bottom: 3px;
        box-shadow: 0 1px 3px 0 #777;
        -ms-box-shadow: 0 1px 3px 0 #777;
        -moz-box-shadow: 0 1px 3px 0 #777;;
        -webkit-box-shadow: 0 1px 3px 0 #777;;
    }

    .form input {
        float: none;
        width: 95%;
    }

    .intl-tel-input {
        left: 2px;
        height: 26px;
        line-height: 26px;
        float: none;
        width: 95%;
        padding-left: 6px;
        padding-right: 6px;
        -webkit-appearance: none;
        background-image: none;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    #mobile {
        outline: none;
        box-shadow: none;
        padding: 0;
        height: 24px;
        text-indent: 60px;
    }

    #reg {
        width: 100%;
    }

    .footer .tnc {
        display: none;
    }

    .footer {
        margin: 0;
    }

    #pass, #repass {
        padding: 0;
        height: 24px;
    }

    #mobile {
        width: 100%;
    }

    #error {
        top: -10px;
        width: 100%;
        text-align: center;
        left: 0;
    }

    #mobile {
        width: 100% !important;
    }

    #reg_email, #reg_mobile {
        float: right;
        margin-right: 5px;
    }

    #regi_login {
        display: inline;
        float: left;
        margin-left: 5px;
    }

    .tab_reg a {
        font-size: 12px;
        text-decoration: none;
    }

    .form > div > input {
        box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}
