.attrEntry.validate > div {
    order: 3;
    margin-bottom: 2px;
}

.attrEntry input:focus,
.attrEntry input::selection,
.attrEntry input.textInput:hover,
.attrEntry input.textInput:focus,
.attrEntry input.textInput::selection,
input:hover,
input:focus,
input::selection {
    border: 1px solid #0f7dc4 !important;
    outline: 0px solid transparent;
}

button#cancel:hover,
button#cancel:focus,
button#cancel::selection {
    text-decoration: underline;
    box-shadow: none !important;
    background-color: transparent !important;
    border: transparent !important;
}

.verificationInfoText {
    display: none !important;
}

.error.itemLevel p {
    margin: 2px 0;
    color: #a4343a;
    font-weight: 800;
}

.error.pageLevel,
.verificationErrorText.error {
    color: #a4343a;
    font-weight: 800;
}

div.error[role="alert"] {
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    float: left;
    background-size: 17px;
    padding-left: 20px;
}

.verificationSuccessText,
ul li:first-of-type .attrEntry.validate:first-child .verificationSuccessText {
    background-image: url(../img/verify.png);
    background-repeat: no-repeat;
    float: left;
    background-size: 17px;
    padding-left: 20px;
    color: #78be20;
    font-weight: 800;
}

input,
.entry input {
    box-sizing: border-box;
}

.entry input, input {
    height: 45px;
    width: 100%;
    margin: 0 0 10px 0 !important;
    background-color: #ffffff !important;
    text-indent: 10px;
    border: 1px solid #b8b8b8;
    font-size: 14px;
    font-weight: 400 !important;
}


#email_ver_but_resend,
#email_ver_but_edit {
    width: 49% !important;
    background-color: #ffffff !important;
    color: #808080;
    margin: 5px auto !important;
    border: 1px solid #808080 !important;
}

#email_ver_but_resend {
    float: left;
}

    #email_ver_but_resend:hover,
    #email_ver_but_resend:focus,
    #email_ver_but_resend::selection,
    #email_ver_but_edit:hover,
    #email_ver_but_edit:focus,
    #email_ver_but_edit::selection 
	{
        outline: 0px solid transparent;
        color: #2672e6 !important;
        border: 1px solid #2672e6 !important;
    }

.error.pageLevel,
.verificationErrorText.error {
    color: #a4343a;
    margin-bottom: 5px;
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    float: left;
    background-size: 16px;
    padding-left: 20px;
}

.verifying-modal,
.dialing-modal {
    color:#ffffff;
    font-size:24px;
}

@media screen and (max-width:676px) {
    .sendButton {
        width: 100%;
        display: block;
    }
    button#continue,
    button#email_ver_but_verify,
    button#email_ver_but_resend,
    .sendButton
	#readOnlyEmail_ver_but_verify {
        width:100% !important;
    }
}


.city {
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../img/login-buildings.svg);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    border-bottom: 15px solid #d0d0d0;
}

@keyframes TRUCK {
    0% {
        left: 110%;
    }

    60% {
        left: -200px;
    }

    100% {
        left: -200px;
    }
}

.truck {
    width: 170px;
    height: 80px;
    background-image: url(../img/truck.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    left: 110%;
    animation-name: TRUCK;
    animation-duration: 20s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1000;
}

@keyframes CAR {
    0% {
        left: -200px;
    }

    60% {
        left: 110%;
    }

    100% {
        left: 110%;
    }
}

.car {
    width: 170px;
    height: 60px;
    background-image: url(../img/car.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 15px;
    left: -200px;
    animation-name: CAR;
    animation-duration: 15s;
    animation-delay: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes C1 {
    0% {
        left: 30%;
    }

    50% {
        left: 25%;
    }

    100% {
        left: 30%;
    }
}

.cloud1 {
    width: 120px;
    height: 50px;
    background-image: url(../img/cloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 400px;
    left: 30%;
    animation-name: C1;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes C2 {
    0% {
        left: 60%;
    }

    50% {
        left: 65%;
    }

    100% {
        left: 60%;
    }
}

.cloud2 {
    width: 170px;
    height: 55px;
    background-image: url(../img/doublecloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 600px;
    left: 60%;
    animation-name: C2;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes C3 {
    0% {
        left: -300px;
    }

    100% {
        left: 110%;
    }
}

.cloud3 {
    width: 170px;
    height: 60px;
    background-image: url(../img/cloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 250px;
    left: -300px;
    animation-name: C3;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}

@keyframes C4 {
    0% {
        left: 110%;
    }

    100% {
        left: -300px;
    }
}

.cloud4 {
    width: 180px;
    height: 65px;
    background-image: url(../img/cloud.svg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 500px;
    left: -300px;
    animation-name: C4;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width:768px) {

    .city {
        height: 150px;
        background-position: center bottom;
    }

    .truck {
        width: 65px;
        height: 40px;
    }

    .car {
        width: 60px;
        height: 25px;
    }
}

/* FORGOT CSS */

.desert {
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../img/desert.svg);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    border-bottom: 15px solid #bbbdbf;
    z-index: 30;
}

@keyframes TUMBLEWEED {
    0% {
        left: 110%;
    }

    60% {
        left: -200px;
    }

    100% {
        left: -200px;
    }
}

.tumbleweed {
    width: 80px;
    height: 80px;
    left: 110%;
    bottom: 15px;
    position: absolute;
    animation-name: TUMBLEWEED;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes BOUNCE {
    0% {
        bottom: 0px;
        animation-timing-function: cubic-bezier(0, 0.9, 1, 1);
    }

    50% {
        bottom: 45px;
        animation-timing-function: cubic-bezier(1, -0.01, 1, 1);
    }

    100% {
        bottom: 0px;
        animation-timing-function: cubic-bezier(1, -0.13, 1, 1);
    }
}

.tumbleweed .bounce {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 45px;
    left: 0;
    animation-name: BOUNCE;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes SPIN {
    0% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(1deg);
    }
}

.tumbleweed .spin {
    width: 80px;
    height: 80px;
    background-image: url(../img/tumbleweed.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    animation-name: SPIN;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media screen and (max-width:768px) {

    .desert {
        height: 100px;
    }

    .tumbleweed {
        width: 45px;
        height: 45px;
    }

    .bounce {
        width: 45px;
        height: 45px;
    }

    .tumbleweed .spin {
        width: 45px;
        height: 45px;
    }
}

/* REGISTER CSS */


.launchpad {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
}

.space {
    background-size: auto 60%;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img/icon-scenes_space.svg);
    position: absolute;
    top: 5%;
    right: 0px;
    width: 40%;
    height: 300px;
}


@keyframes S1 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(2);
    }

    100% {
        transform: scale(0);
    }
}

.star {
    width: 20px;
    height: 15px;
    background-image: url(../img/star.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 500px;
    animation-name: S1;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.star_one {
    left: 50px;
    bottom: 500px;
}

.star_two {
    bottom: 950px;
    left: 30px;
}

.star_three {
    top: 80px;
    left: 100px;
}

.star_four {
    right: 15%;
    top: 55%;
}

@keyframes R1 {
    0% {
        left: -2px;
    }

    100% {
        left: 2px;
    }

}
::selection {
    background: rgba(15, 125, 196, 0.3);
}

div#language-picker-select-dropdown ul li:nth-child(3), div#language-picker-select-dropdown ul li:nth-child(4) {
    display: none !important;
}
	.options,.create,.error,.errornone{display: none;}
	.errordisplay{
		display:block;
	}