@import url('/static/css/fonts.css');
body {
    direction: rtl;
    font-family: ShabnamBold;
    user-select: none;
    background-position: center;
    background-color: #f0f1f3;
    background-size: cover;
    overflow-x: hidden;
    height: 100vh;
    background-repeat: repeat;
}

.links-button {
    text-align: center;
    margin: 50px 0px;
}

.row {
    margin: 50px auto;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: initial;
    border-radius: 80px;
    padding: 30px 30px 30px 30px;
    max-width: 430px;
    background-color: #f2ff0042;
    box-shadow: 1px 11px 20px 10px #f2ff00c2;
}

a {
    transition: 0.3s;
    --animate-duration: 2s;
}

a:hover {
    border-radius: 7px;
    width: 95%;
}

.logo-img {
    width: 430px;
    background: #f2fd2bb3;
    border-radius: 15%;
    --animate-duration: 2s;
    --animate-delay: 20s;
}

.label-form-field {
    display: block;
    text-align: right;
    font-family: VazirFont;
    margin: 10px;
    font-family: ahang4;
}

input {
    height: 30px;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    padding: 3px 10px;
    direction: ltr;
    font-family: ShabnamBold;
}

input[type=submit] {
    cursor: pointer;
    font-family: VazirFont;
    text-align: center;
    font-family: ahang4;
}

#label-form {
    text-align: right;
    background-color: #FF9800;
    width: 62px;
    padding: 5px;
    border-radius: 5px;
}

#id_username {
    font-family: none !important;
}

.form-error {
    border-radius: 5px;
}

.img-link {
    width: 200px;
    display: inline-block;
}

.img-link:hover {}

.social-img {
    width: 30px;
}

.social-networks {
    background-color: #f2ff00c2;
    padding: 8px 0px 10px 0px;
    display: inline-block;
    border-radius: 20px;
}

.label-network {
    text-align: right;
    font-family: ahang3;
    padding: 0px 10px;
}

.img-link-big {
    width: 250px;
    display: block;
    margin: 10px auto;
}

.form-field{
    width:100%;
    display:block;
    height:35px;
    border-radius:20px;
    text-align:center;
    
}

@media only screen and (max-width: 720px) {
    .img-link {
        width: 150px;
    }
    .img-link-big {
        width: 200px;
    }
}

@media only screen and (max-width: 500px) {
    .logo-img {
        width: 100%;
    }
    .row {
        border-radius: 50px;
        margin: 50px 5px;
        padding: 20px;
    }
    .img-link {
        width: 100px;
    }
    .img-link-big {
        width: 150px;
    }
    .social-img {
        width: 30px;
    }
}