@import url(alerts.css);
@font-face {
    font-family: 'BYekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot#iefix') format('eot'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

body {
    color: #000;
    font-family: 'BYekan';
    padding: 0px !important;
    margin: 0px !important;
    /*background: #F2F2F4 url('../img/main.png');*/
    height: 100%;
    background: radial-gradient(circle at 1.98% 85.01%, #7474BF, transparent 80%), radial-gradient(circle at 98.02% 21.98%, #348AC7, transparent 100%), radial-gradient(circle at 50% 50%, #0cc285, #0cc285 100%);
    background-attachment: fixed;
    font-size: 13px;
    direction: rtl;
}

img,
a {
    border: none;
}

a {
    text-decoration: none;
    color: #CCC
}

.clearfloat {
    width: 100%;
    height: 1px;
}

#loginframe {
    width: 390px;
    min-height: 220px;
    height: auto;
    border-radius: 5px;
    background-color: #E3E3E3;
    /* -webkit-box-shadow: 1px 0px 1px #FFF, 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 1px #FFF, 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 1px #FFF, 0px 0px 3px rgba(0, 0, 0, 0.2);*/
    padding: 20px;
    margin: 200px auto;
}

.lockicon {
    float: right;
    width: 115px;
    height: 140px;
    text-align: right;
    padding-top: 25px;
    color: #999999;
}

.lockicon i {
    font-size: 140px !important;
}

.formbody {
    float: right;
    width: 272px;
    height: 50px;
    color: #999999;
}

.formbody .icon {
    width: 38px;
    height: 32px;
    float: left;
    border-radius: 5px;
    background-color: #EEEEEE;
    color: #999999;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    height: 21px;
    border-radius: 5px;
    text-align: left;
    direction: ltr;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 223px;
    float: right;
    border: 1px solid #DDDDDD;
}

.btn {
    font-family: 'BYekan', Tahoma;
    border: none;
    border-radius: 5px;
    text-align: center;
    height: 28px;
    padding-top: 6px;
    padding-bottom: 8px;
    width: 99%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
    background: #205E87;
    color: #fff;
    outline: none;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.btn:hover {
    cursor: pointer;
    background: #246c9c;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#footer {
    width: 100%;
    bottom: 0;
    margin-top: 15px;
    height: 26px;
    font-size: 13px;
    color: #ccc;
    text-align: center;
}

#footer a {
    color: #fff
}