#setupAccountContainer {
    background-image: url("/static/app/images/setupaccount/cube30.png");
    min-height: 847px;
    
}

#setupAccountContainer a {
    color:#fff;
}

#setupAccountContainer .yellowLink {
    color:#EDAD25;
}

#setupAccountContainer .divFooter {
    width: 608px;
    text-align: center;
    position: absolute;
    bottom: 40px;
}



#setupAccountContent {
    width: 800px;
    margin: 0 auto;
    background: red;
    position: relative;
}


#greyTile {
    background: url("/static/app/images/setupaccount/pyramid30.png") #3D3E53;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50px 150px;

    width: 758px;
    height: 766px;
    padding: 0 75px;
    border: 2px solid #EDAD25;
    border-radius: 10px;
    /*background: #3D3E53;*/
    box-shadow: 6px 10px 20px #00000080;
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 100;
}

#greyTile h4{
    padding:30px 0;
}


#yellowTile {
    width: 783px;
    height: 661px;
    background: #EDAD25;
    border-radius: 10px;    
    position: absolute;
    top: 250px;
    left: 0;
}


#emmaLogoWhite {
    background-image: url("/static/app/images/logos/emmalogo_white.png");    
    background-size: 296px 131px;
    width: 296px;
    height: 131px;
    margin: 0 auto;
}


/* Move to emma.css */
.customForm
{
    overflow:auto;
}

.customFormField {
    overflow:auto;
    margin-bottom:15px;
}

.customFormField label {
    width:100%;
    margin-bottom: 10px;
}

.customFormField input {
    background: #1A1A34 0% 0% no-repeat padding-box;
    color: #fff;
    padding:0 10px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    width: 445px;
    max-width: 445px;
    height: 42px;
    float:left;
    outline:none;
}



.customForm_btnNext {
    width: 133px;
    height: 42px;
    border: 2px solid #EDAD25;
    border-radius: 5px;
    color: #fff;

    text-align:center;
    padding-top: 5px;
    display: block;
    float: left;
    margin-left:15px;

    cursor:pointer;
    text-decoration:none;
}

.customForm_btnNext:hover { color:#fff; background:#EDAD25; }

.customLoginForm {
    display:block;
    margin:0 auto;
    width: 445px;
}

.customLoginForm .forgotPassword {
    text-align:right;
}

.customLoginForm .button {
    width:445px !important;
    margin: 0 auto;
}

.customLoginForm .button:hover {
    transform: none !important;
    border: solid 2px #fff !important;    
}



#setupProgress {
    float: left;
    width: 141px;
    height: 16px;
    background: #1A1A34 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    margin-top: 10px;
}

#progress {
    width: 50%;
    height: 100%;
    background: #EDAD25;
    border-radius: 10px;
}
