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

.pass_labeld {
    position: relative;
}

#signin .defbuts:hover {
    background: #61941B !important;
}

#signin .defbuts {
    box-shadow: none !important;
}

.forpwd {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.ml10 {
    margin-left: 10px;
}

#pass {
    height: 24px;
    outline: none;
    margin-top: 10px;
    text-indent: 10px;
    line-height: 24px;
}

#emails {
    padding: 0;
    height: 24px;
    outline: none;
}

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

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

.default_nation {
    height: 24px;
    position: absolute;
    top: 28px;
    left: 4px;
    line-height: 30px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

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

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

#ncode {
    display: none;
}

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

.item_nsh {
    display: none;
}

#mobiles {
    height: 24px;
    outline: none;
    padding: 0;
    margin-top: 10px;
    text-indent: 48px;
}

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

.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: 20px;
}

.content {
    width: 506px;
    position: relative;
    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
}

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

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

.form input {
    margin-top: 4px;
    text-indent: 5px;
    width: 228px;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    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;;
    -webkit-appearance: none;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form .user, .form .pass {
    width: 240px;
    display: inline-block;
    position: absolute;
}

.pass {
    left: 250px;
    top: 0;
}

.user {
    left: 0;
    top: 0;
}

.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 {
    padding-top: 30px;
    position: relative;
    width: 100%;
}

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

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

.btnt {
    color: #65778A;
    display: block;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    height: 27px;
    line-height: 29px;
    border: 1px solid #ccc;
    width: 100px;
    position: absolute;
    top: 25px;
    right: 10px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    font-weight: 600;
    transition: background-color 0.17s linear;
}

#signin {
    position: absolute;
    top: 25px;
    right: 90px;
    width: 100px;
    color: #fff;
    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;
}

#cancel {
    position: absolute;
    top: 25px;
    right: -40px;
    width: 100px;
}

#cancel .defbuts {
    background-color: #fff;
    color: #1994d7;
}

.line {
    margin-top: 25px;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0) 0,
    rgba(223, 223, 223, 1) 5%,
    rgba(223, 223, 223, 1) 95%,
    rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left,
    rgba(255, 255, 255, 0) 0,
    rgba(223, 223, 223, 1) 5%,
    rgba(223, 223, 223, 1) 95%,
    rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left,
    rgba(255, 255, 255, 0) 0,
    rgba(223, 223, 223, 1) 5%,
    rgba(223, 223, 223, 1) 95%,
    rgba(255, 255, 255, 0) 100%);
}

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

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

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

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

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

.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;
    line-height: 60px;
    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%;
}

.error {
    font-size: 14px;
    height: 20px;
    display: none;
    width: 100%;
    color: red;
    position: absolute;
    top: 5px;
}

.user_info {
    width: 100%;
    height: 56px;
    position: relative;
}

.nologa {
    text-decoration: underline;
    cursor: pointer;
}

.cursorp {
    cursor: pointer;
}

#emails {
    display: none;
    margin-top: 10px;
}

.intl-tel-input {
    margin-top: 10px;
}

@media screen and (max-width: 940px) {

    .create {
        width: auto;
    }

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

    .intl-tel-input {
        width: 100%;
    }

    .bottomlogo {
        width: 90%;
    }

    .form h3 {
        text-align: center;
    }

    .navbar-nav {
        display: none !important;
    }

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

    .form {
        margin-top: 20px;
    }

    .haveno {
        font-size: 14px;
    }

    .line {
        display: none;
    }

    .default_nation {
        height: 24px;
        position: absolute;
        top: 18px;
        left: 4px;
        line-height: 30px;
        border-right: 1px solid #ddd;
        cursor: pointer;
    }

    .navbar .logo {
        position: relative;
        display: block;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .navbar {
        height: auto;
    }

    .container {
        width: 100%;
        padding-top: 0;
    }

    #mobiles, #pass, #repass {
        font-size: 12px;
        margin-top: 0;
    }

    .content {
        width: 100%;
        height: auto;
        padding: 0;
        box-shadow: none;
    }

    .content h2 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-top: 60px;
    }

    .user_info {
        height: auto;
    }

    .form .user, .form .pass {
        display: block;
        position: static;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .user {
        margin-bottom: 10px;
        position: relative !important;
    }

    .pass {
        margin-top: 20px;
    }

    .form input {
        width: 100%
    }

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

    .footer .copyright {
        width: 100%;
    }

    .footer {
        width: 100%;
        min-width: 100%;
    }

    .checkbox, .remb {
        display: none
    }

    .downbut {
        width: 100%;
        height: auto;
    }

    .error {
        width: 100%;
        position: static;
        text-align: center;
    }

    #signin, #cancel {
        position: static;
    }

    #cancel {
        display: none;
    }

    #signin {
        display: block;
        margin-left: auto;
        margin-right: auto !important;
        width: 90%;
    }

    #signin > .defbuts {
        width: 100%;
        border-radius: 10px;
    }

    .gradient {
        width: 100% !important;
    }

    .defbuts {
        padding: 0;
    }

    .gradient {
        padding: 0;
    }
}
