﻿body {
    font-family: 'Roboto', sans-serif; 
    font-size:14px;
    color:#333;
}
.loginBody {
    overflow: hidden;
    background-image: url('login-background-img.jpg');
    /*background-size: 1600px;*/
    background-size: cover;
    height:100%;
    width:100%;
}
.loginLogo {
    /*margin: 20px 10px 20px 110px;*/
    width:180px;
    height: auto;
}
.loginBody .loginHolder {
    right: 0px;
  margin-left: calc(50% - 200px);
  /*height: 350px !important;*/
  width:  380px;
  position: absolute;
  height: 100%;
    background: rgba(255, 255, 255, 0.7);
    
}
.loginBody .loginHolder .loginsection {
  width: 100%;
}
.loginBody .loginHolder .loginsection .login {
  /*height: 350px;*/
  z-index: 22;
  border-radius: 2px;
  /*background-color: #3e4c53;*/
   /*box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);*/

}
/*.loginBody .loginHolder .loginsection .login img {
  margin: 40px 80px 10px 80px;
  width: 220px;
  height: auto;
}*/
/*.loginBody .loginHolder .copyrightsection img {
  width: 80px;
  height: auto;
  margin: 10px 150px 10px 150px;
}
.loginBody .loginHolder .copyrightsection p {
  font-family: Arial;
  font-size: 14px;
  color: aqua;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif; 
}*/
.Forgotpaswword {
  /*margin-left:60px;*/ 
  font-size: 13px;
  color: #4164e3;
  text-decoration: none;
  font-family: 'Roboto', sans-serif; 
}
.errormessage {
  min-height: 40px;
  height: auto;
}
.errormessage .validation-summary-errors {
  margin: 5px;
  display: block;
  text-align: center;
  min-height: 40px;
  height: auto;
}
.errormessage .validation-summary-errors ul {
  list-style-type: none;
}
.errormessage .validation-summary-errors ul li {
  color: #FFFFFF !important;
}
.field-validation-error {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: block;
  position: relative;
  padding-top: 0;
  top: 0;
  left: -60px;
  font-weight: normal;
  text-align: left;
  height: 20px;
  width: 100%;
  margin-left: 0;
  color:red !important;
}
.login input[type=text] {
  width: 300px;
  height: 40px;
  background: #fcfdff;
  border: 1px solid #808080;
  /*margin-left: 60px;*/
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 4px;
  padding-left: 15px;
}
.login input[type=password] {
  width: 300px;
  height: 40px;
  border-radius: 3px;
  /*margin-left: 60px;*/
  background: #fcfdff;
  border: 1px solid #999999;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 4px;
  /*margin-top: 20px;*/
  padding-left: 15px;
}
.login input[type=text]:focus,
.login input[type=password]:focus {
  outline: none;
  border: 1px solid #0089cf;
}
.login input[type=button]:focus {
  outline: none;
}
::-webkit-input-placeholder {
  margin-top: 5px;
  color: #000;
}
::-moz-placeholder {
  margin-top: 5px;
  color: #000;
}
input:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}
input:focus:-moz-placeholder {
  color: #FFFFFF;
}
.login input[type=submit] {
  /*margin-top:5px;*/
  width: 300px;
  height: 40px;
  margin-left: 20px;
  background-color: #4164e3;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  padding: 6px;
  font-style: normal;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif; 
  border-radius: 3px;
  /*background-image: linear-gradient(to right, #004786, #3e97ff);*/
}
.azurebutton {
    /*margin-top:5px;*/
    width: 300px;
    height: 40px;
    margin-left: 20px;
    background-color: #4164e3;
    border: 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding: 6px;
    font-style: normal;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    /*background-image: linear-gradient(to right, #004786, #3e97ff);*/
}
.login input[type=submit]:hover {
  opacity: 1;
}
.login input[type=submit]:active {
  opacity: 0.6;
}
.login input[type=submit]:focus {
  outline: none;
}
.input-validation-error {
  /*border: none !important;*/
  background-color: white !important;
}

.clsCompany {
    margin-left: 60px;
    color: #0089cf;
    text-decoration: none;
    font-family: 'Roboto', sans-serif; 
}
.clsContact {
    margin-left: 70px;
    color: #0089cf;
    text-decoration: none;
    font-family: 'Roboto', sans-serif; 
}

.loginBlock {
    /*top: 30%;
    height: 70%;
    position: absolute;*/
    display:flex;
    flex-direction:column;
    align-items:center;
}
.copyrightsection {
    font-size: 13px;
    color:#666;
}
.copyrightsection p{
    margin-bottom: 10px !important;
}

.clsSupport {
    position: absolute;
    bottom: 20%;
    margin-left: 82px;
}
.txt_Support {
    font-family: 'Roboto', sans-serif; 
    font-size: 14px;
    color: #004785;
    line-height: 20px;
    text-decoration: none;
}
.txt_SupportEmail {
    color:  #0075ff ;
    text-decoration: none;

}
.digicert {
    /*margin-top: 30px;
    margin-left: 60px;*/
}


.loginBtn-container, .signinBtn-container{
    position:relative;
}

.loginBtn-container img, .signinBtn-container img{
    position:absolute;
    left:66px;
    top:21px;
    cursor:pointer
}

#ssoBtn{
    margin-top:15px;
    width: 260px;
    max-width: 260px !important;
    height: 40px !important;
    margin-left: 60px;
    background-color: #4387FD;
    border: 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 6px;
    font-style: normal;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif; 
    border-radius: 3px;
    background-image: linear-gradient(to right, #004786, #3e97ff);
}

#ssoBtn:hover {
    opacity: 0.8;
}
#ssoBtn:active {
    opacity: 0.6;
}
#ssoBtn:focus {
    outline: none;
}


@media only screen and (max-height: 800px) {
    .clsSupport {
        bottom: 5%;
    }  .notf { height:50px;
                font-size:11px;
    }
}

@media only screen and (max-height: 630px) {
    .login input[type=submit]  {
        margin-bottom: 0px;
    }
    .digicert {
        margin-top: 5px;
    }
     
}

@media only screen and (max-height: 520px) {
    .copyrightsection {
        visibility: hidden;
    }
    .digicert {
        /*margin-top: 0px;*/
        visibility: hidden;
    }
}
@media only screen and (max-height: 630px) {

    .notf { visibility: hidden;
    }
}
@media only screen and (max-height: 420px) {
    .clsSupport {
        visibility: hidden;
    }
}

@media only screen and (max-height: 350px) {
    .clsCompany {
        visibility: hidden;
    }
    .clsContact {
        visibility: hidden;
    }
}
