﻿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%;
}


.stretch {
    width:100%;
    height:100%;
}

.background-createbutton {

width:100%;
height:100%;
top:0px;
position:relative;
left:0px;
z-index: 0;
}

.stretch {
    width:100%;
    height: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:'Segoe UI', verdana, sans-serif;
	 font-size:200%;
     padding-left:7%;
}

.login-textbox {
    width:87%;
      font-family:'Segoe UI', verdana, 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:'Segoe UI', verdana, 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:'Segoe UI', verdana, sans-serif;
	 font-size:75%;
     color: #0f68e0;
     padding-left:7%;
     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%;
}

.login-background {
    background-image: url("../Images/login-bg.jpg");
    background-repeat:no-repeat;
    background-position: center;
   background-size:cover;
      height:100%;
   min-height:1100px;
}

.webserver-name {
    font-size: xx-small;
    color: white;
    float: right;
    position: fixed;
    bottom: 1px;
    right: 1px;
}


@media all and (max-height: 2200px) and (min-height: 1001px) {
.login-background {
   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-background {
   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-background {
   background-image: url("../Images/login-bg.jpg");
    background-repeat:no-repeat;
    background-position: bottom center;
   background-size:cover;
      height:100%;
   min-height:750px;

}
}
