html, body {
    height: 100%;
}
.main h1:first-child {
    text-align: center;
    font-family: iransans;
    font-size: 14pt;
    color: #09AAD6;
    font-weight: 600;
    margin: 32px auto 10px;
}
form {
    margin-bottom: 20px;
}
.in-fieldset {
    border: 2px solid #07A7A2;
    border-radius: 10px;
    padding: 10px;
}
.in-fieldset:nth-child(even) {
    border: 2px solid #0077CC;
}

.in-fieldset h5 {
    background: #D2B7B7;
    margin: -10px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14pt;
    font-weight: 600;
}
.in-fieldset:nth-child(even) h5 {
    background: #D2DBEF;
}
.container-in h3 {
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px #B7B7B7;
    color: #0093FF;
}

.container.container-in {
    max-width: 800px;
}
.page-in {
}

.news-matn .news-img {
    float: left;
    margin: 20px;
    width: 40%;
    border: 3px solid #246D4C;
}

.news-title-h1 {
    font-family: byekan;
    font-weight: 600;
    color: #01662C;
}

.news-ndate {
    color: #6F6F6F;
}

/* idea form */

.main {
    font-family: byekan;
}

form div {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

form input,
form select,
form textarea {
    width: 100%;
    border: 2px solid #00A08A;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 8px 12px;
    outline: 0;
    font-family: iransans;
    font-size: 12pt;
    font-weight: 600;
}

form input:valid,
form textarea:valid {
    background: white;
    text-align: left;
    padding: 10px;
}

form input:focus,
form textarea:focus {
    border-color: #f06d06;
}

form input:focus+label,
form textarea:focus+label {
    background: #B71817;
    color: white;
    font-size: 100%;
    padding: 1px 6px;
    z-index: 2;
    text-transform: uppercase;
}

form label {
    transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
    position: absolute;
    color: #999;
    padding: 7px 6px;
    box-sizing: border-box;
}

form textarea {
    display: block;
    resize: vertical;
    min-height: 300px;
}

form.go-top input,
form.go-top select,
form.go-top textarea {
    padding: 12px 12px 12px 12px;
    background: #ffffff;
}

form.go-top label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

form.go-top input:focus,
form.go-top textarea:focus {
    padding: 20px 6px 4px 6px;
}

form.go-top input:focus+label,
form.go-top textarea:focus+label {
    bottom: 100%;
    margin-bottom: -16px;
}

form.go-bottom input,
form.go-bottom textarea {
    padding: 12px 12px 12px 12px;
}

form.go-bottom label {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

form.go-bottom input:focus,
form.go-bottom textarea:focus {
    padding: 4px 6px 20px 6px;
}

form.go-bottom input:focus+label,
form.go-bottom textarea:focus+label {
    top: 100%;
    margin-top: -16px;
}

form.go-right label {
    top: 2px;
    right: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: -3px;
}

form.go-right input:focus+label,
form.go-right textarea:focus+label {
    right: 0;
    margin-right: 0;
    width: 19%;
    padding-top: 11px;
    font-family: iransans;
    font-size: 10pt;
}

form.go-left label {
    top: 2px;
    font-size: 14pt;
    left: 100%;
    width: 100%;
    margin-right: -100%;
    bottom: -3px;
}

form.go-left input:focus+label,
form.go-left textarea:focus+label {
    left: 2px;
    margin-left: 0;
    width: 20%;
    padding-top: 5px;
}

input[type=button],
input[type=reset],
input[type=submit] {
    width: auto;
    float: left;
    margin: 10px;
    background: none !important;
    color: #086179;
    border: 2px solid;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover{
    
background: #ffffff !important;
    
border: 2px solid #000000;
}

fieldset {
    border: 2px solid rgb(51, 122, 183);
    padding: 19px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
}

legend {
    width: auto;
    padding: 10px;
    color: #303030;
    border-bottom: 0px;
    font-weight: 600;
    margin-bottom: 0;
}

.rtl {
    text-align: right!important;
}

input:required,
select:required,
textarea:required {
    background-image: url('/pic/star-bg2.png?')!important;
    background-position: 01% 50%!important;
    background-repeat: no-repeat!important;
    background: white;
}

.head-back {
    z-index: 5;
    position: absolute;
    top: 0px;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.head-in img:hover+.head-back {
    top: 100px!important;
}

.head-back h3 {
    font-weight: 600;
    text-align: center;
}

.message {
    font-family: iransans!important;
    font-size: 14pt;
    text-align: center;
    border: 1px solid #0093CC;
    border-top: 10px solid #0093CC;
    border-bottom: 10px solid #0093CC;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.54);
    padding: 40px;
    margin: 60px;
    line-height: 250%;
}

.rahgiri {
    border: 2px solid;
    width: 70%;
    margin: auto;
    margin-top: 40px;
    padding: 10px;
    font-size: 20pt;
    font-family: opensans!important;
    font-weight: 600;
}

a.rahgiri {
    display: block;
    background: #920000;
    color: #ffffff;
    font-family: iransans!important;
    font-size: 12pt;
    border: 2px solid #000000;
}

@media(max-width: 767px) {
        .message {
            font-family: iransans !important;
            font-size: 13pt;
            margin: 57px 0px;
            padding: 5px;
        }
        .rahgiri {
            border: 2px solid;
            width: 100%;
            margin: auto;
            margin-top: 40px;
            /* padding: 10px; */
            font-size: 20pt;
        }
}

.register {
        text-align: left;
        height: 34px;
        padding-top: 5px;
}
.register a {
        font-size: 12pt;
        font-weight: 600;
        /* border: 2px solid; */
        padding: 11px;
        background: rgba(255, 255, 255, 0.78);
        color: #E20000;
}
.in-announ {
}

.in-announ h5 {
    font-size: 13pt;
    text-align: left;
    color: #A7A7A7;
    padding: 10px;
}
.in-announ ul {
    
list-style: disc;
    
margin-right: 52px;
}
.in-announ ul li, .in-announ ul li a {
    font-family: iransans;
    font-size: 10pt;
    margin-bottom: 10px;
    color: #09AAD6;
}
.in-form-an {
    font-size: 12pt;
    text-align: center;
    font-weight: 600;
    color: #E80000;
}
.captcha {
    width: 33px;
    height: auto;
}
ul.in-ul-s li {
    font-size: 12pt;
    font-weight: 600;
    height: 36px;
}

select#usern {
    background: #00bdca;
    color: #ffffff;
}