.cme-content-cls{
    font-weight: 700;
    color: #63B471;
}
.input-style{
  width: 445px;
  height: 60px;
  top: 488px;
  left: 1385px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 12px;
  border-width: 2px;
  gap: 10px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;

}
.remember-forgot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.input-style{
    width:100%;
    height:50px;
    padding-left:40px;
    padding-right:40px;
    color:#000;
}
.cme-hero-heading{
    font-family: var(--cme-font);
    font-weight: 700;
    color: #0E0E0E;
    line-height: 1.2;
    font-size: 28px;
    text-align: center;
    padding-top:30px;
}
.cme-hero-sub {
    font-size: 24px;
    color:#393939;
    line-height: 1.7;
    font-family: Cairo;
    font-style: Regular;
    text-align: center;
}

.input-style:hover,
.input-style:focus{
    border: 2px solid #63B471;
    outline: none;
}
.cme-reg-heading{
  font-size:32px;
  font-style: SemiBold;
}
.cme-select-box{
  width:100%;
  color:#000;
  top: 488px;
  left: 1385px;
  angle: 0 deg;
  opacity: 1;
  border-radius: 12px;
  border-width: 2px;
  gap: 10px;
  padding-top: 7px;
  padding-right: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  border: none;
}
.cme-select-box:hover,
.cme-select-box:focus{
    border: 2px solid #63B471;
    outline: none;
}
.cme-reg-content{
  line-height: 32px;
  letter-spacing:0%;
}
.bg-color-set{
    background:#F0F7F3;
}
.cme-stat-label-cme {
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
}