@font-face {
    font-family: 'Yekan';
    src: url('fonts/Yekan.eot?#') format('eot'),  
        url('fonts/Yekan.woff') format('woff'),
        url('fonts/Yekan.ttf') format('truetype');
    font-style:normal;
    font-weight:normal;
}

@media screen and (max-width: 767px) { 
    #background {padding: 0px;height: max-content; } 
    #container { width: 100%;height:  max-content;} 
}


.background{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 15px;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
    height: 100%;
}

.container{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    height: 97%;
    width: 85%;
    border-radius: 10px;
    border-width: 5px;
    border-color: black;
    background:white;
}

.login{
    direction: rtl;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;
    font-family: yekan;
    font-size: 12px;
    color: #660066;
}
.input{
    border-width: 0px;
    font-family: Poppins-Medium;
    font-size: 15px;
    background: #e6e6e6;
    width: 100%;
    height: 35px;
    border-radius: 25px;
    border: 1px solid #330033;
    padding: 0 30px 0 30px;
    margin-bottom: 10px;
}

.button{
    font-family: yekan ;
    font-size: 15px;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    border: 1px solid #330033;
    width: 100%;
    height: 35px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;  
}

.lable{
    font-family: yekan ;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.link{
    font-family: yekan ;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.forgetpass{
    font-family: yekan ;
    color: red;
    font-size: 13px;

}
.enamad{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}



