@font-face {
	font-family: "yekan";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/yekanregular.woff') format('woff'),   
	url('../fonts/yekanregular.woff2') format('woff2');		 
}

@font-face {
	font-family: "yekan";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/yekanbold.woff') format('woff'),   
	url('../fonts/yekanbold.woff2') format('woff2'); 
}

@font-face {
	font-family: "yekan";
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/yekanextrabold.woff') format('woff'),   
	url('../fonts/yekanextrabold.woff2') format('woff2');		 
}

body{
    font-family: "yekan";
    background-image: url('../images/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size:14px;
}

.login-form{
    background-color: rgba(255, 255, 255, 0.92);
    min-height: 60vh;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 0px 3px 1px #7e7e7e;

}

.login-form .login-form-logo{
    position: relative;
    text-align: center;
    
}

.login-form-logo img{
    width: 50%;;
}

.login-form .login-form-title{
    position: relative;
}

.btn-primary{
    background-color: #138b97 !important;
    border-color: #0e747e !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    border-color: #0e747e !important;
    box-shadow: none !important;
}

.overlay{
    position: absolute;
    width:100%;
    height: 100vh;
    background-color: rgb(19, 139, 151,0.6);
    z-index: -1;
}