.cme-content-cls{
    color: #63B471;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding-left: 4px;
    
}
.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-size: clamp(28px, 3.5vw, 48px); */
    font-weight: 700;
    color: var(--cme-text-dark);
    line-height: 42px;
    font-size: 28px;
    text-align: center;
    padding-top:30px;
}
.cme-hero-sub {
    font-size: 24px;
    color: var(--cme-text-mid);
    line-height: 32px;
    font-family: Cairo;
    font-style: Regular;
    text-align: center;
}
.cme-login-top-head{
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0%;
    color:#0E0E0E;
}
.cme-login-top-para{
    font-weight: 500;
    font-style: Bold;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;

}
.input-style:hover,
.input-style:focus{
    border: 2px solid #63B471;
    outline: none;
}
.bg-color-set{
    background:#F0F7F3;
}
.cme-rember{
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #343434;
    padding-left:3px;
}
.cme-login-account{
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #343434;
}
.cme-stat-label-login{
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;

}
.cme-stat-label-cme{
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;

}
.cme-stat-label-free{
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;

}
.cme-btn-login{
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}