.mblog {
  overflow: hidden;
}

/*===== Header Start=====*/
.header .headerbg {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header .headerwriting {
  font-weight: 600;
  font-size: 40px;
  max-width: 1500px;
  margin: 35px auto 0 auto;
  text-align: center;
}
/*===== Header END=====*/

/*===== Content Start=====*/
.flexcon {
  display: flex;
  max-width: 1400px;
  justify-content: space-between;
  margin: 80px auto 80px auto;
}
.conelem {
  width: 650px;
}
.conelem p {
  padding-top: 5px;
}
.rbline {
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(127, 127, 127, 1) 25%,
    rgba(153, 153, 153, 1) 50%,
    rgba(204, 204, 204, 1) 75%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(127, 127, 127, 1) 25%,
    rgba(153, 153, 153, 1) 50%,
    rgba(204, 204, 204, 1) 75%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(127, 127, 127, 1) 25%,
    rgba(153, 153, 153, 1) 50%,
    rgba(204, 204, 204, 1) 75%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 1.00)', endColorstr='rgba(255, 255, 255, 1.00)',GradientType=1 );
}
#conheadone {
  background-color: rgba(233, 122, 134, 0.15);
}
#conheadtwo {
  background-color: rgba(72, 182, 225, 0.3);
}
.headlinecon {
  position: relative;
  padding-bottom: 20px;
}
.headlinecon h3 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #373a3c;
}
.headlinecon::before {
  background: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* height: 100%; */
  position: absolute;
  transform-origin: 0%;
  transform: skewY(0deg);
  z-index: -1;
}
.headlinecon::after {
  background: inherit;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  position: absolute;
  transform-origin: 0%;
  transform: skewY(-2deg);
  z-index: -1;
}
/*===== Content END =====*/

/*===== Login Start =====*/
.logincon {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 75vw;
  display: flex;
  height: 60%;
  max-width: 1000px;
  height: 600px;
  min-width: 750px;
  z-index: 2;
}
/* .login.forgotpwd .logincon{
    max-width: 600px;
} */
.login.fgtpwd p {
  font-size: 13px;
}
.login.fgtpwd h1 {
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
}
.login.forgotpwd p {
  margin-top: 5px;
}
.login .loginbg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
.login .loginimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 800px;
}
.login .loginmain {
  background-color: #ffffff;
  padding: 40px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.login .loginmaincon {
  width: 100%;
}
.login .loginmaincon p {
  max-width: 80%;
}
.login .bottomin {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.login .bottomin a.pw {
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #000000;
}
.login .links {
  margin-bottom: 20px;
}
.login.forgotpwd .links {
  margin-bottom: 0px;
}
.login .links a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.login .links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 4px;
  z-index: -1;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.login .links a:hover::after {
  background-color: rgba(72, 182, 225, 0.6);
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.login .links a.active::after {
  background-color: rgba(72, 182, 225, 0.6);
}
.login .links .linkreg {
  margin-left: 20px;
}
.login .inputelem {
  display: block;
}
.login .inputelem:not(:first-of-type) {
  margin-top: 15px;
}
.login .inputelem label,
.login .inputelem .mblabel {
  display: block;
  font-size: 13px;
  padding-bottom: 5px;
}

/* Verify */
.verifyacc .loginmaincon h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
/* .regresponse .mbbutton{
    border: 2px solid rgb(166, 166, 166);
    margin-left: 0 !important;
} */
.verifyacc p {
  font-size: 13px;
}
.login .verifycon {
  display: flex;
  align-items: center;
  margin-top: 10px;
  max-width: 80%;
}
.login .inputelem.withicon .iconelem {
  padding: 2px 15px;
  line-height: 35px;
  height: 40px;
  font-size: 20px;
  box-sizing: border-box;
}
.login .inputelem input {
  width: 80%;
}
.login .inputelem.withicon input {
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
}
.login .inputelem .iconelem {
  background-color: rgb(166, 166, 166);
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}

.login .loginclose {
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 20px;
}
.login .loginclose span {
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #000000;
  border-radius: 2px;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.login .loginclose span:nth-child(1) {
  top: 8px;
  background-color: rgb(166, 166, 166);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.login .loginclose span:nth-child(2) {
  margin-left: -20px;
  opacity: 0;
}
.login .loginclose span:nth-child(3) {
  top: 4px;
  background-color: rgb(166, 166, 166);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.login .msg {
  margin-top: 10px;
}
.login .bottomin {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
/*===== Login END =====*/

/*===== Registration Successful START =====*/
.registersucc {
  display: flex;
  align-items: center;
}
.regcon {
  background-color: #ffffff;
  padding: 40px 40px;
  border-radius: 5px;
  margin: 0px auto;
  width: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.regcon h1 {
  margin-top: 0px;
  font-size: 22px;
}
/*===== Registration Successful END =====*/

/* ===== Verify Account ===== */
.msg {
  color: rgba(72, 182, 225, 1);
}
input#verify {
  appearance: none;
}

.loginflex {
  display: flex;
  justify-content: space-between;
}
.loginfind {
  width: calc(50% - 10px);
}
.login .loginfind input:not(input[type="submit"]) {
  width: 100%;
}

.mbinputtog.mbflex {
  display: flex;
  align-items: flex-end;
}
.mbinputtog.mbflex .inputelem:first-of-type {
  margin-right: 10px;
  width: 40%;
}

@media (max-width: 980px) {
  .logincon {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .logincon {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 100%;
    min-width: 100%;
  }
  .linkplan .logincon div {
    background-position: center center !important;
  }
  .logincon .loginimg {
    height: 30%;
    width: 100%;
  }
  .logincon .loginmain {
    height: 70%;
    box-sizing: border-box;
    width: 100%;
  }
  .logincon {
    overflow-x: auto;
  }
  .login .loginmain {
    min-height: 620px;
  }
  /* .login.forgotpwd .loginmain{
      height: 420px;
      min-height: 420px;
    }
    .login.forgotpwd .loginclose{
      position: fixed;
    }
    .login.forgotpwd .logincon{
      display: flex;
      align-items: center;
    } */
  .login.forgotpwd .loginmaincon p {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .login.verifyacc .inputelem.withicon .iconelem {
    font-size: 20px;
    padding: 2px 15px;
    line-height: 46px;
    height: 50px;
  }
  .login.verifyacc .inputelem.withicon input {
    font-size: 27px;
    letter-spacing: 17px;
    width: 292px;
    padding-left: 25px;
    height: 50px;
    width: 234px;
  }
}
@media (max-width: 440px) {
  .login .bottomin,
  .login .bottomin input {
    display: block;
  }
  .login .bottomin input {
    margin-bottom: 20px;
  }
  .login .bottomin a {
    margin-left: 0px;
  }
  .login .inputelem input {
    width: 100%;
  }
  .login .loginmain {
    padding: 40px 20px;
  }
  .login .links a {
    font-size: 19px;
  }
  .login .bottomin {
    left: 20px;
  }
}

@media (max-height: 600px) and (min-width: 766px) {
  .logincon {
    height: 100%;
    overflow-x: auto;
  }
  .login .loginmain,
  .login .loginimg {
    height: 600px;
  }
  .loginmain {
    box-sizing: border-box;
  }
}
