﻿


@font-face {
    font-family: 'Tajawal-Black';
    src: url('../fonts/Tajawal-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Bold';
    src: url('../fonts/Tajawal-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url('../fonts/Tajawal-Regular.ttf') format('truetype');
}
body {
    background-color: #464646;
    /*margin: 0;*/
    width: 100%;
    max-height: 100% !important;
    padding-top: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/02.png');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: 0;
    font-family: Tajawal-Regular;
}

.center {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.txt {
    background: #efefef;
    height: 34px;
    color: #555;
    font-size: 14px;
    border: 1px solid #ccc
}

#submit {
    border: 1px solid #FFF !important;
    background-color: rgba(148, 0, 105, 0.5) /*rgba(0, 138, 148, 0.5)*/;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #FFF;
    /*width: 30%;*/
}

.header-title p {
    margin-bottom: 0px;
}
