@font-face {
    font-family: "shabnam";
    src: url(../font/shabnam/Shabnam.woff2);
}

a {
    text-decoration: none;
}

body {
    font-family: "shabnam";
    direction: rtl;
    background-image: url(../img/login2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    position: relative;
    margin: 0;
    background-attachment: fixed;
    padding-bottom: 30px;
    color: white;
}

.box {
    background-color: #51676572;
    backdrop-filter: blur(10px);
    width: 54%;
}

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

h1 img {
    width: 200px;
    cursor: pointer;
}

hr {
    height: 3px;
    opacity: 1;
}

.form-control {
    background: transparent;
    direction: rtl;
    color: white;
}

.form-control:focus {
    box-shadow: 0 0.5rem 1rem rgba(0, 92, 100, 0.458);
    background: #8c9ba54b;
    color: white;
}

.pass-input i {
    top: 42px;
    left: 15px;
    cursor: pointer;
}

.btn-login {
    background-color: #0c6aa84b;
    border: none;
}

.btn-login:hover {
    transition: .2s;
    background-color: #0099ff17;
}

@media screen and (max-width: 768px) {
    .box {
        width: 100%;
    }
}