﻿@font-face {
    font-family: BY;
    src: url(https://file.msfi.ir/msfisite/fonts/BYEKAN.TTF)
}

html {
    font-size: 0.875rem;
    font-family: BY;
    margin: 0;
    direction: rtl;
    overflow: hidden;
}

body {
   
    font-family: BY !important;
    margin:0;
   
}
.LoginArea {
    width: 100%;
    height: 100vh;
  
}
.LoginImage {
    background-image: url(../images/LoginBack.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:100vh;
}
.login{
    width:50%;
    height:auto;
    margin:auto;
    text-align:center;
}
.input
{
    width:100%;
    background-color:transparent;
    border:0;
    border-bottom:1px solid #000;
    padding:0.5rem;
    font-family:BY;
    outline:none;
    font-size:1rem;

}
.loginbtn {
    height: 2.5rem;
    border-radius: 1.25rem;
    color: #fff;
    background-color: #0d6efd;
    width: 150px;
    font-family: BY;
    border: 0;
    font-size: 1rem;
}