﻿body {
    direction: rtl;
    margin: auto;
    font-family: 'B Yekan', Tahoma;   
}

.bg-image {
    background-image: url(../Images/56318149.jpg);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text {
    background-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    border: 3px solid #00a651;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

h1 {
    color: #00a651;
}

.fc-color {
    color: #00a651;
    text-decoration: none;
}

.fc-color:hover {
    color: white;
    text-decoration: none;
}

.btn-submit {
    background: #00a651;
    padding: 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 5px;
}

    .btn-submit:hover {
        background: white;
        transition: 1s;
        text-decoration: none;
        color: #00a651;
        border: 2px solid #00a651;
    }

.btn-submit-2 {
    background: white;
    padding: 10px;
    text-align: center;
    color: #00a651;
    text-decoration: none;
    border: 2px solid #00a651;
    border-radius: 5px;
}

    .btn-submit-2:hover {
        background: #00a651;
        transition: 1s;
        text-decoration: none;
        color: white;
        border: 2px solid white;
    }
