body,p,a,h1,h2,h3,h4,div,input,
ons-button,button,
.toolbar__title,.login-form{
    font-family: "Yekan" !important;
}
.toolbar__title{
    text-align: center;
}
.bodyPage{
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
    margin: 0px auto;
    direction: rtl !important;
}
input {
    display: inline-block !important;
    width: 100% !important;
    padding: 10px !important;
    margin-top: 20px !important;
    background: #FCFCFC !important;
    height: 44px !important;
    font-size: 20px !important;
}

.alert-danger {
    margin-top: 20px;
    background-color: rgba(255, 224, 0, 0.38);
    padding: 10px;
    border-radius: 5px;
    color: #ff1306;
    /* border: 1px solid #cecdcd; */
    box-shadow: 0px 0px 3px 0px #c1c1c0;
}
button.close{
    display: none;
}