body{
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    background: #ebebeb;

}

ul{
    padding-inline-start: 0px !important;
}

.invalid-feedback{
    font-size: 0.9em;
    font-weight: 400;
    color: red;
}

.hr{
    width: 30%;
    height: 3px;
    background:#00C905;
    margin: 10px 0px 30px 0px;
}

.main{
    width: 50%;
    height:650px;
    margin: 50px auto;
    background: #fff;
    display: flex;
}

.row{
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 !important;
    }

.authentication-image{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}



.authentication-image img{
    height: 100%;
    position: relative;
    left:-150px;
    z-index: 1000;
}

.authentication-image::after{
    content: '';
    background:#00C905;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
}

.authentication-form{
    width: 50%;
    padding: 20px;

}

.authentication-title{
    text-align: left;
}

.authentication-title h2{
    line-height:0.5em;
}

.authentication-title p{
    color: rgb(94, 94, 94);
}

.authentication-form ul{
    position:relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 200%;
}

.authentication-form ul li{
    list-style: none;
    width: 100% ;
}

.authentication-form form{
    width:100%;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.form-group{
    width: 100%;
    margin: 20px 0px;
}

.form-label{
    display: block;
    font-size:0.9em;
    margin-bottom:5px;
}

.form-control{
    display: block;
    width: 97%;
    height: 40px;
    border: none;
    background:#00c9032c;
    padding-left:10px;
    font-family: 'Poppins', sans-serif;

}

.form-control:focus{
    background: none;
    outline: 1px solid #00C905;
    font-family: 'Poppins', sans-serif;
}

.form-button{
    height: 50px;
    font-family: 'Poppins', sans-serif;
    color:#fff;
    padding: 0px 50px;
    border: none;
    float: right;
}

.form-button:disabled{
    background:#cfcfcf;
    color:#001D2B;
}

.next{
    background:#001D2B;
    display: none;
}

.register{
    background:#00C905;
}

.required::after{
    content: '*';
    color: rgb(206, 3, 3);
}

/*Rounded toggle button*/
.toggle-swith{
    display:flex;
    align-items: center;
}
.toggle-swith p{
    padding-left: 20px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00c9032c;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #00C905;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #00C905;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  @media only screen and (max-width: 600px) {
    .main{
        width: 100%;
        height:auto;
        margin: 20px 0 20px 0;
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .row{
        display: flex;
        justify-content: space-between;
        margin: 0 !important;
        padding: 0 !important;
        }

    .authentication-image{
        width: 100%;
        height: 100px;
        overflow: hidden;
        position: relative;
    }

    .authentication-image img{
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top:-100px;
        z-index: 1000;
    }

    .authentication-image::after{
        content: '';
        background:#00C905;
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1010;
    }

    .authentication-form{
        width: 100%;
        padding: 20px;

    }

    .authentication-title{
        text-align: left;
    }

    .authentication-title h2{
        line-height:0.5em;
    }

    .authentication-title p{
        color: rgb(94, 94, 94);
    }

    .authentication-form ul{
        position:relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 200%;
    }

    .authentication-form ul li{
        list-style: none;
        width: 100% ;
    }

    .authentication-form form{
        width:92%;
        margin-top: 10px;
        overflow: hidden;
        position: relative;
    }

    .form-group{
        width: 100%;
        margin: 20px 0px;
    }

    .form-label{
        display: block;
        font-size:0.9em;
        margin-bottom:5px;
    }

    .form-control{
        display: block;
        width: 97%;
        height: 40px;
        border: none;
        background:#00c9032c;
        padding-left:10px;
        font-family: 'Poppins', sans-serif;

    }

    .form-control:focus{
        background: none;
        outline: 1px solid #00C905;
        font-family: 'Poppins', sans-serif;
    }

    .form-button{
        height: 50px;
        font-family: 'Poppins', sans-serif;
        color:#fff;
        padding: 0px 50px;
        border: none;
        float: right;
    }

    .form-button:disabled{
        background:#cfcfcf;
        color:#001D2B;
    }

    .next{
        background:#001D2B;
        display: none;
    }

    .register{
        background:#00C905;
    }

    .required::after{
        content: '*';
        color: rgb(206, 3, 3);
    }

    /*Rounded toggle button*/
    .toggle-swith{
        display:flex;
        align-items: center;
    }
    .toggle-swith p{
        padding-left: 20px;
    }
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
      }

      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00c9032c;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }

      input:checked + .slider {
        background-color: #00C905;
      }

      input:focus + .slider {
        box-shadow: 0 0 1px #00C905;
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }

      /* Rounded sliders */
      .slider.round {
        border-radius: 34px;
      }

      .slider.round:before {
        border-radius: 50%;
      }

  }
