@font-face {
    font-family: "light";
    src: url('../fonts/light.otf');
}

@font-face {
    font-family: "bold";
    src: url('../fonts/bold.otf');
}


body {
    background-image: url('../images/background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "light";
    color: #6b4e45;
    font-size: 16px;
    text-align: center !important;
    direction: rtl;

}

.btn {
    background-color: #6b4e45;
    color: white;
    width: 250px;
    max-width: 250px;
    display: block;
    margin: auto;
}

input,
select {
    max-width: 250px;
    display: block;
    margin: auto;
}

.center {
    text-align: center;
}

.btn:hover,
.btn:active {
    background-color: #997063;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.header-img {
    max-width: 150px;
    margin-bottom: 10px;
}

.message {
    border-radius: 10px;
    border-style: solid;
}

.svg {
    max-width: 20px;
    margin-left: 5px;
    filter: invert(52%) sepia(5%) saturate(2813%) hue-rotate(328deg) brightness(87%) contrast(85%);


}