@font-face {
    font-family: 'vazir';
    src: url('../../fonts/Vazir-FD.eot') format('eot'),
    url('../../fonts/Vazir-FD.woff') format('woff'),
    url('../../fonts/Vazir-FD.ttf') format('truetype');
}
body{
    width:100%;
    /*border:5px solid #000;*/
    position:relative;
    height: 100%;
    font-family:vazir;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
}
.dnone{
    display: none;
}
.alert {
    margin-top: 5px;
    padding: 5px;
}
.rfloat{
    float:right;
}
.dnone{
    display:none;
}
.gray{
    color:#ccc !important;
}
.tcenter{
    text-align:center;
}
.drtl{
    direction: rtl !important;
}
.tright{
    text-align:right !important;
}
.mauto{
    margin:0 auto;
}
.lfloat{
    float:left;
}
.fbsans{
    font-family:yekan;
}
.dinblock {
    display: inline-block !important;
}
.fsans{
    font-family:bsans;
}
.no-padding{
    padding:0;
}
.no-padding-left{
    padding-left: 0px !important;
}
.f12px{
    font-size: 12px !important;
}
.no-margin{
    margin:0;
}
.no-float{
    float:none;
}
.fbold{
    font-weight:bold;
}
.dblock{
    display:block;
}
.purple1_color{
    color:#70134c;
}
.purple2_color{
    color:#901b63;
}
.purple3_color{
    color:#B34288;
}
.gray_titr{
    color: #878787;
}
.black_titr{
    color: #1b252a;
}
.cpointer{
    cursor:pointer;
}
.dinline{
    display: inline;
}
.ystar{
    color:#ffcc00;
}
.f18px{
    font-size: 18px;
}
.rfloat{
    float: right;
}
.login_box{
    text-align:right;
    color:white;
hsla(0, 100%, 90%, 0.3)
border:1px solid #545b62;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:12px;
}
.like_border_bottom {
    width: 93px;
    height: 3px;
    background: #fff;
    float: right;
    position: relative;
    right: 18px;
    border-radius: 2px;
}
.change_dimensions{
    position: relative;
    right:15px;
}
.remember{

}
.link{
    width: 112px;
    height: 1px;
    background: #fff;
    float: right;
    position: relative;
    left: -1px;
    border-radius: 2px;
}
.forgot_pass{
    font-size: 14px;
    text-decoration: underline;
    width:100%;
}
.forgot_pass:hover{
    text-decoration: none;
}
.login_box a{
    color:#fff;
}
.password_input{
    margin-top:10px;
}
.back_color{
    background-color: #455867;
    color:#fff;
    border:none;
    border-radius: 12px;
}
::-webkit-input-placeholder {
    color:    #eee !important;
}
:-moz-placeholder {
    color:    #eee !important;
    opacity:  1;
}
::-moz-placeholder {
    color:    #eee !important;
    opacity:  1;
}
:-ms-input-placeholder {
    color:    #eee !important;
}
::-ms-input-placeholder {
    color:    #eee !important;
}

::placeholder {
    color:    #eee !important;
}
.btn_option{
    display:block;
}
.btn_option a{
    color:#000000;
}
.member{
    display: flex;
    justify-content: center;
    text-decoration: underline;

}
.boxes {
    margin: auto;
    padding: 50px;
    background: #484848;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 2px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    border-radius: 5px;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 0px;
    right: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login_title{
    color: #fff;
    margin-right: 20px;
}
.login_title:hover{
    color: #ccc;
}
.form-control:focus{
    background: #778eb1;
}
.alert-danger{
    font-size: 12px;
    border-radius: 12px;
}