*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-size: 62.5%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  html, body {
    font-size: 50%;
  }
}

svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: visible;
}

.svg-icon {
  cursor: pointer;
}
.svg-icon path {
  stroke: rgba(68, 68, 68, 0.9);
  fill: none;
  stroke-width: 1;
}

input, button {
  outline: none;
  border: none;
}

.cont {
  position: relative;
  height: 100%;
  /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/slider-2.jpg"); */
  background-image: url("../images/new.jpg");
  background-position:bottom !important;
  
  background-size: cover;
  overflow: auto;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.pwd{color: #dadada;
    font-size: 16px;
    margin-left: -27px;
    padding-bottom: 0px;
    display: block;
}
.demo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20rem;
  margin-top: -26.5rem;
  width: 40rem;
  height: 50rem;
  overflow: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b9b9b9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b9b9b9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
}

.login {
  border-radius:5px;
  position: relative;
  height: 100%;
  background:rgb(255, 255, 255);

  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow:    0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow:         0px 10px 20px 0px rgba(50, 50, 50, 0.52)

}
.login__form h2{     
        color: #0068bb;
    text-align: left;
    font-size: 18px;}
  .forgot_pass h2{     
        color: #0068bb;
    text-align: left;
    font-size: 18px;}
  
.logo-client {
    box-shadow: 0px 1px 5px 0px #ddd;
    background: #ffffff;
    padding: 8PX;
    border-radius: 5px 5px 0 0;
}
.logo-client img{ display:block; margin:0 auto; height:60px; }
.login.inactive {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.login__check {
  position: absolute;
  top: 16rem;
  left: 13.5rem;
  width: 14rem;
  height: 2.8rem;
  background: #fff;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.msg{
  
  font-size: 16px!important;
    margin-right: 4px;
    color: #1c84d8;
}
.copyright{
    position: absolute;
    bottom: 0;
    color: #989898;
    font-size: 12px;
    /* left: 15px; */
    background: #e6e6e6;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    border-radius: 0 0 5px 5px;
}
.login__check:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 2.8rem;
  height: 5.2rem;
  background: #fff;
  -webkit-box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2);
}
.login-text {
    margin-top: 2em;
}
.login-text ul li{
  display:inline-block;
}
.login-text ul li:nth-child(2) {
    margin-left: 35px !important;
}
.login-text ul li label ,.login-text ul li a{
    color: #9a9a9a;
    font-size: 14px;
}
.login-text ul li label input[type="checkbox"] {
    vertical-align: bottom;
    cursor: pointer;
  width: 18px;
    height: 18px;
}
.login-text ul li a:hover{
    color: #848DD7;
}

.login__form {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center;
}
.forgot_pass {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  display:none;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center;
}
.login__row {margin-bottom:20px;
  height: 5rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(43, 43, 43, 0.2);
}
.login__icon {
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
}
.login__icon.name path {
  stroke-dasharray: 73.50196075439453;
  stroke-dashoffset: 73.50196075439453;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
.login__icon.pass path {
  stroke-dasharray: 92.10662841796875;
  stroke-dashoffset: 92.10662841796875;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
.login__input {
  display: inline-block;
  width:30rem;
  height: 100%;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  background: transparent;
  color: #4c4c4c;
}
.return{
  font-size: 14px;
    text-align: right;
    display: block;
    padding-bottom: 20px;}
.login__submit {
  position: relative;
  width: 100%;
  height: 4rem;
  margin: 2rem 0 2.2rem;
  color: #ffffff;
  background: #1c84d8;
  font-size: 1.8rem;
  border-radius: 3rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
  transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}
.login__submit:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border: 2px dotted #fff;
  border-radius: 50%;
  border-left: none;
  border-bottom: none;
  -webkit-transition: opacity 0.1s 0.4s;
  transition: opacity 0.1s 0.4s;
  opacity: 0;
}
.login__submit.processing {
  width: 4rem;
  font-size: 0;
}
.login__submit.processing:after {
  opacity: 1;
  -webkit-animation: rotate 0.5s 0.4s infinite linear;
          animation: rotate 0.5s 0.4s infinite linear;
}
.login__submit.success {
  -webkit-transition: opacity 0.1s 0.3s, background-color 0.1s 0.3s, -webkit-transform 0.3s 0.1s ease-out;
  transition: opacity 0.1s 0.3s, background-color 0.1s 0.3s, -webkit-transform 0.3s 0.1s ease-out;
  transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
  transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s, -webkit-transform 0.3s 0.1s ease-out;
  -webkit-transform: scale(30);
          transform: scale(30);
  opacity: 0.9;
}
.login__submit.success:after {
  -webkit-transition: opacity 0.1s 0s;
  transition: opacity 0.1s 0s;
  opacity: 0;
  -webkit-animation: none;
          animation: none;
}
.login__signup {
  font-size: 1.2rem;
  color: #ABA8AE;
}
.login__signup a {
  color: #fff;
  cursor: pointer;
}

.app {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25), -webkit-transform 0.3s cubic-bezier(0.68, -0.45, 0.465, 1.25);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.app.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.app.active .app__user-photo {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.app.active .app__meeting {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.app.active .app__logout {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.app__top {
  position: relative;
  height: 28rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 6rem 1.5rem 2rem;
  text-align: center;
}
.app__bot {
  position: relative;
  height: 25rem;
  background: #fff;
}
.app__menu-btn {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 1.8rem;
  height: 1.7rem;
  cursor: pointer;
}
.app__menu-btn span, .app__menu-btn:before, .app__menu-btn:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.app__menu-btn span {
  top: 0.8rem;
}
.app__menu-btn:before {
  content: "";
  top: 0;
}
.app__menu-btn:after {
  content: "";
  bottom: 0;
}
.app__icon {
  position: absolute;
  top: 2rem;
}
.app__icon.search {
  right: 1.5rem;
  stroke-dasharray: 61.847137451171875;
  stroke-dashoffset: 61.847137451171875;
  -webkit-animation: animatePath 0.5s 0.5s forwards;
          animation: animatePath 0.5s 0.5s forwards;
}
.app__hello {
  font-size: 2.2rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 3rem;
}
.app__user {
  position: relative;
  display: inline-block;
  width: 9rem;
  height: 9rem;
  margin-bottom: 3rem;
}
.app__user-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  transition: transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  transition: transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55), -webkit-transform 0.3s 0.2s cubic-bezier(0.62, 0.35, 0.56, 1.55);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.app__user-notif {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  background: #50D2C2;
  color: #fff;
  font-size: 1.5rem;
}
.app__month:after {
  content: "";
  display: table;
  clear: both;
}
.app__month-name {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.app__month-btn {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-left: none;
  border-bottom: none;
  cursor: pointer;
}
.app__month-btn.left {
  float: left;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.app__month-btn.right {
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.app__days {
  height: 7rem;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app__day {
  width: 14%;
  text-align: center;
  font-size: 1.2rem;
}
.app__day.weekday {
  color: #919197;
  text-transform: uppercase;
}
.app__day.date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3C3C43;
}
.app__meeting {
  position: relative;
  height: 6rem;
  border-top: 1px solid #EEEEEF;
  padding: 1rem 2rem 1rem 7.5rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.app__meeting:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.app__meeting:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.app__meeting:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.app__meeting:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.app__meeting:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.app__meeting-photo {
  position: absolute;
  left: 2rem;
  top: 1rem;
  width: 4rem;
  height: 4rem;
}
.app__meeting-name {
  color: #000;
  font-size: 1.3rem;
}
.app__meeting-info {
  color: #949498;
  font-size: 1.1rem;
}
.svgarrow{
margin-top: 10px;
margin-left: 10px;
}
.app__logout {
  position: absolute;
  bottom: 3.3rem;
  right: 3.3rem;
  width: 4.6rem;
  height: 4.6rem;
  margin-right: -2.3rem;
  margin-bottom: -2.3rem;
  background: #f6ee1d;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: bottom 0.4s 0.1s, right 0.4s 0.1s, opacity 0.1s 0.7s, background-color 0.1s 0.7s, -webkit-transform 0.4s 0.4s;
  transition: bottom 0.4s 0.1s, right 0.4s 0.1s, opacity 0.1s 0.7s, background-color 0.1s 0.7s, -webkit-transform 0.4s 0.4s;
  transition: bottom 0.4s 0.1s, right 0.4s 0.1s, transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s;
  transition: bottom 0.4s 0.1s, right 0.4s 0.1s, transform 0.4s 0.4s, opacity 0.1s 0.7s, background-color 0.1s 0.7s, -webkit-transform 0.4s 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.app__logout.clicked {
  bottom: 50%;
  right: 50%;
  -webkit-transform: scale(30) !important;
          transform: scale(30) !important;
  opacity: 0.9;
}
.app__logout.clicked svg {
  opacity: 0;
}
.app__logout-icon {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.app__logout-icon path {
  stroke-width: 4px;
  stroke-dasharray: 64.36235046386719;
  stroke-dashoffset: 64.36235046386719;
  -webkit-animation: animatePath 0.5s 0.5s forwards;
          animation: animatePath 0.5s 0.5s forwards;
}

.ripple {
  position: absolute;
  width: 15rem;
  height: 15rem;
  margin-left: -7.5rem;
  margin-top: -7.5rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: animRipple 0.4s;
          animation: animRipple 0.4s;
  border-radius: 50%;
}
.errorlogin{
  font-size: 14px;
  color: red;
}
.warninglogin{
  font-size: 14px;
  color: orange;
}
.demo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20rem;
    margin-top: -26.5rem;
    width: 40rem;
    height: 50rem;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
}
@-webkit-keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}

@keyframes animRipple {
  to {
    -webkit-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}


@media only screen and (max-width: 767px) {
  .demo {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -20rem;
    margin-top: -26.5rem;
    width: 40rem;
    height: 58rem;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgb(50 50 50 / 52%);
}
}




.loginselectlangcls {
  text-align: right;
  padding: 15px;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
}
.loginselectlangcls label {
  font-size: 11px;
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #525252;
  border-right: 1px solid #545454;
  padding-right: 10px;
}
.loginselectlangcls select.form-control {
  background: #fff;
    font-size: 11px;
    width: auto;
    border: none;
    color: #525252;
    height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 8px 0 0;
    display: inline-block;
}

.loginselectlangcls select.form-control option {
  color: #000;
}
.loginselectlangcls select.form-control:focus {
  background: #fff;
  border: none;
  outline: none;
}
.newloginpagecls {
  padding: 15px;
  background: #d9dada;
  font-family: 'Roboto', sans-serif;
}
.newloginpagecls .logo-client {
  box-shadow: none;
  padding: 0;
  float: left;
  padding-left: 9px;
}
.newloginpagecls .logo-client img {
  height: auto;
  width: 84px;
}
.newloginpagecls .cont {
  border-radius: 15px;
  font-family: 'Roboto', sans-serif;
  background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.newloginpagecls .cont::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
}
.newloginpagecls .login {
  border-radius: 0;
}
.newloginpagecls .login__input {
  width: 100%;
  font-size: 14px;
  border: 1px solid #cacaca;
  background: #fff !important;
  height: 34px;
  line-height: 34px;
}
.newloginpagecls .login__input:valid {
  background: #fff !important;
}
.newloginpagecls .login__row label {
  font-size: 14px;
  color: #464646;
  display: block;
  text-align: left;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.newloginpagecls .login__form, .newloginpagecls .forgot_pass {
  top: 10%;
  padding: 0 2.5rem;
  height: auto;
}
.newloginpagecls .login__form {
  top: 40px;
}
.newloginpagecls .errorlogin {
  font-size: 11px;
  color: #d86a6a;
  margin-bottom: 10px;
  margin-top: 8px;
  border: 1px solid #d86a6a;
  padding: 1px 5px; 
}
.newloginpagecls #message, .newloginpagecls #message1 {
  font-size: 11px;
  color: #d86a6a;
  /* border: 1px solid #d86a6a; */
  padding: 5px;
  margin-bottom: 10px;
}
.newloginpagecls .login__form h2, .newloginpagecls .forgot_pass h2 {
  color: #0096db;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
    margin-top: 10px;
}
.newloginpagecls .forgot_pass h2 {
  margin-bottom: 15px;
}
.newloginpagecls .login-text ul li {
  width: 50%;
  margin: 0;
  float: left;
  text-align: left;
  list-style: none;
}
.newloginpagecls .login-text ul li:nth-child(2) {
  margin-left: 0 !important;
  text-align: right;
}
.newloginpagecls .login__row {
  margin-bottom: 15px;
  height: auto;
  padding-top: 0;
  border-bottom: none;
}
.newloginpagecls .login-text {
  margin-top: 8px;
  width: 100%;
  float: left;
}
.newloginpagecls .customcheckboxcls input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.newloginpagecls .customcheckboxcls label {
  position: relative;
  cursor: pointer;
}
.newloginpagecls .login-text span.customcheckboxcls {
  position: relative;
}
.newloginpagecls .customcheckboxcls label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #03a1e3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -1px;
}
.newloginpagecls .customcheckboxcls input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 8px;
  width: 6px;
  height: 16px;
  border: solid #009846;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newloginpagecls .customcheckboxcls input:checked+label::before {
  border-color: #009846;
}
.newloginpagecls .login-text ul li label, .login-text ul li a {
  color: #5f5f5f;
  font-size: 13px;
}
.newloginpagecls .login__submit {
  position: relative;
  max-width: 35%;
  margin: 0;
  color: #ffffff;
  background: #0082c9;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
  transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 34px;
}
.newloginpagecls .loginsubmitbtncls {
  width: 100%;
  float: left;
  padding: 20px 0 15px 0;
}
.newloginpagecls .login-text ul li a#forgot_password {
    color: #657699;
    font-size: 13px;
    text-decoration: none;
}
.newloginpagecls .poweredbylogocls {
  width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 35px;
}
.newloginpagecls .poweredbylogocls label.pwd {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #3c3c3c;
  padding-bottom: 5px;
  margin: 0;
}
.newloginpagecls .poweredbylogocls img {
  max-width: 80px;
  height: auto;
}
.newloginpagecls .copyright {
  position: absolute;
  bottom: 0;
  color: #464646;
  font-size: 11px;
  background: #e6e6e6;
  width: 100%;
  text-align: center;
  padding: 6px 0;
  border-radius: 0;
  margin-bottom: 0;
}
.newloginpagecls .demo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 38rem;
  /* height: 50rem; */
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgb(50 50 50 / 52%);
}
.newloginpagecls .return {
text-decoration: none;
    background: #0082c9;
    font-size: 15px;
    border-radius: 50px;
    width: 45%;
    color: #fff;
    text-align: center;
    float: left;
    padding: unset;
    text-transform: capitalize !important;
    height: 4rem;
    line-height: 40px;
}
.newloginpagecls .forgot_pass .login__submit {
  float: right;
}
.marqueesuggestioncls {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  width: 100%;
  background: #d9dada;
  z-index: 9;
  color: #000;
}



@media only screen and (max-width: 767px) {
  .newloginpagecls {
    padding: 10px;
  }
  .newloginpagecls .demo {
    height: 58rem !important;
  }
  .newloginpagecls .login__form h2, .forgot_pass h2 {
    font-size: 16px;
  }
  .newloginpagecls .login__submit {
    width: 100px;
    height: 34px;
    font-size: 12px;
  }
  .newloginpagecls .return {
    font-size: 12px;
    width: 120px;
    height: 34px;
  }
  .newloginpagecls .copyright {
    font-size: 10px;
  }
}


/*25 jan login css modify*/

.login p#message {
    font-size: 14px;
    text-align: left;
    word-wrap: break-word;
}
/* .login__row {
    margin-bottom: 1px !important;
} */
a.btn.btn-outline-dark.google-main-btn {
    font-size: 14px !important;
    border-radius: 50px;
    line-height: 31px !important;
    height: 4rem;
}
a.btn.btn-outline-dark.onelogin{
  font-size: 15px !important;
    border-radius: 50px;
    line-height: 41px !important;
    height: 4rem;
    background: #0082c9 !important; 
    padding-left: 11px;
    padding-right: 11px;
    color: #ffffff;
    border: 1px solid #343a40;
}
.newloginpagecls .login__row label {
  padding-left: 0px;
}
/*ends 25 jan css modify*/
.loginsubmitbtncls {
  margin-top: 10px;
}
.btn-outline-dark:hover {
  color: #0082c9 !important;
  background-color: #fff !important;
  border-color: #0082c9 !important;
}
.demo.withoutgooglelogin .login__form {
  top: 55px;
}
.demo.withoutgooglelogin .login__row {
  margin-top: 15px;
}
.demo.withoutgooglelogin .login-text {
  margin-top: 5px;
  margin-bottom: 20px;
}
/* .demo.withoutgooglelogin {
  height: 46rem !important;
} */

/* =======6-feb 2023=======condition css start============= */
.newloginpagecls .withotherbutton .errorlogin{
  margin-bottom: 5px !important;
}
.newloginpagecls .withotherbutton .login__row {
  margin-bottom: 7px !important;
}
.newloginpagecls .withotherbutton .login-text {
  margin-top: 4px;
}
.newloginpagecls .withotherbutton .loginsubmitbtncls { 
  padding: 0px 0 10px 0;
}



/* =======6-feb 2023=======condition css End============= */
/* =======6-feb 2023=======common css Start============= */
.main-new-login { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  flex-wrap: wrap; 
}

.border-line {
  clear: both;
  height: 30px;
  width: 30px;
  margin-bottom: 10px !important;
  margin: 0 auto;
}
.border-line span {
  background: #fff;
  box-shadow: 0px -1px 4px 1px hsl(0deg 0% 0% / 14%), 2px 3px 6px 0px rgb(0 0 0 / 10%);
  padding: 7px;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
}
a.btn.btn-outline-dark.btn-color-var {
  background: #0082c9 !important;
  color: #fff !important;
  padding: 8px 10px;
  height: 40px !important;
  line-height: 22px !important;
  font-size: 12px !important;
  margin: 0px 5px;
  border:0px !important;
}
.newloginpagecls input:-webkit-autofill {
  background-color: transparent;
}

.newloginpagecls input:-webkit-autofill {
    background-color: transparent !important;
}
.newloginpagecls input:-internal-autofill-selected {
  background-color: -internal-light-dark(rgba(232, 240, 254, 0), rgba(70, 90, 126, 0)) !important;
}
button:focus { 
  outline: 0px !important; box-shadow: none !important;
}
a.btn.btn-outline-dark.btn-color-var:focus { 
  outline: 0px !important; box-shadow: none !important;
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus { 
  -webkit-box-shadow:none !important; 
  transition: background-color 5000s ease-in-out 0s !important;
}
/* =======6-feb 2023=======common css End============= */
/* =======Responsive Start============= */

@media only screen and (max-width: 480px) {
  
  a.btn.btn-outline-dark.btn-color-var { 
    font-size: 12px !important;
    margin: 0px 3px;
  }
  .withotherbutton a.btn.btn-outline-dark.btn-color-var {
    margin: 6px 3px;
}
  .newloginpagecls .demo.withotherbutton {
    height: 66rem !important;
  }
}


/* =======Responsive Start============= */

/*6 feb End*/