﻿@font-face {
    font-family: 'gilroy-bold';
    src: url('../font/gilroy/gilroy-bold.ttf') format('truetype');
}

*:not(.fa) {
    font-family: 'gilroy-bold' !important;
}

body {
    margin: 0;
    padding: 0;
    background-image: url('../img/login/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow:hidden !important;
}

.logo img {
    width: 300px;
}

input, button {
    border-radius: 7px !important;
}

.form-title,
.forget-password {
    text-align: center;
}
.SideImage{
    height:100vh;
    width:100%;
}
.container-fluid{
    padding-left:0 !important;
    padding-right:0 !important;
}