
body{
    background:var(--bg_gray)!important;
}
.wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.login-card {
    width: 70%;
    min-height: 600px;
    box-shadow: 0px 8px 60px -10px rgba(13, 28, 39, 0.4);
    border-radius: 12px;
    background-image: url("../img/atanma_bg2.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;

}

.login-card .col-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}


.login-card .col-5 img {
    width: 250px;
    max-width: 100%;
    height: auto;
}
form{
    margin-top: 30px;
}


input, textarea,
select {
    background: rgba(221, 222, 224, 0.79) !important;
    border: none!important;
    font-size: 13px!important;
    height: 20px!important;
    margin: 15px!important;
    outline: 0!important;
    padding: 20px!important;
    width: 90%!important;
    color: #8a97a0!important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset!important;

}


 select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}


 label {
    display: block;
    margin-bottom: 8px;
    color: var(--bg_color) !important;
    font-size: 10px!important;
    margin-left: 20px;

}

.wrapper label.light {
    font-weight: 300;
    display: inline;
}
.wrapper .login-or {
    color: #d4d4d4;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    display: flex;
}

.wrapper .or-line_left {
    background-color: var(--bg_color);
    height: 2px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    width: 49%;
    margin-right: 18px;
}
.wrapper .or-line_right {
    background-color: var(--bg_color);
    height: 2px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    width: 49%;
    margin-left: 18px;
}
.wrapper .span-or {
    background-color: rgba(255, 255, 255, 0.09);;
    color: var(--bg_color);
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 42px;
}



@media screen and (max-width: 1024px) {
    .login-card {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding-top: 50px;
        flex-direction: column;
    }

    .login-card {
        width: 90%;
        min-height: auto;
        position: relative;
        padding: 20px;
    }

    .login-card .col-5 {
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

    .login-card .col-5 img {
        width: 150px;
    }

    .login-card .col-sm-6 {
        width: 100%;
        padding: 20px;
    }

    .login-card input, textarea, select {
        width: 100% !important;
        margin: 10px 0 !important;
        font-size: 12px !important;
        padding: 10px !important;
    }

    .login-card .text-end {
        text-align: center !important;
    }

    .login-card .btn {
        width: 100%;
    }

    .login-card .login-or {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .login-card .or-line_left, .or-line_right {
        width: 35% !important;
        margin: 20px auto;
    }

    .login-card .col-5 {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .login-card .col-5 img {
        width: 150px;
        margin-left: 0!important;
    }

    .login-card .col-sm-6 {
        width: 100%;
        padding: 20px;
    }
    .login-card .logo_img{
        margin-left: 0!important;
    }

}
