﻿@font-face {
    font-family: MyFont;
    src: url('/Content/asset/Fonts/IRANSans.eot') format('embedded-opentype');
    src: url('/Content/asset/Fonts/IRANSans.ttf') format('truetype');
    src: url('/Content/asset/Fonts/IRANSans.woff') format('woff');
    src: url('/Content/asset/Fonts/IRANSans.woff2') format('woff2');
}

p,h1,h2,h3,h4,h5,span,ul,li,a,table,text,button,div {
    font-family: MyFont!important;
}

body {
    direction: rtl;
    height: 100%;
    background-color: #FAFAD2;
}
.btn {

font-size:14px!important;

}



/*login..............*/

/*.bodystyle {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.5578606442577031) 0%, rgba(67,67,74,0.7371323529411764) 25%, rgba(194,200,200,1) 100%);
}*/
.containposation {
    margin-top: 150px;
}
/*
.loginHeader {
    background-color: #d7bf75;
    color: #eae3af;
}


.btnlogin{
    background-color: #d7bf75;
}*/

   /* .btnlogin:hover {
        background-color: #eae3af;
    }*/


#Sdate{
    overflow:visible!important;
}
#Edate {
    overflow: visible !important;
}
.bgFisrt {
    width: 100%;
    height: 600px;
    background-image: url('../Images/MC112.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 80%;
}

.divcenter {
    text-align: center;
    width: 350px;
    height: 150px;
    background-color: antiquewhite;
    border: 1px solid black;
    margin-top: 190px;
    margin-bottom: 100px;
    margin-right: auto;
    margin-left: auto;
    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 2.5px );
    -webkit-backdrop-filter: blur( 2.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.buttonInForm {
margin:5px!important
}