@import url(../../panel/dist/css/fontiran.css);
body {
    font-family: IRANYekanXFaNum !important;
    background-color: #f0f0f0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
    font-family: IRANYekanXFaNum !important;
}
.sign-in-box{
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.sign-in-input{
    border-radius: 0;
    height: 50px;
}
.sign-in-input::placeholder{
    color: #dddddd;
}
.sign-in-left-box{
    text-align: center;
    vertical-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign-in-right-box{
    border-left: 1px solid #dddddd;
}
.mobile-box{
    border: 1px solid #e6e6e6;
    padding: 50px 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
}
.btn-sign-in{
    background-color: #ffb95e;
    border-left: 1px solid #ffaf4e;
}
.btn-sign-in:hover{
    background-color: #ffaf4e;
    border-left: 1px solid #ffaf4e;
}
