.eye_icon_for_pass_css 
{
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 8px;
    font-size: 19px;
    cursor: pointer;
}
.signup-logo-img-css 
{
    height: 79px;
}
.signup-left-side-css{
    background: linear-gradient(
      289.94deg,
      #03060d 1.12%,
      #15284c 88.91%,
      #15284c 99.6%
    );
    display: flex;
    justify-content: end;
    max-height: 100vh;
    height: 100vh;
  }
.signup-img-text-css
{
    position: absolute;
    top: 56px;
    padding: 0 50px;
    font-weight: bold;
    color: #fff;
}
.signup-img-text-css h1
{
    font-size: 35px;
    line-height: 40px;
}
.signup-img-text-css ul
{
    font-size: 20px;
    line-height: 28px;
}
.signupcard
{
    box-shadow: 2px 3px 20px 0px #e0e0e0;
    cursor:pointer;
}
.signupcard:hover 
{
    background: rgba(0, 89, 255, 0.05);
}
.card_header_css
{
    font-size: 18px; 
    font-weight: bold;
}
.card_body_css
{
    font-size: 16px; 
}
.card_icon_box_css
{
    align-self: center;
}
.link_of_signup_css
{
    font-size: 18px;
    color: #007074;
}
.common_sign_btn_css {
    color: #fff !important;
    background-color: #007074;
    width: max-content;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none !important;
}
.signup-img2-text-css
{
    position: absolute;
    bottom: 141px;
    padding: 0 50px;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    line-height: 40px;
}
.sign_step_sub_title
{
    color: #007074;
    font-size: 19px;
}
.signup-btn-css
{
    background-color: #007074;
    color: #fff !important;
    width: 100%;
    padding: 12px 0px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sign_mobile_block_css .iti
{
    display: block;
}
@media (min-width:325px) and (max-width:540px){
    .signup-img-text-css ul{
        line-height: 20px;
        font-size: 14px;
    }
    .signup-img-text-css h2{
        font-size: 20px;
    }
}