﻿
body {
    height: 100%;
    background: url('../../Images/Analytics/login_wheelchair.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.card-container.card {
    max-width: 370px;
    padding: 40px 50px;
}

.btn {
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    background-color: #ffffff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 10%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 50px rgba(15,15,15,.36);
}

.profile-img-card {
    width: 256px;
    height: 89px;
    margin: 0 auto 20px;
    display: block;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 53px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.form-signin .form-control {
    border: .5px solid rgb(158,158,158);
}

    .form-signin .form-control:focus {
        border-color: rgb(104, 145, 162);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    }

.btn.btn-signin {
    background-color: #2B7E7E;
    padding: 0px;
    font-size: 14px;
    height: 52px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: #2b7e6b;
    }

.forgot-password {
    color: #4f4e4ea8;
    font-size: 13px;
    font-weight: 600 !important;
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

.graycolour {
    display: block;
    position: relative;
    padding-left: 34px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4f4e4ea8;
}
    .graycolour input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #4f4e4ea8;
    border-radius: 3px;
}
.graycolour:hover input ~ .checkmark {
    background-color: #fff;
}
.graycolour input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.graycolour input:checked ~ .checkmark:after {
    display: block;
}
.graycolour .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topmargin {
    margin-top: 20px;
}

.card-containerprofile.cardprofile {
    max-width: 600px;
    padding: 40px 50px 10px 50px;
}

.form-signin .textbox {
    direction: ltr;
    height: 53px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.btn.btn-cancel {
    background-color: grey;
    padding: 0px;
    font-size: 14px;
    height: 52px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.cardprofile {
    background-color: #ffffff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 3%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 50px rgba(15,15,15,.36);
}

.req{
    color:red;
}

#txtvalidation{
    color:red;
}
.handcursor {
    cursor: pointer !important;
}
.reCaptchaDiv {
   margin-top: 30px;
   margin-bottom: 10px;
   transform: scale(0.89);
   transform-origin: 0 0;
}


/*for captcha new*/

/*::selection {
	color: #fff;
	background: #8c9397;
}*/

.wrapper {
   max-width: 485px;
   width: 100%;
   background: #fff;
   /*padding: 1px 0px 0px;*/
   border-radius: 10px;
   /*box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05);*/
}

   .wrapper header {
      color: #8c9397;
      font-size: 33px;
      font-weight: 500;
      text-align: center;
   }

   .wrapper .captcha-area {
      display: flex;
      /*height: 65px;*/
      /*margin: 24px 0px 8px;*/
      align-items: center;
      justify-content: space-between;
   }

.captcha-area .captcha-img {
   height: 84%;
   width: 206px;
   user-select: none;
   background: #fff;
   border-radius: 5px;
   position: relative;
}

.captcha-img img {
   width: 87%;
   height: 86%;
   object-fit: unset;
   border-radius: 5px;
   opacity: 0.95;
}

.captcha-img .captcha {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 100%;
   color: #6b6969;
   font-size: 36px;
   text-align: center;
   letter-spacing: 10px;
   transform: translate(-50%, -50%);
   text-shadow: 0px 0px 2px #b1b1b1;
   font-family: inherit;
}

.wrapper button {
   /*outline: none;
	border: none;
	color: #fff;*/
   cursor: pointer;
   background-color: #fff !important;
   border-radius: 21px;
   /*transition: all 0.3s ease;*/
}

   .wrapper button:hover {
      background: #fff !important;
   }

.captcha-area .reload-btn {
   position: static;
   width: 0px;
   height: 0px;
   font-size: 19px;
   border-width: 0px;
   padding-right: 21px;
}

   .captcha-area .reload-btn i {
      transition: transform 0.3s ease;
      /*transform: rotate(15deg);*/
   }

   .captcha-area .reload-btn:hover i {
      transform: rotate(180deg);
   }

.wrapper .status-text {
   display: none;
   font-size: 18px;
   text-align: center;
   margin: 20px 0 -5px;
}

.pagetitlecls {
    text-align: center;
    margin-top: -11px !important;
}

@media (max-width: 506px) {
   body {
      padding: 0 10px;
   }

   .wrapper {
      padding: 22px 25px 35px;
   }

      .wrapper header {
         font-size: 25px;
      }

      .wrapper .captcha-area {
         height: 60px;
      }

   .captcha-area .captcha {
      font-size: 28px;
      letter-spacing: 5px;
   }

   .captcha-area .reload-btn {
      position: absolute;
      width: 60px;
      margin-left: 5px;
      font-size: 20px;
   }

   .wrapper .input-area {
      height: 55px;
   }

   .input-area .check-btn {
      height: 40px;
   }

   .wrapper .status-text {
      font-size: 15px;
   }

   .captcha-area .captcha-img {
      width: 250px;
   }
}
.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.bottomcontent {
    color: #999;
    font-family: 'Assistant', "Helvetica Neue","Segoe UI", helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 2px 10px;
    text-align: center;
    display: inline-block;
    background-color: #000000 !important;
    border-radius: 20px;
}