html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background-color: #fff;
    font-family: 'Cairo', sans-serif;
    overflow: hidden;
}
body {
    color: #636b6f;
    font-weight: 200;
    background: url('/images/background.jpg') no-repeat center;
}

.full-height {
    height: 100%;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.container {
    text-align: center;
}

.content {
    text-align: center;
}

.content > img {
    width: 90%;
    max-width: 760px;
}

.dep-logo {
    background: white;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    width: 230px;
    height: 230px;
}

.dep-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
}

#search {
    width: 100%;
    max-width: 400px;
    outline: none;
    height: 50px;
    border: none;
    border-bottom: solid 2px #ebebeb;
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
    font-family: 'Cairo', sans-serif; /* Cocon next arabic */
    border-radius: 5px;
    background: rgba(255, 255, 255, .8);
    transition: all .5s;
    box-sizing: border-box;
}

#search:focus {
    border-bottom-color: #E5CA73;
}

.button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.buttons {
    margin: 2rem auto 0;
    width: 90%;
}

.button:hover {
    color: #212529;
    text-decoration: none;
}

.button:focus,
.button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.button.is-primary {
    color: #fff;
    background-color: #00A850;
    border-color: #00A850;
}

.button.is-large {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

form.form {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    align-items: center;
    margin: 3rem auto 0;
    flex-direction: column;
    justify-content: center;
}
