body {
    padding: 0!important
}

input {
    outline: 0!important
}

footer {
    background-color: rgba(77, 159, 255, .6);
    padding: 28px 0;
    display: flex;
    justify-content: center
}

#login_modal .google-registration {
    margin: 15px 0;
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #4d9fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

#login_modal .google-registration:hover {
    transform: scale(1.1)
}

footer .footer-block a {
    height: 17px;
    width: 62px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    transition: all .5s
}

footer h5 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1px
}

footer ul {
    padding: 0
}

footer li {
    list-style-type: none
}

footer .col-lg-2 {
    max-width: 150px
}

footer p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 9px
}

footer .row {
    max-width: 920px;
    margin: 0 auto
}

footer .footer-block a:hover {
    color: #9bf367;
    transform: scale(1.1)
}

footer .footer-block a:not(:last-child) {
    border-right: 3px solid #fff
}

.footer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0!important
}

footer .soc-icons {
    display: flex;
    justify-content: space-between;
    width: 170px
}

footer .soc-icons a {
    height: auto;
    width: auto;
    color: #fff
}

#login_modal {
    padding: 0!important;
    top: -14px
}

#login_modal .modal-content {
    width: 440px;
    border-radius: 8px;
    background-color: #4db6ff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    text-align: center;
    margin: 0 auto
}

.login_modal_block {
    width: 87%;
    margin: 0 auto
}

#login_modal h2 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    margin: 15px 0;
    text-align: center
}

.button_height {
    height: 60px
}

.already-have-account {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center
}

.login-active-link {
    color: #9bf367
}

#login_modal .login-input {
    text-indent: 12px;
    padding: 9px 0;
    width: 100%;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.login-input:focus {
    border: 4px solid #fff;
    outline: 0
}

.login-input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input:-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input::-ms-input-placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-input::placeholder {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-indent: 12px;
    height: inherit
}

.login-confirmation:disabled,
.login-confirmation[disabled] {
    border: 2px solid #fff;
    color: #fff;
    background: 0 0
}

.login-confirmation:disabled:hover,
.login-confirmation[disabled]:hover {
    cursor: not-allowed;
    transform: none
}

.login-confirmation:hover:enabled {
    transform: scale(1.1)
}

.password-recovery {
    color: #9bf367;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    float: right;
    display: block;
    cursor: pointer
}

.remember_me_text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer
}

.round {
    position: relative;
    margin-top: 7px;
    text-align: left!important
}

.round .checkbox-rounding {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px
}

.round .checkbox-rounding:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px
}

.round input[type=checkbox] {
    visibility: hidden
}

.round input[type=checkbox]:checked+.checkbox-rounding {
    background-color: rgba(77, 182, 255, .5);
    border-color: rgba(77, 182, 255, .5)
}

.round input[type=checkbox]:checked+.checkbox-rounding:after {
    opacity: 1
}

.remember_me_text {
    margin-left: 25px
}

#login_modal .login-confirmation {
    height: 60px;
    border: 2px solid #fff;
    width: 100%;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
    transition: all .5s
}

.login-confirmation:hover {
    background: rgba(0, 0, 0, .4);
    transform: scale(1.1);
    cursor: pointer
}

.or {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin: 10px 0
}

.facebook-login {
    height: 60px;
    width: 100%;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
    background-color: #1549b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    transition: all .5s
}

.facebook-login:hover {
    background: rgba(21, 73, 179, .45);
    transform: scale(1.1);
    color: #fff
}

.invalid-request {
    width: 100%;
    margin-top: 0;
    font-size: 80%;
    color: #dc3545;
    text-align: left
}

.cookie-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: rgba(119, 192, 228, 1)
}

.cookie-bar .col {
    padding: 15px
}

.cookie-bar p {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    max-width: 75%
}

.cookie-bar p a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline
}

.cookie-bar p a:hover {
    opacity: .8
}

.cookie-bar button {
    border: none;
    width: 150px;
    height: 30px;
    background-color: #f99c26;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    border-radius: 8px
}

.cookie-bar button:hover {
    transform: scale(1.1)
}

@media (max-width:576px) {
    #login_modal .modal-content {
        width: 100%
    }
    .insomnia-depression ul {
        margin-bottom: 61px
    }
    .terms-community ul {
        margin-bottom: 32px
    }
    .footer-style .about-good-mood>p {
        margin-bottom: 18px
    }
    footer .col-12,
    footer .col-6 {
        max-width: 100%!important
    }
    .cookie-bar p {
        font-size: 12px
    }
    .cookie-bar button {
        font-size: 10px
    }
    .button_height {
        height: 100px
    }
    .mobile-cookie-bar {
        width: 100%;
        background-color: #4db6ff;
        padding: 10px 45px 10px 30px;
        display: none;
        z-index:1;
    }
    .mobile-cookie-bar .mobile-cookie-text {
        font-size: 11px;
        line-height: 15px;
        color: #fff
    }
    #confirm-cookie img {
        width: 14px;
        height: 14px;
        position: absolute;
        right: 34%;
        cursor: pointer
    }
    .mobile-cookie-bar .mobile-cookie-text {
        font-size: 11px;
        line-height: 15px;
        color: #fff;
        max-width: 300px;
        margin: 0 auto
    }
    .mobile-cookie-bar #confirm-cookie {
        width: 45px;
        height: 30px;
        position: absolute;
        cursor: pointer;
        right: 0
    }
    .mobile-cookie-bar .mobile-cookie-title>a {
        color: #9bf367 !important;
        font-size: 11px!important;
        font-weight: 600!important;
        line-height: 15px!important;
        margin-bottom: 0!important;
        text-transform: uppercase !important;
    }
}