.login_section {
    background: linear-gradient(2deg, #ff8804d9, #ff8804d9), url(/application/libraries/img/login-img/services-bg.jpg);
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_banner {
    background: linear-gradient(3deg, #000000ba, #ffffff63), url(/application/libraries/img/login-img/login-img.jpg);
    height: 100%;
    padding: 20px 20px;
    background-size: cover;
    border-radius: 20px 0px 0px 20px;
    background-position: top;
}


.logo_login a {
    display: flex;
    align-items: center;
    gap: 13px;
}

.logo_login a img {
    width: 100%;
    max-width: 80px;
}

.logo_login a h4 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.logo_login a {
    text-decoration: none;
}

.logo_login a p {
    margin: 0;
    color: #ff8804;
    font-size: 18px;
}

.login_banner h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 11px;
}

.login_content {
    background: #ffff;
    padding: 70px 50px 80px 50px;
    border-radius: 0px 20px 20px 0px;
    position: relative;
    overflow: hidden;
}

.top_arrow {
    position: absolute;
    top: 0px;
    right: -13px;
    transform: rotate(
298deg);
}

.top_arrow img {
    width: 100%;
    max-width: 200px;
}

.login_content h4 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.login_content p {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
}


.login_content h3 {
    color: #171717;
    font-size: 28px;
    font-weight: 700;
}

.login_content h3 span {
    color: #ff8804;
}

.login_input {
    position: relative;
    margin-top: 25px;
}

.login_input label {
    color: #ff8804;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    background: #fff;
    padding: 0px 7px;
    position: absolute;
    line-height: 15px;
    left: 10px;
    top: -7px;
}

.login_input input, .login_input select {
    border: 1px solid #ff8804;
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
    padding: 12px 40px;
}

.yeco {
    position: absolute;
    right: 0px;
    color: #1a1a1a;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    align-items: center;
    background: #ff88042b;
    padding: 0px 15px;
    border-radius: 0px 7px 7px 0px;
    font-size: 18px;
}

.login_input > i {
    position: absolute;
    left: 14px;
    color: #3d3d3d;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 19px;
}

.login_input input:focus, .login_input select {
    border-color: #ed8d24;
    box-shadow: 0 0 0 .25rem #ec8c2200;
}


.forgot_pawww {
    text-align: end;
    margin-top: 15px;
}

.forgot_pawww a {
    color: #585858;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.sign_btn {
    width: 100%;
    margin-top: 25px;
}

.sign_btn button {
    width: 100%;
    background: #ec8c23;
    border: 1px solid #ec8c23;
    padding: 12px 0px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    transition: 0.5s;
}

.signin_text {
    text-align: center;
    margin-top: 15px;
}

.signin_text a {
    color: #ec8c23;
    text-decoration: none;
}

.sign_btn button:hover {
    background: #c37218;
    /* color: #fff; */
}

.vector_imes {
    position: absolute;
    bottom: 0;
    left: -2px;
}

.vector_imes img {
    width: 100%;
    max-width: 130px;
}

.vector_imes2 {
    position: absolute;
    bottom: 0;
    right: -30px;
}

.vector_imes2 img {
    width: 100%;
    max-width: 400px;
}

@media(max-width:767px){
  .login_content {
    padding: 50px 20px 80px 20px;
    border-radius: 20px;
    margin: 10px;
    overflow: hidden;
}

.login_content h3 {
    font-size: 25px;
}

.login_section {
    background: linear-gradient(2deg, #ff8804ad, #ff88046b), url(/application/libraries/img/login-img/services-bg.jpg);
}

.top_arrow img {
    width: 100%;
    max-width: 130px;
}
}