body {
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 11px;
    font-family: open sans,verdana;
    background-color: #22364f;
    background-image: url(../backdrop_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

* {
    box-sizing: border-box;
    margin: 0
}

html,body {
    height: 100%
}

a {
    color: #fff;
    text-decoration: none
}

#login {
    display: flex;
    position: relative
}

.m-container {
    width: 100%;
    max-width: 960px;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px
}

.m-container hr {
    width: 100%;
    height: 1px;
    border: none;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.12);
    margin-top: 10px;
    margin-bottom: 10px
}

.m-container .column {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

.m-container .logo {
    background-image: url(../idlogo4.png);
    background-repeat: no-repeat;
    width: 201px;
    height: 51px;
    margin-top: 5px;
    float: left
}

.m-container .login-container {
    float: right;
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row
}

.m-container .nopoint {
    pointer-events: none
}

.m-container .login-container .row {
    display: block;
    margin-left: 10px
}

.m-container .login-button {
    margin-top: 15px
}

.m-container .login-container label {
    display: block;
    font-weight: 700;
    margin: 0 0 5px
}

.m-container .login-error {
    background-color: #ff4747;
    padding: 10px;
    border-radius: 5px;
    display: none;
    text-align: center;
    animation: test-expand .5s 1 ease
}

.m-container .landing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 370px;
    overflow: hidden;
    margin-top: 20px
}

.m-container .landing .promo-images {
    display: flex;
    flex-grow: 1;
    flex-basis: 160px;
    overflow: hidden;
    flex-wrap: wrap;
    padding-right: 20px;
    justify-content: space-between
}

.m-container .landing .promo-text-container {
    width: 410px;
    height: 370px;
    position: relative
}

.m-container .landing .promo-text-container .promo-item {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    height: 50px;
    z-index: 2
}

.m-container .landing .promo-text-container .promo-icon {
    float: left
}

.m-container .landing .promo-text-container .promo-title {
    font-weight: 700;
    font-size: 18px
}

.m-container .landing .promo-text-container .promo-desc {
    font-weight: 700;
    font-size: 11px
}

.m-container .landing .promo-images .promo {
    width: 140px;
    height: 370px;
    border-radius: 5px;
    position: relative;
    border: 2px solid #fff
}

.m-container .landing .promo-images .promo .image {
    width: 136px;
    height: 366px;
    position: relative;
    display: none;
    transition: background-position 1s ease;
    background-image: url(../cards_jpg.jpg);
    background-repeat: no-repeat
}

.m-container .landing .promo-images .promo .image:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0;
    background: #fff;
    background: linear-gradient(0deg,rgba(255,255,255,0) 50%,rgba(16,16,16,1) 100%)
}

.m-container .landing .promo-images .promo .image span {
    line-height: 30px;
    text-align: center;
    position: relative;
    font-weight: 700;
    display: block
}

.m-header-text {
    font-size: 24px;
    display: inline-block
}

.register-button {
    float: right;
    animation: shake 1.1s cubic-bezier(.6,-.28,.74,.05) infinite;
    animation-delay: .5s;
    background: linear-gradient(0deg,#007a00 50%,#5aa600 50%)
}

.register-button:hover {
    background: linear-gradient(0deg,#00a700 50%,#68c000 50%)
}

.login-button {
    background: linear-gradient(0deg,#3e8942 50%,#78ad22 50%)
}

.login-button:hover {
    background: linear-gradient(0deg,#3ba541 50%,#8ac529 50%)
}

.facebook-login-button {
    background: linear-gradient(0deg,#156ad7 50%,#1877f2 50%)
}

.facebook-login-button:hover {
    background: linear-gradient(0deg,#2177e4 50%,#3f93ff 50%)
}

.button-thick {
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    display: flex;
    color: #fff;
    font-size: 12px;
    font-family: open sans,verdana;
    align-items: center
}

.spritesheet-icon {
    background-image: url(../index-sprite-2.png);
    background-repeat: no-repeat;
    display: inline-block
}

.icon-facebook-logo {
    background-position: -198px -23px;
    width: 22px;
    height: 22px;
    margin-left: -10px;
    margin-right: 10px
}

.icon-key-icon {
    background-position: -229px -23px;
    margin-top: 3px;
    margin-left: -5px;
    margin-right: 6px;
    width: 22px;
    height: 22px
}

.icon-explanation-item1 {
    background-position: -332px -72px;
    width: 40px;
    height: 52px;
    margin-right: 10px
}

.icon-explanation-item2 {
    background-position: -269px -72px;
    width: 40px;
    height: 52px;
    margin-right: 10px
}

.icon-explanation-item3 {
    background-position: -208px -74px;
    width: 42px;
    height: 50px;
    margin-right: 10px
}

.footer-links {
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
    text-align: center
}

.copy {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #bbbbbb;
}

.footer-links li {
    font-weight: 700;
    display: inline
}

.login-container input[type=text],.login-container input[type=password] {
    width: 100%;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    padding: 3px;
    outline: none;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    min-height: 25px;
    font-family: open sans,verdana;
    font-size: 11px;
    font-weight: 700
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,.05)
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    min-height: 30px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(255,255,255,.4)
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,.04)
}

::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    min-height: 30px
}

::-webkit-scrollbar-thumb:active {
    background: rgba(255,255,255,.4)
}

.cloud {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    background-repeat: no-repeat;
    background-image: url(../clouds_sheet.png)
}

.RandomAvatarCloudsAnimation_cloud_1_1 {
    width: 84px;
    height: 65px;
    background-position: 0 -101px
}

.RandomAvatarCloudsAnimation_cloud_1_2 {
    width: 68px;
    height: 49px;
    background-position: -39px -40px
}

.RandomAvatarCloudsAnimation_cloud_1_3 {
    width: 50px;
    height: 38px;
    background-position: -133px 0
}

.RandomAvatarCloudsAnimation_cloud_1_4 {
    width: 22px;
    height: 16px;
    background-position: 0 0
}

.RandomAvatarCloudsAnimation_cloud_2_1 {
    width: 94px;
    height: 67px;
    background-position: -84px -101px
}

.RandomAvatarCloudsAnimation_cloud_2_2 {
    width: 68px;
    height: 54px;
    background-position: -107px -40px
}

.RandomAvatarCloudsAnimation_cloud_2_3 {
    width: 42px;
    height: 40px;
    background-position: -183px 0
}

.RandomAvatarCloudsAnimation_cloud_2_4 {
    width: 22px;
    height: 18px;
    background-position: -22px 0
}

.RandomAvatarCloudsAnimation_cloud_3_1 {
    width: 97px;
    height: 72px;
    background-position: 0 -169px
}

.RandomAvatarCloudsAnimation_cloud_3_2 {
    width: 77px;
    height: 61px;
    background-position: -175px -40px
}

.RandomAvatarCloudsAnimation_cloud_3_3 {
    width: 42px;
    height: 36px;
    background-position: -91px 0
}

.RandomAvatarCloudsAnimation_cloud_3_4 {
    width: 26px;
    height: 23px;
    background-position: -65px 0
}

.RandomAvatarCloudsAnimation_cloud_4_1 {
    width: 99px;
    height: 78px;
    background-position: -97px -169px
}

.RandomAvatarCloudsAnimation_cloud_4_2 {
    width: 75px;
    height: 68px;
    background-position: -178px -101px
}

.RandomAvatarCloudsAnimation_cloud_4_3 {
    width: 39px;
    height: 40px;
    background-position: 0 -40px
}

.RandomAvatarCloudsAnimation_cloud_4_4 {
    width: 21px;
    height: 21px;
    background-position: -44px 0
}

#reg {
    height: calc(100% - 70px);
    overflow-x: hidden;
    overflow-y: scroll
}

.bob_regbox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    background-color: #223751;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    float: left;
    color: #fff;
    box-shadow: rgba(0,0,0,.05) 0 2px 0 1px
}

#regenlooks {
    width: 50px;
    height: 50px;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0 2px rgba(0,0,0,.05);
    border: 2px solid #27b345;
    background-color: #26692e;
    background-image: url(../randomize.png);
    background-repeat: no-repeat;
    animation: appear 2s 1;
    background-position: 5px 5px
}

#regenlooks:hover {
    border: 2px solid #68ff9d;
}

.busy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #222931;
    border-radius: 2px;
    opacity: .8;
    position: absolute;
    cursor: progress;
    float: left
}

.bob_spinner {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 48%;
    left: 48%;
    animation: rotate 1.2s linear infinite;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.2);
    border-right: 2px solid #fff
}

.bob_regbigtext {
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700
}

.clearfix {
    clear: both
}

.secu {
    margin-top: 10px;
    pointer-events: none;
    min-height: 63px;
    min-width: 1px;
    display: block;
    background-color: #ffffff26
}

.genderselect_reg {
    display: flex;
    justify-content: center
}

.bob_genderselect_male {
    background-position: 128px 0
}

.bob_genderselect_female {
    background-position: 0 0
}

.bob_genderselect_avatar {
    width: 128px;
    height: 220px;
    float: left;
    background-image: url(../reg_avatar.png)
}

.bob_genderselection {
    width: 100%
}

.bob_regstep {
    display: none
}

.bob_stepcontrol {
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 6px;
    left: 0;
    display: flex;
    justify-content: space-around
}

.bob_stepcontrol .page {
    line-height: 30px;
    font-weight: 700;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.bob_stepcontrol input {
    margin-top: 0!important
}

input[type=radio]:checked+label {
    filter: drop-shadow(4px 1px 0 #fff) drop-shadow(-4px 1px 0 #fff) drop-shadow(0 -4px 0 #fff)
}

.bob_regbox input[type=radio] {
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    outline: none;
    display: none
}

.bob_regbox input#reg_username {
    background-image: url(../icon_user.png)!important;
    background-position: 15px 6px
}

.bob_regbox input#reg_password,.bob_regbox input#reg_captcha {
    background-image: url(../icon_password.png)!important;
    background-position: 14px 8px
}

.bob_regbox input#reg_email {
    background-image: url(../icon_email.png);
    background-position: 13px 7px
}

.bob_regbox input[type=text],.bob_regbox input[type=password],.bob_regbox input[type=email] {
    display: inline;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Open Sans,Verdana,Arial;
    border: 3px solid #333333;
    color: #000;
    padding: 5px 0 5px 40px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px rgba(0,0,0,.1);
    border-radius: 5px;
    outline: none;
    height: 39px;
    float: left;
    margin-top: 10px
}

.bob_regbox input[type=text]:focus,.bob_regbox input[type=password]:focus,.bob_regbox input[type=email]:focus {
    border: 3px solid #fff
}

.genderselect {
    background: url(../genderico.png) no-repeat scroll 0 0 transparent;
    background-position: 10px 3px;
    width: 345px;
    height: 33px;
    margin-top: 0;
    border-radius: 2px;
    border: 2px #e7e7e7 solid;
    padding-left: 37px;
    box-sizing: border-box;
    float: left;
    margin-left: 20px;
    margin-top: 10px
}

.text-information {
    font-size: 10px;
    font-weight: 700;
    display: block;
    color: #e6f2f9;
    float: left;
    padding-left: 10px;
    margin-top: 5px
}

.text-error {
    font-size: 10px;
    font-weight: 700;
    display: block;
    color: #f55;
    float: left;
    padding-left: 10px;
    margin-top: 5px
}

.tab_active {
    display: block
}

.tab_anim_next {
    animation: nextpage .5s cubic-bezier(.25,.46,.45,.94) 1
}

.tab_anim_old {
    animation: oldpage .5s cubic-bezier(.25,.46,.45,.94) 1
}

.bob_button_large {
    width: 100%
}

.bob_button_color_yellow {
    background-color: #fc0;
    backgrounde: linear-gradient(180deg,#ffcc00 50%,#dea200 50.01%)
}

.bob_button_color_yellow:hover {
    background-color: #ffb108
}

.bob_button_color_green {
    background-color: #5aa600;
    backgrounde: linear-gradient(180deg,#5aa600 50%,#007a00 50.01%)
}

.bob_button_color_green:hover {
    background-color: #70c700;
    backgrounde: linear-gradient(180deg,#70c700 50%,#009700 50.01%)
}

.bob_button_color_blue {
    background-color: #0071ff;
    backgrounde: linear-gradient(180deg,#0071ff 50%,#005cd0 50.01%)
}

.bob_button_color_blue:hover {
    background-color: #1d81ff;
    backgrounde: linear-gradient(180deg,#1d81ff 50%,#0066e6 50.01%)
}

.bob_button_color_white {
    background-color: #f5f5f5;
    color: #000!important;
    backgrounde: linear-gradient(180deg,#f5f5f5 50%,#cccccc 50.01%)
}

.bob_button_color_white:hover {
    background-color: #fff;
    color: #000!important;
    backgrounde: linear-gradient(180deg,#ffffff 50%,#e4e4e4 50.01%)
}

.bob_button_color_red {
    background-color: #ff4040;
    backgrounde: linear-gradient(180deg,#ff4040 50%,#cb2222 50.01%)
}

.bob_button_color_red:hover {
    backgrounde: linear-gradient(180deg,#ff5858 50%,#da2c2c 50.01%)
}

.bob_regbox input[type=submit],.bob_regbox input[type=button] {
    box-sizing: border-box;
    height: 33px;
    font: bolder 12px Open Sans,Verdana,Arial;
    color: #fff;
    border: none;
    box-shadow: rgba(0,0,0,.1) 0 2px 0 1px;
    border-radius: 2px;
    float: left;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
    margin-top: 20px
}

.bob_regbox input[type=submit]:disabled,.bob_regbox input[type=button]:disabled {
    cursor: not-allowed;
    opacity: .5
}

.next_button_animation {
    animation: nextbutton 1s ease 1
}

.bob_regbox .nameresult {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 8px;
    display: none;
    margin-top: 10px;
    border-radius: 3px;
    text-align: left;
    padding-top: 8px;
    font-weight: 400;
    color: #444;
    font-size: 11px;
    padding-left: 43px;
    float: left;
    margin-top: 5px;
    margin-bottom: 13px
}

.bob_regbox .ok_flat {
    background: url(../accept_flat.png) no-repeat scroll 0 0 #d3ff8e;
    background-position: 15px 8px
}

.bob_regbox .warn_flat {
    background: url(../icon_warn.png) no-repeat scroll 0 0 #ffb900;
    background-position: 15px 8px
}

.bob_regbox .attention {
    background: url(../pencil.png) no-repeat scroll 0 0 #fff;
    background-position: 15px 10px;
    width: 100%;
    padding-bottom: 8px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 3px;
    text-align: left;
    padding-top: 8px;
    font-weight: 400;
    color: #000;
    font-size: 11px;
    padding-left: 43px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.bob_regbox .terms {
    background: url(../icon_warn.png) no-repeat scroll 0 0 #fff;
    background-position: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    color: #333;
    font-size: 11px;
    padding-left: 43px;
    float: left;
    margin-top: 10px
}

.bob_regbox .terms a {
    color: #333
}

@media(max-width: 730px) {
    .m-container .login-container {
        display:block;
        width: 100%;
        height: auto
    }

    .m-container .landing .promo-images {
        display: none
    }

    .m-container .login-button {
        margin-left: 0
    }

    .m-container .login-container .row {
        margin-top: 10px;
        margin-left: 0
    }

    input[type=text],input[type=password] {
        min-height: 35px
    }

    .register-button {
        float: unset;
        margin-top: 10px;
        display: none
    }

    .button-thick {
        width: 100%
    }

    #login {
        display: block
    }
}

@keyframes test-expand {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleY(1)
    }
}

@keyframes shake {
    10% {
        transform: translateY(0px)
    }

    20% {
        transform: translateY(-4px)
    }

    30%,50%,70% {
        transform: translateY(0px)
    }

    40%,60% {
        transform: translateY(-2px)
    }
}

@keyframes toolbar {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@keyframes nextpage {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes oldpage {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0px)
    }
}

@keyframes nextbutton {
    0% {
        filter: brightness(1.3)
    }

    100% {
        filter: brightness(1)
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media(max-width: 730px),(max-height:600px) {
    body {
        height:auto
    }
}
