html,
body {
    height: 100%;
    background-color: #333;
}

body {
    display: -ms-flexbox;
    display: flex;
    font-family: 'Lora', serif;
    background: url(//saramah.com/argan.jpg?v=1627656247) no-repeat scroll 0px 100% / cover transparent;
}

label {
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    padding-bottom: .2rem;
}

select {
    cursor: pointer !important;
    background-color: transparent !important;
    padding-left: 40px !important;
}

.cover {
    padding: 2rem 3rem 2rem 3rem;
}

.btn-saramah {
    background-color: #3c1614;
    color: #eac9a7;
    border-radius: 0;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    padding: 1rem;
    margin-top: 2.2rem
}

.btn-saramah:hover {
    background-color: #eac9a7;
    color: #3c1614;
    border-color: #3c1614;
}

.cover-container {
    max-width: 26em;
    background-color: #fff7ed;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 30%);
}

.selector {
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 25px;
    background-color: #f4f4f4 !important;
    border-radius: 4px !important;
    margin: 0 0 12px 0;
}

.form-control {
    border-radius: 0;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
 
}