﻿.signupContainer {
    position: fixed;
    width: 500px;
    height: 500px;
    margin-top: -200px;
    top: 40%;
    margin-left: -250px;
    left: 50%;
    padding-left: 20px;
    padding-right: 20px;
}


.background {
    /*background-image: url(https://go.stackct.com/current/Images/PageStructure/background-plan.png);*/
    /*background-image: url('/Content/Images/Electri/Electriloginbackground.jpg' );*/
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    height: 1301.33px;
    width: 100%;
    /*border-bottom-width 0px;
    border-image-outset 0;
    border-image-repeat stretch;
    border-image-slice 100%;
    border-image-source none;
    border-image-width 1;
    border-left-color rgb(0, 0, 0);
    border-left-style none;
    border-left-width 0px;
    border-right-color rgb(0, 0, 0);
    border-right-style none;
    border-right-width 0px;
    border-top-color rgb(0, 0, 0);
    border-top-style none;
    border-top-width 0px;
    box-sizing border-box;
    display block;
    font-family ulp-font, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
    font-feature-settings normal;
    font-kerning auto;
    font-optical-sizing auto;
    font-size 16px;
    font-stretch 100%;
    font-style normal;
    font-variant-alternates normal;
    font-variant-caps normal;
    font-variant-east-asian normal;
    font-variant-ligatures normal;
    font-variant-numeric normal;
    font-variant-position normal;
    font-variation-settings normal;
    font-weight 400;
    line-height 16px;
    margin-bottom 0px;
    margin-left 0px;
    margin-right 0px;
    margin-top 0px;
    min-height 1301.33px;
    padding-bottom 0px;
    padding-left 0px;
    padding-right 0px;
    padding-top 0px;
    vertical-align baseline;*/
    /*-webkit-font-smoothing antialiased;*/
}

/* Replaced from login.css*/
.logoContainer {
    position: fixed;
    left: 5px;
    top: 5px;
    margin: 5px 0px 0px 5px;
}

.loginContainer {
    position: fixed;
    width: 500px;
    height: 500px;
    margin-left: -500px;
    margin-top: 15px;
    /*top: 40%;*/
    left: 40%;
}

.copyRight {
    position: fixed;
    width: 600px;
    margin-left: -600px;
    left: 40%;
    bottom: 20px;
    text-align: center;
}


.headingContainer {
    margin: 0 0 20px 0;
    text-align: center;
}


.welcomeText {
    color: #1A1A1A;
    font-size: 24px;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    font-weight: 700;
}

a:link {
    color: #007E45;
}

.headingText {
    font-size: 16px;
    font-weight: normal;
}

.rememberMe {
    color: #000000;
    font-size: 16px;
    padding-left: 8px;
    padding-top: 5px;
}

.labelText {
    font-size: 16px;
    font-family: 'HelveticaNeueW01-65Medi','Arial','Helvetica','Ariel','sans-serif';
    width: 240px;
    padding: 0;
    float: none;
    font-weight: 600;
    font-style: normal;
}

.freeAccountText {
    font-size: 16px;
    color: #bf1933;
}

.textbox {
    border-radius: 7px;
    padding: 7px 5px 7px 5px;
    font-size: 18px;
}

.button {
    border-radius: 7px;
    padding: 7px 3px 7px 3px;
    font-size: 14px;
    background-color: #007E45;
    color: white;
}

.learnMoreButton {
    border-radius: 7px;
    padding: 7px 3px 7px 3px;
    font-size: 18px;
}

.loginPanel {
    border-left-color: transparent;
    border-left-width: 0px;
    border-top-color: transparent;
    border-top-width: 0px;
}

@media screen and (max-width: 1200px) {

    .loginPanel {
        width: 0px !important;
    }

    .loginContainer {
        position: fixed;
        margin-left: -250px;
        left: 50%;
    }

    .copyRight {
        position: fixed;
        margin-left: -300px;
        left: 50%;
        bottom: 20px;
        text-align: center;
    }
}

.promoImageContainer {
    padding: 0;
    margin: 0;
}

.promoImage {
    padding: 0;
    margin: 0;
    border: 0px none;
    width: 100%;
}

.promoTextContainer {
    color: #FFFFFF;
    margin: 25px 40px 20px 40px;
}

.promoTextHeading {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
}

.promoText {
    display: inline !important;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
}

.clickHere {
    display: inline !important;
    text-decoration: none;
}

    .clickHere:hover {
        cursor: pointer;
        text-decoration: none;
    }

.loginMessageLogo {
    text-align: center;
    margin: 5px 0px 0px 0px;
}

.loginMessageIcon {
    width: 200px;
    height: 200px;
}
