html, body {
    height:100%;
}

.background {
    background-repeat:no-repeat;
    background-position:100% 100% !important;
}

.fullscreen, .content-a {
    width:100%;
    min-height:100%;
}

.not-fullscreen, .not-fullscreen .content-a, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

.content-a {
	display:table;
    position:relative;
}

.content-b {
	text-align:center;
}

body{
    margin:0;
    text-align:center;
	font-family: 'GT-Walsheim-Regular';
}

.logoWrapper {
	position: absolute;
	left: 20px;
	top: 40px;
	display: none;
}

.logoWrapper img {
	width: 300px;
	height: auto;
}

.contentWrapper {
	position: absolute;
	width: 100%;
	top: 22%;
}

.signup-page .contentWrapper {
	top:10%;	
}
#myVideo{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 0;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    z-index: -100;    
    background-size: cover;
}

.login-page .login-left-bg{
    /*background: rgba(255, 255, 255, 0.8);
    min-height: 700px;
    width: 40%;
    border-left: 0 solid transparent;
	border-right: 45px solid transparent;
    heigh: 0;*/
    border-bottom: 660px solid rgba(255, 255, 255, 0.8);
    border-left: 0 solid transparent;
    border-right: 175px solid transparent;
    height: 100%;
    width: 31%;
}

.signup-page .login-left-bg{
    /*background: rgba(255, 255, 255, 0.8);
    min-height: 700px;
    width: 40%;
    border-left: 0 solid transparent;
	border-right: 45px solid transparent;
    heigh: 0;*/
    border-bottom: 800px solid rgba(255, 255, 255, 0.8);
    border-left: 0 solid transparent;
    border-right: 175px solid transparent;
    height: 100%;
    width: 31%;
}




.login-wrapper {
	/*background: rgba(255, 255, 255, 0.8);*/
	padding: 20px 0;
	/*border-radius: 10px;*/
	display: none;
	/*margin: auto;*/
	width: 475px;
}

.login-head {
	font-size: 35px;
	color: #000;
    text-align: left;
    padding-left: 25px;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    font-weight: 600;
}

.loginForm {
	padding:20px 20px 20px 10px;
	position:relative;
}

.frmField {
	padding-bottom:13px;
}	

.frmLable {
	width:50px;
	float:left;
	text-align:center;
	padding-top:10px;
}

.frmTxt {
	float:left;
	width:394px;
}

.frmTxtbox {
	height:35px;
	line-height:35px;
	background:rgba(255,255,255,0.1);
	border-bottom:1px solid #000;
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
	padding:0 0 0 10px;
	width:100%;
	font-size:17px;
}

.signup-wrapper .frmTxtbox {
	height: 30px;
	line-height:30px;
    font-family: "Source Sans Pro";
}

.signup-page div.selector, .signup-page div.selector span {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    padding-left: 4px;
    color: #000;
}

.signup-notes {
    font-size: 11px;
    line-height: 15px;
    padding-top: 20px;
    padding-right: 20px;
}

.signup-notes a{
    color: #000;
    text-decoration: underline;
}

.signup-notes a:hover {
    text-decoration: none;
}

.frmBtm {
	padding:20px 20px 0 0;
}

.loginLnk {
	width:140px;
	display:block;
	background:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:40px;
	text-decoration: none;	
	float: left;
	text-transform: uppercase;
}

.signup-page .loginLnk {
    font-size: 18px;
    line-height: 35px;
    width: 120px;
    font-family: "Source Sans Pro";
}

.signup-page .frmBtm {
    padding: 20px 20px 0 0;
}

.forgotLnk {
	color: #000;
	text-decoration: underline;
	float: right;
}

.forgotLnk:hover {
	color: #000;
	text-decoration: none;
}

input:invalid, .invalid_box {
	border:1px solid #ff8686!important;
}

.frmTxtbox.invalid_box {
    border: 2px solid #FF0004 !important;
}

.invalid_errors {
	color: #D42D31;
    font-size: 15px;
    line-height: 18px;
	display:none;
}

.loginForm .invalid_errors, .signup-wrapper .invalid_errors{
    position: absolute;
	top: -3px;
	left: 25px;
    background: #f2dede;
	color: #a94442;
    line-height: 35px;
    padding: 0 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input:focus, textarea:focus, select:focus{
        outline: none;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.clear {
	clear:both;
	line-height:1px;
}

.content {
	font-family: 'GT-Walsheim-Regular';
	font-size: 46px;
	color: #FFF;
	line-height: 46px;
	text-align: center;
	margin: auto;
    position: relative;
    text-align: center;
    width: 630px;
	display: none;
	margin-top: 15%;
	text-transform: uppercase;
}

.content span {
	z-index:999;
	position:relative;
}

.content img {
	position:absolute;
	display:none;
	right:-20px;
	top:-145px;
	z-index:9;
}

.smallContent {
	font-family: 'GT-Walsheim-Light';
	font-size: 20px;
	color: #FFF;
	margin: auto;
    padding-top: 20px;
    text-align: center;
    width: 630px;
	line-height: 25px;
	display: none;
}

.footer {
	font-family: "Open Sans", Arial, Verdana, Helvetica;
	position: absolute;
	left: 50px;
	bottom: 20%;
	color: #000;
	font-size: 16px;
	display: none;
}

.footer span {
	padding: 0 20px;
}

.signBtm a {
	margin: auto;
	float: none;
}

.successMsg, .errorMsg {
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}

.frmPad {
	padding: 20px 0;
}

.signup-wrapper {
	/*width: 775px;*/
    width: 530px;
	padding: 30px 0;
}

.signup-wrapper .frmTxt {
	width: 350px;	
    text-align: left;
}

.checkbox-label {
	font-size: 13px;
	text-align: left;
	line-height: 24px;
	display: block;
}

.checkbox-label-txt {
	line-height: 18px;
}

div.checker { 
	position: relative; 
	display: -moz-inline-box; 
	display: block; 
	vertical-align: middle; 
	zoom: 1; 
	float: left; 
	margin: 0 8px 0 0; 
}

div.checker input { 
	width: 24px; 
	height: 24px; 
	opacity: 0; 
	filter: alpha(opacity:0); 
	display: inline-block; 
	background: none; 
}

div.checker span { 
	background: url(../images/checkbox.png) no-repeat 0 -24px; 
	height: 24px; 
	width: 24px; 
	display: -moz-inline-box; 
	display: inline-block; 
	text-align: center; 
}

div.checker span.checked { 
	background-position: 0 0; 
}

.checker label {
	display: inline-block;
	cursor: pointer;   
	padding-left: 10px;  
	margin-right: 65px;  
	font-size: 18px; 
	color: #5e5e68; 
	font-family: ProximaNova-Semibold;
	padding-top: 3px;
}

.signup-wrapper .login-head {
	font-size: 25px;
}

.checkbox-label a {
	color: #000;
	text-decoration: underline;
}

.checkbox-label a:hover {
	color: #000;
	text-decoration: none;
}

.signup-wrapper .loginForm .invalid_errors {
	top: 0;
    z-index: 9;
}

.loginLnk.signupLnk {
    float: right;
}

.selector {
    overflow: visible !important;
	margin-left: 60px;
	width: 360px !important;
}

div.selector {
	/*background: rgba(208,210,211,0.2); 
	background: rgba(0, 0, 0, 0.1);*/
	border:0 none; 
	line-height: 50px; 
	height: 50px;
	display: inline-block; 
	vertical-align: middle; 
	zoom: 1; 
	margin: 0; 
	/*padding: 0 0 0 15px; */
    padding: 0;
	cursor: pointer; 
	font-size: 18px;
	overflow: hidden; 
	position:relative;
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
    border-bottom: 1px solid #000;
}

div.selector span {
	display: block;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	color: #676766; 
	padding: 0px 32px 0px 2px; 
	background: url(../images/icon/signup-select-new.png) no-repeat 100.5%; 
	cursor: pointer; 
	font-size: 18px; 
	height: 50px; 
	line-height: 50px;
	text-align:left;
}

div.selector select {
	position: absolute; 
	opacity: 0; 
	filter: alpha(opacity:0); 
	height: 50px; 
	border: none; 
	background: none; 
	font-size: 18px; 
	border: solid 1px white; 
	width: 100%; 
	top: 0px; 
	left: 0px;
	color: rgba(7, 7, 7, 0.6);
	max-width:460px;
} 

div.selector.disabled, div.selector.disabled.active {
    background: #dddddd;
}

#country-div {
	display:none;
	float:left;	
}

.signup-wrapper .loginForm {
	padding: 10px 20px 10px 20px;	
}

.footerPowered {
    position: absolute;
    bottom: 40px;
    right: 50px;
    color: rgba(255, 255, 255, 0.80);
}

.footerPowered img {
    vertical-align: middle;
    width: 50%;
    margin-top: 5px;
}

.signup-page .footer {
    bottom: 30px;
}

.footerPowered p {
    margin: 0;
}

@media screen and
    (min-width: 1200px) and (max-width: 1600px) {
    .login-page .login-left-bg{
        /*background: rgba(255, 255, 255, 0.8);
        min-height: 700px;
        width: 40%;
        border-left: 0 solid transparent;
        border-right: 45px solid transparent;
        heigh: 0;*/
        border-bottom: 740px solid rgba(255, 255, 255, 0.8);
        border-left: 0 solid transparent;
        border-right: 175px solid transparent;
        height: 100%;
        width: 31%;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .login-page .login-left-bg{
        border-bottom: 650px solid rgba(255, 255, 255, 0.8);
        border-left: 0 solid transparent;
        border-right: 260px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 50%;
    }
    .signup-page .login-left-bg{
        border-bottom: 750px solid rgba(255, 255, 255, 0.8);
        border-left: 0 solid transparent;
        border-right: 260px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 50%;
    }
    .login-wrapper {
        width: 98%;
    }
    .frmBtm {
        padding: 20px 0 0 0
    }
    .frmTxtbox {
        width: 80%;
        float: left;
    }
    .footer {
        left: 5px;
    }
      .signup-page .footer{
          bottom: -75px;
      }
      .signup-page div.checker span {
          margin-bottom: 50px;
      }
    .login-page .md-modal {
          left: 49%;
          width: 70%;
      }
    #forgotPassword .notes-style {
        clear: both;
        text-align: left;
        padding: 5px 10px 0 0;
    }
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
     .login-page .login-left-bg{
        border-bottom: 650px solid rgba(255, 255, 255, 0.8);
        border-left: 0 solid transparent;
        border-right: 260px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 50%;
    } 
      .signup-page .login-left-bg{
        border-bottom: 750px solid rgba(255, 255, 255, 0.8);
        border-left: 0 solid transparent;
        border-right: 260px solid transparent;
        background: rgba(255, 255, 255, 0.8);
        height: 100%;
        width: 50%;
    }
      .login-wrapper {
          width: 98%;
      }
      .frmBtm {
          padding: 20px 0 0 0
      }
      .frmTxtbox {
          width: 80%;
          float: left;
      }
      .footer {
          left: 5px;
      }
      .signup-page .footer{
          bottom: -75px;
      }
      .signup-page div.checker span {
          margin-bottom: 50px;
      }
      .login-page .md-modal {
          left: 49%;
          width: 70%;
      }
      #forgotPassword .notes-style {
        clear: both;
        text-align: left;
        padding: 5px 10px 0 0;
      }
}