@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Poppins-Regular";
  color: #333;
  font-size: 13px;
  margin: 0; }

input, textarea, select, button {
  font-family: "Poppins-Regular";
  color: #333;
  font-size: 13px; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

a:hover {
  text-decoration: none; }

:focus {
  outline: none; }
.form-control {
    background-color: #ffffff7d !important;
    border: 1px solid #a61d3b52 !important;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(166 29 59 / 32%) 100%) !important;*/
}
















.passwordeye i {
    color: #a61d3b;
}

.login-signin p {
    padding-bottom: 0px !important;
    padding-top: 5px !important;
}

.wrapper {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: end;
  /*  background-image: url(../images/banner01.svg);*/
    /* background-color: #F5EAEA;*/
}

.inner {
    padding: 35px 20px;
    border-radius: 20px;
    background: #fff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    /* background: #a61d3b; */
    width: 396px;
    margin: auto;
    /* margin: auto; */
    border-radius: 15px;
    display: flex;
    background: rgba(255, 255, 255, 0.1); /* semi-transparent white */
    backdrop-filter: blur(10px); /* blur the background behind */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border: 1px solid rgb(66 190 132 / 42%);
    box-shadow: 0 4px 30px rgb(66 190 132 / 21%);
}
    .inner .image-holder {
        width: 50%;
        border-radius: 30px;
    }
    .inner .form {
        /*    width: 50%;*/
        padding-top: 0px;
        padding-bottom: 0px;
        /*  padding-left: 45px;
    padding-right: 45px;*/
    }
  .inner h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Poppins-SemiBold";
    text-align: center;
    margin-bottom: 28px; }

/*# sourceMappingURL=style.css.map */
.essp_log{
    width:500px;
}
@media only screen and (min-width: 992px) and (max-width:1400px) {
    .essp_log{
            width: 370px;
    }
}