
@font-face {
    font-family: Vazir;
    src: url('Vazir-Regular.eot');
    src: url('Vazir-Regular.eot?#iefix') format('embedded-opentype'),
         url('Vazir-Regular.woff2') format('woff2'),
         url('Vazir-Regular.woff') format('woff'),
         url('Vazir-Regular.ttf') format('truetype');

}


* {
  font-family: vazir;
  font-weight: bold;
}

        body{
            font-family:'yekanbakh'!important;
            background: url(../img/backgrand.png) ,url(img/fade.png);
            background-size: cover;
            background-blend-mode: overlay;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
        }

        .row {
            background-color: rgb(25, 1, 105);
            border-radius: 80px;
        }

        .col-md {
            width: 50px;
        }

        .col img {
            width: 100%;
            border-radius: 80px;
        }

        .form-label {
            width: 100%;
            padding-left: 10px;
            background-color: transparent;
            height: 45px;
            box-sizing: border-box;
            position: relative;
            text-align: right;
        }

        .btn {
            position: relative;
            margin-left: 100px;
            border-radius: 30px;
            height: 45px;
            cursor: pointer;
        }

        .bottom-form a {
            text-decoration: none;
            color: aliceblue;
        }
        .row-1{
    margin-right: -250px;
}
