@charset "UTF-8";

@font-face {
    font-family: "Mic32 Light";
    src: url("../fonts/mic_32_light.otf");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #313250;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: white;
    font-size: 30px;
}

.postpaid {
    background-image: url(../img/WINDMarketApp.png), url(/CampaignCloud/cloudui/img/WINDLogoAeras.png);
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
    background-position: 10px 4vh, 98% 3vh;
    background-color: #000000;
    background-size: 25%, 8%;

}

.postpaid .alternative-registration,
.postpaid .tellyBottom,
.postpaid .tellody-logo {
    display: none;
}

.prompt {
    font-size: 70px;
    font-weight: lighter;
    margin-top: 10%;
    text-align: center;
}

.postpaid .prompt {
    margin-top: 20%;
}

.secondary-prompt {
    font-size: 25px;
    margin-top: 4%;
    margin-bottom: 1%;
    font-weight: lighter;
    text-align: center;
}

.secondary-promptB {
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: lighter;
    text-align: center;
}

.third-prompt {
    font-size: 22px;
    font-weight: lighter;
    text-align: left;
}

.inputform {
    margin: auto;
    width: 350px;
}

.forth-prompt {
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
}

.registration-icon {
    border: 2px solid white;
    cursor: pointer;
    font-size: 23px;
    padding: 3px;
}

.tellodyiconsize {
    height: 40px;
}

.invalidmessage {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
    line-height: 100%;
    font-weight: 300;
    font-style: normal;
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    letter-spacing: 0.00em;
    text-align: center;

}

.submitbutton {
    margin-top: 10px;
    color: white;
    background-color: #f80;
    padding: 7px 20px;
    font-size: 18px;

}

button:hover {
    background-color: #909090;
    color: green;
}

.uploadsuccess {
    font-family: 'Roboto', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 180%;
    line-height: 130%;
    font-weight: 300;
    font-style: normal;
    color: rgb(39, 97, 40);
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    letter-spacing: 0.00em;
    text-align: center;

}

.padding10to5 {
    padding: 10px;
}

@media screen and (max-width: 1050px) {
    .prompt {
        font-size: 170%;
    }

    .secondary-prompt {
        font-size: 65%;
    }

    .secondary-promptB {
        font-size: 92%;
    }

    .third-prompt {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    .prompt {
        font-size: 120%;
    }

    .secondary-prompt {
        font-size: 65%;
    }

    .invalidmessage {
        font-size: 80%;
    }

    .uploadsuccess {
        font-size: 80%;
    }

    .forth-prompt {
        font-size: 12px;
    }

    .registration-icon {
        font-size: 12px;
    }

    .tellodyiconsize {
        height: 32px;
    }

    .secondary-promptB {
        font-size: 85%;
    }

    .third-prompt {
        font-size: 18px;
    }

    .padding10to5 {
        padding: 5px !important;
    }

}

@media screen and (max-width: 360px) {
    .third-prompt {
        font-size: 16px;
    }

    .inputform {
        margin: auto;
        width: 93%;
    }

    .prompt {
        font-size: 90%;
    }

    .secondary-prompt {
        font-size: 40%;
    }

    .secondary-promptB {
        font-size: 72%;
    }

    .tellodyiconsize {
        height: 20px;
    }
}

.progress {
    height: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden;
    background: #505050 linear-gradient(to bottom, #FF9A03 0, #f80 100%);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.main-content a {
    color: white;
}

a:hover {
    color: #ff8800;
}

.secondary-prompt a, .secondary-prompt a:hover, .secondary-prompt a:active {
    color: #ff8800;
}

.main-content {
    border-bottom: white solid 2px;
    padding-bottom: 20px;
}

button, input, select, textarea {
    background-color: rgba(12, 12, 12, 0.4);
    color: inherit;
    border-radius: 4px;
}

button {
    background-color: #ff8800;
    border-style: none;
    font-size: 26px;
}

.footer {
    padding: 50px 30px;
    font-family: "Mic32 Light", sans-serif;
    font-size: 18px;
}

.footer .nav > li > a {
    font-size: 18px;
    padding: 2px 0;
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
    color: #fff !important;
    text-decoration: none;
}

.copyright {
    float: right;
    text-align: right;
    font-size: 0.85em;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

input[type='checkbox'] {
    cursor: pointer;
}

.required-input {
    background: url(../img/required-icon.png) no-repeat 99%/5px 15px;
}

input.invalid-input {
    background-size: 14px 14px;
    background: url(../img/invalid.png) no-repeat 99%;
    /*-moz-box-shadow: none;*/
}

input.valid-input {
    background-size: 14px 14px;
    background: url(../img/valid.png) no-repeat 99%;
}

input[type=checkbox] {
    height: 14px;
    width: 14px;
}

.menu_btn, .menu_btn:hover, .menu_btn:visited {
    float: left;
    padding: 0.3em 1.5em;
    margin-right: 0.7em;
    background: #434343;
    border-radius: 7px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.menu-right {
    float: right;
    margin: 10px 0 10px 30px;
}

.place-right {
    float: right;
}

.margin15 {
    margin: 15px;
}

.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dhtmlx_popup_text {
    font-size: 75%;
}

.bg-1, .bg-2, .bg-3 {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-1, .bg-4 {
    background: url(../img/stars-rear.png) 0 0 repeat-x;
    background-size: 100%;
}

.bg-2, .bg-5 {
    background: url(../img/stars.png) 0 0 repeat-x;
    background-size: 100%;
}

.bg-3, .bg-6 {
    background: url(../img/stars-front.png) 0 0 repeat-x;
    background-size: 100%;
}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6 {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.saturn {
    -webkit-animation: myOrbitclose 1.4s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbitclose 1.4s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbitclose 1.4s linear infinite; /* Opera 12+ */
    animation: myOrbitclose 1.4s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */

}

.earth {
    -webkit-animation: myOrbitclose 1.8s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbitclose 1.8s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbitclose 1.8s linear infinite; /* Opera 12+ */
    animation: myOrbitclose 1.8s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */

}

.zeus {
    -webkit-animation: myOrbitfar 1.9s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbitfar 1.9s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbitfar 1.9s linear infinite; /* Opera 12+ */
    animation: myOrbitfar 1.9s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */

}

.pluto {
    -webkit-animation: myOrbit 1.7s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbit 1.7s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbit 1.7s linear infinite; /* Opera 12+ */
    animation: myOrbit 1.7s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */

}

.mars {
    -webkit-animation: myOrbit 1.6s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbit 1.6s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbit 1.6s linear infinite; /* Opera 12+ */
    animation: myOrbit 1.6s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */

}

.afro {
    -webkit-animation: myOrbitfar 0.9s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: myOrbitfar 0.9s linear infinite; /* Firefox 5-15 */
    -o-animation: myOrbitfar 0.9s linear infinite; /* Opera 12+ */
    animation: myOrbitfar 0.9s linear infinite;
    /* Chrome, Firefox 16+,
                                                         IE 10+, Safari 5 */

}

.spaceship1 {

    position: absolute;
    left: 42%;
    bottom: 33%;
    background: url(/CampaignCloud/cloudui/img/spaceshipalien.png) no-repeat center;
    background-size: 16%;
    width: 48vw;
    height: 12vw;

}

.spaceship2 {

    position: absolute;
    left: 32%;
    bottom: 37%;
    background: url(/CampaignCloud/cloudui/img/spaceshipalien.png) no-repeat center;
    background-size: 14%;
    width: 48vw;
    height: 12vw;

}

.spaceship3 {

    position: absolute;
    left: 44%;
    bottom: 52%;
    background: url(/CampaignCloud/cloudui/img/spaceshipalien.png) no-repeat center;
    background-size: 12%;
    width: 48vw;
    height: 8vw;
}

.spaceship4 {

    position: absolute;
    left: 37%;
    bottom: 49%;
    background: url(/CampaignCloud/cloudui/img/spaceshipalien.png) no-repeat center;
    background-size: 10%;
    width: 48vw;
    height: 8vw;

}

.spaceship5 {

    position: absolute;
    left: 36%;
    bottom: 50%;
    background: url(/CampaignCloud/cloudui/img/spaceshipalien.png) no-repeat center;
    background-size: 14%;
    width: 25vw;
    height: 5vw;

}

.spaceship6 {
    position: absolute;
    left: 31%;
    bottom: 40%;
    background: url(/CampaignCloud/cloudui/img/spaceshipalien.png) no-repeat center;
    background-size: 10%;
    width: 25vw;
    height: 5vw;

}

#tellyBottom {
    width: 100%;
    height: 47.5vw;
    position: relative;
    background: url(/CampaignCloud/resources/images/services_bottomB.png) no-repeat;
    background-size: 100%
}

/* POST PAID */

.postpaid #tellyBottom {
    display: none;
}

.postpaid #telly {
    display: none;
}

.postpaid #tel {
    display: none;
}

.postpaid #otherLogin {
    visibility: hidden;
}

#otherLogin {
    visibility: visible;
}

#terms-and-conditions {
    visibility: visible;
}

#win {
    display: none;
}

.hibp {
    font-weight: 600;
    font-size: 2rem;
}

.togglePasswordType {
    display: inline;
    float: right;
    cursor: pointer;
    font-size: 0.7em;
    color: #fff;
}

.togglePasswordType:hover {
    color: #f80;
}


.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}


#login-form #submit-btn[disabled="disabled"] {
    cursor: not-allowed !important;
    background-color: #909090 !important;
    color: #7a0000 !important;
}

#info-message, #error-message {
    width: 100%;
    margin: 0;
    text-align: center;
}

#info-message {
    font-size: 1.5rem;
}