@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: normal;
    src: url('IRANSansWeb.ttf');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: bold;
    src: url('IRANSansWeb_Bold.ttf') format('truetype');
}

body {
    background-image: url('clouds-3840x2160-5k-4k-wallpaper-8k-silver-lining-blue-sky-9970.jpg');
    background-color: #053ca8;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: iran;
    color: #283593;
}

#login {
    width: 320px;
    margin: auto;
    padding: 20px 0;
    font-family: iran;
    font-weight: bold;
    text-align: center;
    color: #283593;
}

#loginform {
    border-radius: 10px;
    background-color: #f0faff8c;
    margin-top: 20px;
    margin-right: 0;
    padding: 26px 24px 26px;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .13);
}

#wp-submit {
    height: auto;
    background-color: #aeddf7;
    color: #283593;
    border-color: #ffffff;
    line-height: 28px;
    padding: 0 12px 2px;
    vertical-align: baseline;
    float: left;
    font-family: iran;
    font-size: small;
    font-weight: bold;
}

#reg {
    text-align: right;
    color: #316c9b;
    outline: none;
}

#reg_a {
    color: #316c9b;
    outline: none;
}

input {
    font-size: 24px;
    /*width: 100%;*/
    padding: 5px;
    margin: 2px 0 16px 6px;
}

#wp-submit {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, -1px 0 1px #006799, 0 1px 1px #006799, 1px 0 1px #006799;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

#main {
    background-color: #f0faff8c;
    width: 60%;
    min-width: 700px;
    padding: 50px;
    margin: auto;
    font-weight: bold;
    color: #283593;
}


.ui-widget-content {
    background: #362b3600 !important;
    border-color: #362b3600 !important;
    color: #283593 !important;
}

.ui-widget {
    font-family: iran !important;
}

.ui-selectonemenu-panel {
    background: #e3eaef !important;
}