﻿@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/IRANSansWeb.eot"); /* IE */
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), /* IE */
    url("../fonts/IRANSansWeb.woff") format("woff"), /* Modern Browsers */
    url("../fonts/IRANSansWeb.ttf") format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
}

body {
    margin: 0;
    font-family: IRANSansWeb;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
thead.thead1 {
    background-color: aquamarine;
}

.test
{
    padding:10px;
    margin:20px;
}
body.login {
    background-image: url('../Files/back1.jpg');
/*    background-image: url('../Files/18184.jpg');
*/    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    font-family: IRANSansWeb;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}
body.verify {
   
    background-image: url('../Files/falling.jpg');
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    font-family: IRANSansWeb;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}


p.error{
    padding-right:15px;
    
}
.LoginCaption{
    font-size:20px;
    font-weight:700;
}