@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff')
}

body,
html {
    background: #000 url("https://fb-v1.cdn-bio.com/assets/sleep-bg-7f2d6ce73e7b3eb69ab7fd7cfc8903f1.jpg") no-repeat top center fixed;
    background-size: cover;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    overflow: hidden
}

#name {
    width: 450px;
    height: 50px;
    background: #fff;
    border: 1px solid #bdbdbd;
    box-sizing: border-box
}

input[type=text] {
    width: 150px;
    height: 22px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #65665d;
    margin: 0;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(50%, -50%)
}
h1{
    font-size: 90%;
}
#email {
    position: absolute;
    width: 450px;
    height: 50px;
    background: #fff;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    margin-top: 57px;
    left: 50%;
    margin-right: -50%;
    transform: translate(50%, -50%)
}

input[type=email] {
    position: absolute;
    width: 148px;
    height: 22px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #65665d
}

.register-button {
    width: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    background: #fe9400;
    border-color: #fe9400;
    border-radius: 10px;
    font-family: Open Sans;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    color: #fff;
    margin: 0;
    text-align: center
}

.modal-footer {
    text-align: center !important
}

.submit-button {
    width: 400px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
    font-weight: 700;
    font-size: 30px;
    min-height: 60px;
    background: #fe9400;
    border-color: #fe9400;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 120% !important;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin: 0
}

.submit-button:hover {
    background: #ce7801
}

.modal-content {
    padding: 20px
}

.register-button:active,
.register-button:focus,
.submit-button:active,
.submit-button:focus {
    outline: 0 !important;
    box-shadow: 0 !important
}

.content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(50%, -50%);
    transform: translate(40%, -50%);
    text-align: center
}

li.description {
    background: url(icon-check.png) no-repeat left top;
    background-size: 30px;
    padding-left: 52px;
    margin-bottom: 1em;
    list-style: none !important;
    min-height: 30px
}

.pl {
    padding-left: 35px
}

.black-text {
    color: #000 !important;
    font-weight: 700 !important
}

.title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase !important
}

.content-container {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh !important
}

.orange-bckg {
    background-color: #fe9400
}

.subtitle {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    text-transform: uppercase !important
}

.description {
    margin-top: 20px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    color: #fff !important
}

@media screen and (min-width:0px) and (max-width:640px) {
    body,
    html {
        overflow-y: auto
    }
  
    .content {
        margin: 0;
        position: absolute;
        width: 100%;
        padding: 20px;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }
    .text-container {
        padding-right: 50px
    }
    .submit-button {
        padding-right: 50px;
        min-width: 200px !important;
        width: 90% !important;
        margin-bottom: 20px
    }
}

@media screen and (min-width:640px) and (max-width:1024px) {
    body,
    html {
        overflow-y: auto
    }
  
    .text-container {
        padding-right: 50px
    }
    .content {
        margin: 0;
        position: absolute;
        width: 100%;
        padding: 20px;
        top: 50%;
        left: 50%;
        -ms-transform: translate(50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center
    }
    .submit-button {
        width: 400px !important;
        margin-bottom: 20px
    }
}

@media screen and (min-width:991px) and (max-width:1600px) {
    .title {
        font-size: 50px
    }
    .subtitle {
        font-size: 30px
    }
    .description {
        font-size: 14px
    }
}

@media (min-width:1600px) {
    .title {
        font-size: 50px
    }
    .description {
        font-size: 18px
    }
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em
}

@media(max-width:525px) {
    h1 {
        margin: 1em 0 .5em
    }
}

.download-button {
    width: 100%;
    background-color: #fe9400;
    text-transform: uppercase;
    border: none !important;
    border-radius: 0;
    color: #fff !important;
    padding: 8px 24px;
    font-size: 25px;
    text-decoration: none !important;
    margin-top: 30px;
}
.text-white{color:white}
.text-uppercase{text-transform: uppercase;}

@media  (min-width:1024px) {
    .d-lg-block{
        display: block;
    }
}
.logo-img{max-width: 400px; width: 100%;}