﻿body {
    margin: 0;
    padding: 0;
}


.background-logo {

width:85%;
top:0px;
position:relative;
top: 0%;
left:0%;
z-index: 0;
padding-left:6%;
padding-top:2%;
}


.background-customerservice {

width:100%;
height:100%;
top:0px;
position:relative;
left:0px;
z-index: 0;
}

.background-itplogin {

width:50%;
height:55%;
position:fixed;
top: 91%;
left:48%;
z-index: 1;
}

.stretch-logo {
    width:24%;
    height:12%;
}


.background-createbutton {

width:100%;
height:100%;
top:0px;
position:relative;
left:0px;
z-index: 0;
}

.stretch {
    width:100%;
}


.login-box {

width:20%;
border-radius: 5px;
border: 1px solid #b7b7b7;
padding-top:1%;
position:relative;
top:0%;
left:0%;
background-color:white;
margin-top:4%;
margin-left:70%;
}

.welcome-text {
      font-family:'Roboto', arial, sans-serif;
	 font-size:200%;
     padding-left:7%;
}

.login-textbox {
    width:87%;
      font-family:'Roboto', arial, sans-serif;
	 font-size:120%;
     padding-left:2%;
     border-top: none;
     border-left: none;
    border-right: none;
     border-bottom: 1px solid #b7b7b7;
}

.remember-user {
      width:50%;
     font-family:'Roboto', arial, sans-serif;
	 font-size:65%;
    position:relative;
    left:7%;
    color: #959595;
    float:left;
    display:none;
}


.stretch-remembercheckbox {
    width:7%;
    height:7%;
}


.background-signin {
    width:100%;
height:100%;
top:0px;
position:relative;
top: 0px;
left:0px;
z-index: 0;
}

.other-login-text {
        font-family:'Roboto', arial, sans-serif;
	 font-size:75%;
     color: #0f68e0;
     text-align:center;
     padding-bottom:3%;
     float:left;
     width:100%;
}

.other-login-text:hover {
      text-decoration: underline;
        color: #08088a;
}

.other-login-text a:link {
      text-decoration: none;
        color: #08088a;
}

.other-login-text a:visited {
        color: #08088a;
}

.phonelogin {
    position:relative;
    top:0%;
    left:0%;
    font-size:220%;
    padding-left:72.5%;
    padding-top:1%;
}

.not-user-yet {
     font-family:'Roboto', arial, sans-serif;
	 font-size:100%;
     color: #0f68e0;
     text-align:center;
     font-weight:bold;
     float:left;
     width:85%;
     margin: 2% 7.5% 0;
     border-top:1px solid #0f68e0;
     padding:4% 0;
}

.not-user-yet:hover {
      text-decoration: underline;
        color: #08088a;
}

.not-user-yet a:link {
      text-decoration: none;
        color: #08088a;
}

.not-user-yet a:visited {
        color: #08088a;
}


.login-background1 {
    background-image: url("../images/login-bg.jpg");
    background-repeat:no-repeat;
    background-position: center;
   background-size:cover;
      height:100%;
   min-height:1100px;
}


@media all and (max-height: 2200px) and (min-height: 1001px) {
.login-background1 {
   background-image: url("../images/login-bg.jpg");
    background-repeat:no-repeat;
    background-position: center;
   background-size:cover;
   height:100%;
   min-height:1100px;
}
}

@media all and (max-height: 1000px) and (min-height: 701px) {
.login-background1 {
   background-image: url("../images/login-bg.jpg");
    background-repeat:no-repeat;
    background-position: center;
   background-size:cover;
      height:100%;
   min-height:1000px;
}
}


@media all and (max-height: 700px) and (min-height: 0px) {
.login-background1 {
   background-image: url("../images/login-bg.jpg");
    background-repeat:no-repeat;
    background-position: bottom center;
   background-size:cover;
      height:100%;
   min-height:750px;

}
}


/*SIGN UP POPUP*/

.login-popup-box {
    position: absolute;
    width: 60%;
    margin: 10% 20%;
    background-color: white;
    border-radius: 15px;
    z-index:1000000;
    opacity:1;
    top:0;
}


.login-popup-title {
    width: 100%;
    text-align: center;
    font-family:'Roboto', arial, sans-serif;
    font-weight:bold;
    font-size:120%;
    margin:2% 0;
}

.background-closebutton {
    position:absolute;
    width:3.5%;
    top:2%;
    right:2%;
}


.textbox-title 
{
    font-size:60%;
    font-family:'Roboto', arial, sans-serif;
    width:100%;
    text-align:left;   
    margin-bottom:.5%; 
}

.textbox-large-title 
{
    font-size:75%;
    font-family:'Roboto', arial, sans-serif;
    width:100%;
    text-align:left;   
    margin-bottom:.5%; 
    text-transform:uppercase;
    font-weight:bold;
}

.textbox
{
    font-size:90%;
    font-family:'Roboto', arial, sans-serif;
    width:100%;
    border:2px solid #acacac;
    border-radius:5px;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing:border-box;
    padding:.4em;
}

.textbox-multiline
{
    font-size:90%;
    font-family:'Roboto', arial, sans-serif;
    width:100%;
    border:2px solid #acacac;
    padding:.4em;
}

.textbox:focus
{
    border:2px solid #09a7ff;
    box-shadow: 0 0 7px rgba(81, 203, 238, 1);
}

.textbox-multiline:focus
{
    border:2px solid #09a7ff;
    box-shadow: 0 0 7px rgba(81, 203, 238, 1);
}


.background-signup {
    width:40%;
    position:absolute;
    bottom:0;
    right:0;
}

.background-signup2 {
    width:40%;   
}

.background-signup3 {
    width:40%;  
    margin: 0 auto; 
}


.requiredStyle {
    border: 2px solid red !important;
}

.dropdown
{
    font-size:90%;
    font-family:'Roboto', arial, sans-serif;
    width:100%;
    border:2px solid #acacac;
    border-radius:5px;
    padding:.38em 1.5em .38em .12em;
    background-image: url(../Images/mobile-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size:.7em;
    background-position-x: 97%;
    background-position-y: 55%;
    appearance:none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing:border-box;
}

.dropdown-state
{
    font-size:90%;
    font-family:'Roboto', arial, sans-serif;
    width:100%;
    border:2px solid #acacac;
    border-radius:5px;
    padding:.38em 1.5em .38em .12em;
    background-image: url(../Images/mobile-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size:.7em;
    background-position-x: 92%;
    background-position-y: 55%;
    appearance:none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    box-sizing:border-box;
}

.optional-title {
    font-size:110%;
    font-family:'Roboto', arial, sans-serif;
    margin-left:5%;
}

.criteria-title {
    font-size:100%;
    font-family:'Roboto', arial, sans-serif;
    font-weight:bold;
}

.stretch-checkbox-setup {
    width:1em;
}

.criterias {
    font-size:90%;
    font-family:'Roboto', arial, sans-serif;
    padding-left:2%;
}

.terms-text {
    font-size:70%;
    font-family:'Roboto', arial, sans-serif;
    padding:1%;
}

.terms-agree {
    font-size:80%;
    font-family:'Roboto', arial, sans-serif;
    padding-left:1%;
    float:left;
}

.step1 {
    display:block;
}

.step2 {
    display:none;
}

.step3 {
    display:none;
}

.background-x {
	width:100%;
	height:100%;
	position:relative;
	top: 0;
    left:0;
	z-index: 0;
    text-align:right;
}

.stretch-x {
    width:20%;
    height:20%;
}

.textbox-2 {
	font-family:'Segoe UI', verdana, sans-serif;
	font-weight:normal;
	font-size:100%;
	width:100%;
	border: 1px solid #acacac;
    margin-bottom:3%;
    background-color:white;
}

.textbox-2-popup {
	font-family:'Segoe UI', verdana, sans-serif;
	font-weight:normal;
	font-size:100%;
	width:100%;
	border: 1px solid #acacac;
    background-color:white;
}

.termsRequired {
    width:100%;
    float:left;
    font-size:85%;
    padding-left:1%;
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
  .login-inner  {
      padding-left:0vw
  }  

  /*.login-img {
      display: none;
  }*/
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .login-inner  {
      padding-left:0vw
  }  
}
