@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Quicksand:wght@300;400;500;600;700&display=swap");
/******** colors ***********/
/********* fonts **********/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  float: left;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}

body.imgBot {
  min-height: 100%;
  background-image: url(../../app_images/LogImg.png);
  position: relative;
  background-size: cover;
  background-position: bottom;
}

body.log {
  min-height: 100%;
  background-image: url(../../app_images/regImg.png);
  position: relative;
  background-size: cover;
  background-position: bottom;
}

.sideImg {
  width: 50%;
  float: left;
  margin: 0;
  text-align: center;
  padding: 0 55px;
}

.sideImg img {
  width: 100%;
  margin: 85px 0 0 0;
}

.sideImg span {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
}

.sideImg span h4 {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-size: 22px;
  margin: 0 0 0 0;
}

.sideImg span p {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  font-family: Quicksand;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}

main.mainBlock {
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

main.mainBlock .mainBlockInner {
  width: 100%;
  float: left;
  background-color: #fff;
  background-image: url(../../app_images/testimonial_block_bac.jpg), url(../../app_images/features_block_back.jpg);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: 180px, 160px;
  padding: 35px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

main.mainBlock h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-weight: 600;
  margin: 0 0;
  padding: 0 0 0 14px;
  font-size: 20px;
  color: #505050;
  border-left: 4px solid #5D3AA7;
  position: relative;
}

main.mainBlock h1 picture {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  padding: 6px 6px;
  right: 0;
  top: -20px;
}

main.mainBlock h1 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main.mainBlock form {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}

main.mainBlock form p {
  font-family: Quicksand;
  text-transform: uppercase;
  font-size: 11px;
  margin: 4px 0;
  font-weight: 800;
  color: #82d084;
}

main.mainBlock .fildInput {
  width: 100%;
  float: left;
  border: 0;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  padding: 11px 12px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  outline: none !important;
  margin: 9px 0;
  background-color: #fff;
}

main.mainBlock input[type="text"].fildInput {
  background-image: url(../images/user.png);
}

main.mainBlock input[type="email"].fildInput {
  background-image: url(../images/message.png);
}

main.mainBlock input[type="password"].fildInput {
  background-image: url(../images/lock.png);
}

main.mainBlock a.loginAcc {
  float: right;
  font-family: Poppins;
  color: #000;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main.mainBlock a.loginAcc:hover {
  color: #FE4444;
}

main.mainBlock .subBtn {
  width: 100%;
  float: left;
  border: 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 0px;
  outline: none !important;
  margin: 20px 0 0 0;
  text-align: center;
  background: #5D3AA7;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

main.mainBlock .subBtn:hover {
  background: #55C340 !important;
  color: #fff !important;
}

.s_message {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-size: 13px;
  margin: 11px 0 -10px 0;
  font-weight: 500;
  color: #55C340;
}

.e_message {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-size: 13px;
  margin: 11px 0 -10px 0;
  font-weight: 500;
  color: #FE4444;
}

.loginAccleft {
  float: left !important;
}
/*# sourceMappingURL=style.css.map */