
.xscrm-login-page {
  display: block;
  width: 100%;
  min-height: 100%;
  margin: auto;
  padding-bottom: 50px;
  background-color: rgb(250, 251, 252);
  background-color: rgb(250, 251, 252);
  background-image: url(../theme/img/x0.png),url(../theme/img/x3.png) !important;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-size: 308px, 368px;
  background-position: left bottom, right bottom;
  z-index: -1;
}
.xscrm-page-header {
  text-align: center; 
  padding-top: 50px;
  padding-bottom: 15px;
}
.xscrm-login-page .xscrm-container {
  width: 100%;
  max-width: 400px;
  height: 530px;
  background: #ffffff;
  margin: auto;
  position: relative;

}

.xscrm-login-page .container .xscrm-row {
  height: 100%;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.xscrm-login-page .xscrm-form-col {
  padding: 20px 15px;
}
.xscrm-login-page .xscrm-form-col .xscrm-form-header {
  text-align: center;
  margin: 50px 0 70px;
}
.xscrm-form-header p {
  color: #535353; 
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 1.9rem;
} 
.xscrm-form-header h4{
  font-size: 1.9rem;
  line-height: 1;
  color: #535353;
}
.xscrm-login-page .xscrm-form-col .xscrm-form {
  width: 300px;
  margin: auto;
}
.xscrm-form-group {
  margin-bottom: 20px;
}
.xscrm-from-field {
  border: 1px solid #555555 !important;
  height: 42px !important;
  border-radius: 2px !important;
}
.xscrm-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: button;
  outline: none;
  text-decoration: none;
  text-transform: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #2fbb1c;
  border-color: #2fbb1c;
  color: #ffffff;
  width: 100%;
  height: 42px;
  border-radius: 2px;
}
.xscrm-btn:active,
.xscrm-btn:hover{
  color: #fff !important;
  opacity: 0.99 !important;
}
.xscrm-check-label {
  line-height: 1.7;
  color:black !important;
}

@media only screen and (max-width: 1200px) {
  .xscrm-login-page {
    background-size: 260px, 260px;
  }
}
@media only screen and (max-width: 992px) {
  .xscrm-login-page {
    background-size: 200px, 200px;
  }
}
@media only screen and (max-width: 768px) {
  .xscrm-login-page {
    background-image: none;
    padding: 0 15px
  }
  .xscrm-login-page .xscrm-form-col .xscrm-form {
    width: 100%;
    padding: 0 20px;
  }
}
.login-validtion{
	color:red !important;
}