@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.eot');
    src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
  }


.login__form__img{
flex: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
h1{
    font-size:1.5rem;
}

    img{
        max-width: 100%;
        height: auto;
    }

    upl::before {
        font-family: fontAwesome;
        content: "\f067\00a0";
      }

    body {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center ;
        background-color:#cdd9ea ;
        text-align: right;
        font-family: 'Vazir';
       font-size:1rem;
    }

    .container{
        max-width: 1280px;

    }


    .login__form{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 40px;
        overflow: hidden;
        min-height: 80vh;

    }


    .selectfish__form{
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 40px;
        overflow: hidden;
        min-height: 80vh;
    }

    .login__form__img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    
    }
.login__form__right{
    padding: 5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    text-align: right;
}

.login__form__right h1{
    margin-bottom: 1rem;
}
.login__form__right h3{
    margin-bottom: 1rem;
}

.login__form__right form input,.login__form__right form  button,.login__form__right form  select,.login__form__right form  textarea{
width: 100%;
margin-bottom: 1rem;
border: 2px solid #cdd9ea;
padding: 0.6rem;
border-radius: 5px;
outline: none;
direction: rtl;
font-family: 'Vazir';
font-size:1rem;
text-align: right;

}

.textarea{
    resize: none;

}

.login__form__right form input:focus{
    border: 2px solid rgb(62, 125, 251);
    box-shadow: 0 0 0px  2px rgba(62, 125, 251, 0.2);
}

.login__form__right form  label{
color:#989b9f;
    }

.login__form__right form  button{
background-color: rgb(62, 125, 251);
    margin-top: 1rem;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 0.7rem;
    cursor: pointer;
    transition: background 0.2s ease;
    text-align: center;
    }

    .login__form__right form  button:hover{
        background-color: rgb(23, 81, 197);

            }

            @media screen and  (min-width:768px)  {
                .selectfish__form,.login__form{
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    background-color: #fff;
                    border-radius: 20px;
                    overflow: hidden;

                }
            }

            /******************************************************************************************************************************/
            