﻿*{
    font-family: Raleway, serif, sans-serif;
}
body {
    padding: 0;
    margin: 0;
    background: url('../images/newBackground.jpg')no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.clear
{
    clear:both;
}

.content
{
    position: relative;
    top: 0;
    left: 0;
    margin:0 auto;
    min-height: 100vh;
}
.col_one {
    margin-top: 80px;
    width: 40%;
    margin-left:18%;
    float: left;
    }
.col_two {
    margin-left: 60%;
    margin-top: 70px;
    height: 300px;
}
h1 {
    color: #0E6AAE; font-variant: small-caps;
    letter-spacing: .2em;
    font-size: 42px;
    font-weight: 600;
}
#mainCont {
    max-width: 1500px;
    min-width: 1024px;
}
#mainCont #logo_tagline {
    width: 100%;
    height:160px;
    text-align: center;
}
#mainCont #logo
{
    top:10px;
    left:30px;
    width: 256px;
    height: 160px;
    padding-left: 0px;
    position:absolute;
}
.submit
{
    float: left;
    height: 40px;
    width: 148px;
    line-height: 35px;
    font-size: 1em;
    color: #0000EE;
    font-weight: 900;
    cursor: pointer;
    margin-top: 5px;
    padding-bottom: 10px;
    border:none;

    border-radius: 10px; /* IE9 */
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px; /* Safari, Chrome */

    box-shadow: 3px 3px 4px #CCCCCC; /* CSS3 */
    -moz-box-shadow: 3px 3px 4px #CCCCCC;
    -webkit-box-shadow: 3px 3px 4px #CCCCCC; /* Safari, Chrome */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#E1E2E3, endColorstr=#7E8083,GradientType=0),
            progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, Color=#CCCCCC);
    zoom:1;
    background-image: -moz-linear-gradient(center bottom , #b3b4b5 0%, #A9ABAE 54%, #E1E2E3 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.00, #b3b4b5), color-stop(0.54, #A9ABAE), color-stop(1.00, #E1E2E3));
    background-image: linear-gradient(to bottom, #E1E2E3 0%, #b3b4b5 100%); /* IE10 */
}
.submit:disabled
{
    opacity: 0.60;
}
.submit:active
{
    box-shadow: 0px 0px 0px;
}
.submit:active:disabled
{
    border:none;
    box-shadow: 3px 3px 4px #CCCCCC; /* CSS3 */
}
.signOnDiv {
    margin-left: 15% !important;
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
}
.SignOnErr, .SignOnErrTwoRows, .SignOnErrThreeRows {
    display: inline-block;
    color: #a00;
    position: absolute;
    left: 1px;
    top: 200px;
    width: 300px;
}
.SignOnErrTwoRows, .SignOnErrThreeRows
{
    font-size: 10pt;
}
/*.SignOnAdvice
{
    float:left;
    text-indent:50px;
    width: 300px;
    display: block;
    line-height: 1.4em;
    text-align:left;
    color:#555;
    height:20px;
    font-size:10px;
}*/
.signInput
{
    width:275px;
    height:22px;
    background-color:white;
    outline:0;
    border:0;
    margin: 0 20px 17px 0;
    padding:5px 5px;
    font-size:1em;
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 10px 10px 8px #818285;
    -webkit-border-radius: 6px 6px 6px 6px; /* Safari, Chrome */
    -webkit-box-shadow: 5px 5px 4px #b3b4b5; /* Safari, Chrome */
    border-radius: 6px; /* IE9 */
    box-shadow: 5px 5px 4px #b3b4b5; /* CSS3 */
}
#signup #FormDiv, #signup2 #FormDiv
{
    font-size:0.75em;
    padding-bottom: 25px;
}

#signup h4, #signup2 h4
{
    padding: 129px 0 0 240px;
    margin: 0;
    font-size:1.5em;
    font-weight: 400;
}

#signup label
{
    text-align:right;
    margin-right:10px;
    margin-bottom:7px;
    float:left;
    width: 200px;
    display: block;
    line-height: 2.2em;
    font-size: 18px;
}

#signup2 label
{
    color:#fff;
    text-align:right;
    margin-right:10px;
    margin-bottom:7px;
    float:left;
    width: 195px;
    line-height:28px;
    width: 200px;
    display: block;
    line-height: 2.2em;
    height: 2.8em;
}

#signup label.sm, #signup2 label.sm
{
    width:90px;
}

#signup label strong, #signup2 label strong
{
    color:red;
    padding-left:3px;
}
#signup em, #signup2 em
{
    float:left;
    width:320px;
    color:#000;
    display:block;
    text-align:left;
    float:left;
}
#signup input[type=text], #signup input[type=password], #signup2 input[type=text], #signup2 input[type=password]
{
    width:340px;
    float:left;
    margin: 5px 20px 17px 0;
    margin-bottom:7px;
    height: 20px;
    background: white;
    outline: 0;
    border: 0;
    padding: 3px 5px;
    font-size: 0.8em;
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 10px 10px 8px #818285;
    -webkit-border-radius: 6px 6px 6px 6px; /* Safari, Chrome */
    -webkit-box-shadow: 5px 5px 4px #b3b4b5; /* Safari, Chrome */
    border-radius: 6px; /* IE9 */
    box-shadow: 5px 5px 4px #b3b4b5; /* CSS3 */
    font-size: 1.1em;
}

#signup select, #signup2 select
{
    width:350px;
    float:left;
    margin: 0 20px 17px 0;
    margin-bottom:7px;
    height: 22px;
    background: white;
    outline: 0;
    border: 0;
    padding: 3px 5px;
    font-size: 1.1em;
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 10px 10px 8px #818285;
    -webkit-border-radius: 6px 6px 6px 6px; /* Safari, Chrome */
    -webkit-box-shadow: 5px 5px 4px #b3b4b5; /* Safari, Chrome */
    border-radius: 6px; /* IE9 */
    box-shadow: 5px 5px 4px #b3b4b5; /* CSS3 */
}
#signup2 .actbtn
{
    width:210px;
    height:47px;
    display:block;
    background:url('../images/btn-act.png') no-repeat;
    text-align:center;
    font-size:14px;
    color:#58585a;
    text-decoration:none;
    float:left;
    font-weight:bold;
    padding-bottom:20px;
    padding-right:13px;
    outline: 0;
    border:0;
    cursor:pointer;
}
#signup input.sm, #signup2 input.sm
{
    width:170px;
    margin-right:10px;
    float:left;
}
.ErrWarn
{
    background-color: #FFFFA4 !important;
}
.PopupHeaderBlueGradient
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f4', endColorstr='#58749a',GradientType=0);
    zoom:1;
    background-image: -moz-linear-gradient(center bottom , #58749a 0%, #f3f3f4 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.00, #58749a), color-stop(1.00, #f3f3f4));
    background-image : linear-gradient(to bottom, #f3f3f4 0%, #58749a 100%); /* IE10 */
    color: #333;
    font-family: verdana;
    font-weight: bold;
    text-align: left;
    height:22px;
    font-size:13px;
    padding-left:10px;
    vertical-align:middle;
    line-height: 20px;
}
.MessagePanel
{
    position: absolute;
    width: 940px;
    height:400px;
    left: 25px;
    top: 135px;
    padding-top:150px;
    background: url('../images/signup_bck_chunck.png');
    background-repeat: repeat-x;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#eVigilsAlert {
    padding:12px 5px 5px 5px;
    color:#900;
    text-align:left;
    font-size: 16px;
}
#LinkAccIssues {
    position: relative;
    float: left;
    font-size: 11px;
    margin-top: -5px;
    margin-left: 43px;
}
#copyright {
    position: absolute;
    width: 30%;
    bottom: 5px;
    font-size: 11px;
    left: 40%;
    padding-bottom: 10px;
}
#supportline {
    position: absolute;
    bottom: 15px;
    padding-left: 15px;
}
#socialmedia {
    position: absolute;
    text-align: right;
    width: 30%;
    right: 25px;
    top: 20px;
}
.social_ico {
    height:45px;
}
#socialmedia img {
    cursor: pointer;
}
#apps1, #apps2 {
    float:left;
    width: 100%;
}
.app_title {
    width:65%;
    float:left;
    padding-right:20px;
    font-size:1.1em;
}
.app_logo {
    width: 110px;
    height: auto;
    float: right;
    padding-bottom: 20px;
}
.play_logo {
    width: 120px;
    height: 35px;
    text-align: center;
}
a {
    text-decoration: none;
}


.content#signup {
    width: 900px;
}
.footer
{
    height:15px;
    position:absolute;
    bottom: 5px;
}
ul#footer
{
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul#footer li
{
    float: left;
    padding-right: 10px;
    margin-left: 10px;
    line-height: 14px;
}
ul#footer li#last
{
    border: 0;
    padding-right: 0;
}
ul#footer li a
{
    color: #1B5EA7;
    font-size: 11px;
    text-transform: capitalize;
    text-decoration:none;
    cursor: pointer;
}
ul#footer li a:hover
{
    text-decoration: underline;
}
.footer td
{
    font-size: 11px;
    color: #818285;
}
.create-account#signup h4 {
    padding-top: 100px;
    padding-bottom: 20px;
}
.create-account#signup div#FormDiv {
    padding-bottom: 100px;
}
.create-account#signup div#FormDiv label {
    font-size: 14px;
    margin-bottom: 0px;
}
.create-account#signup div#FormDiv label strong {
    font-size: 2.5em;
    vertical-align: middle;
}

.create-account#signup div#FormDiv em {
    padding-top: 8px;
}
.create-account#signup div#FormDiv em ul {
    margin: 0;
    padding: 0;
    line-height: 16px;
    list-style: none;
}
div#iSM ul.weak li {
    display: block;
    float: left;
    text-align: center;
    padding: 0px 0 0 0;
    margin: 0;
    height: 15px;
    font-size: 0.9em;
    font-weight: bold;
    -moz-border-radius: 6px 0px 0px 6px;
    -moz-box-shadow: 10px 10px 8px #818285;
    -webkit-border-radius: 6px 0px 0px 6px; /* Safari, Chrome */
    -webkit-box-shadow: 5px 5px 4px #b3b4b5; /* Safari, Chrome */
    border-radius: 6px 0px 0px 6px; /* IE9 */
    box-shadow: 5px 5px 4px #b3b4b5; /* CSS3 */
    line-height: 15px;
    font-family: Verdana;
}