html, body {
    height: 100%;
}
body {
    background-image: url(/assets/netflix/img/background_image_senses2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #361227;
    color: white;
}

.flex-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 114px);
}

.flex-box {
    margin: 10px;
    padding: 20px 40px;
    max-width: 700px;
    border: 1px solid #fa8c1d;
    background: rgba(209, 182, 175, 0.79);
    color: #000000;
}
.flex-box > :first-child {
    margin-top: 0;
}
.flex-box > :last-child {
    margin-bottom: 0;
}
.flex-box h3 {
    margin-top: 15px !important;
}
.flex-box hr {
    height: 1px;
    border: 0;
    margin: 5px 0;
    background: #fa8c1d;
}
.flex-box p {
    font-size: 18px;
}
.flex-box .small-text {
    font-size: 10px;
    padding-left: 10px;
}
.flex-box input[type="text"], .flex-box input[type="password"] {
    border: 1px solid #fa8c1d;
}
.flex-box button {
    color: #fff;
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 15px 0;
}
.full-width {
    width: 100%;
}
/*.btn-agree {*/
    /*background: #fa8c1d;*/
/*}*/
/*.btn-disagree {*/
    /*background: #313131;*/
/*}*/

.text-align-center {
    text-align: center;
}

.btn-enter {
    font-weight: 600;
}
.btn-exit {
    background: #3b0e13;
}
.btn-exit:hover {
    background: #491118;
}

footer {
    text-align: center;
    padding-top: 10px;
    background: #111;
    font-size: 14px;
}
footer p {
    margin-bottom: 5px;
}
a, a:hover, a:active {
    color: #ec971f;
}
.btn-enter {
    background: #ec971f;
}