﻿body {
    font-family: Roboto,sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400
}

.title {
    font-weight: 700
}

.subtitle {
    font-weight: lighter
}

.video_title {
    font-weight: 700
}

.bold {
    font-weight: 700
}

.lighter {
    font-weight: lighter
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.left {
    float: left
}

.right {
    float: right
}

.text-center {
    text-align: center
}

#cookie-notification-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4000;
    background: rgba(39,38,38,.7);
    display: none
}

#cookie-notification {
    position: fixed;
    z-index: 6001;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -50%;
    padding: 10px;
    line-height: 1.75;
    background: #343a40;
    color: #fff;
    font-size: .85em;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -webkit-transition: margin 2s;
    transition: margin 2s
}

    #cookie-notification .notification-copy {
        max-width: 85%;
        margin: 0 auto
    }

#close-cookie {
    color: #000;
    background: #ff0;
    border: none;
    width: 100px;
    border-radius: 5px;
    margin-left: 5%;
    cursor: pointer
}

.navbar {
    background-color: rgba(255,255,255,.8)
}

.jumbotron {
    padding: 2rem;
    background-image: url(../images/background/arrow_login_web_background.jpg);
    background-size: cover
}

@media (max-width:576px) {
    .jumbotron {
        margin-bottom: 0;
        font-size: 14px
    }
}

@media (min-width:576px) and (max-width:992px) {
    .jumbotron {
        font-size: 15px
    }
}

.jumbotron p {
    color: #fff;
    text-align: center
}

.jumbotron .title {
    font-size: 2.5em;
    letter-spacing: .1em
}

.jumbotron .subtitle {
    font-size: 1.5em
}

@media (max-width:768px) {
    .jumbotron .btn-section {
        text-align: center
    }
}

@media (max-width:768px) {
    .jumbotron .btn-section .no {
        display: none
    }
}

.sign-up-now {
    background: #fa2851;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 15px
}

    .sign-up-now a {
        color: #fff;
        text-decoration: none
    }

.login-in-now {
    background: #005aee;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 15px;
    width: 120px
}

    .login-in-now a {
        color: #fff;
        text-decoration: none
    }

.login-section {
    border: 1px solid #dfdfdf;
    padding: 1em 2em 1em 2em
}

@media (min-width:576px) and (max-width:992px) {
    .login-section {
        margin-bottom: 2rem
    }
}

.login-section .title {
    color: #000;
    font-size: 1.5em
}

.login-section .subtitle {
    float: right;
    color: #005aee
}

.login-section .btn {
    background-color: #005aee;
    color: #fff;
    width: 100%
}

.login-section input[type=checkbox] {
    margin: 0;
    padding: 0;
    width: 15px;
    cursor: pointer;
    height: 15px;
    margin-left: 20px;
    margin-top: 15px;
    float: left
}

.login-section .checkbox-text {
    margin-top: 14px;
    display: block;
    float: left;
    font-size: 12px
}

.login-section .privacy {
    padding-top: 10px
}

.login-section .error {
    font-size: 12px;
    padding-left: 5px
}

.login-section label.error {
    margin-top: -15px !important
}

.introduction-section {
    border: 1px solid #dfdfdf;
    padding: 0 2em 0 1em;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

    .introduction-section .title {
        color: #000;
        font-size: 1.25em;
        margin-top: 1rem;
        text-align: center
    }

    .introduction-section .body {
        font-size: .85em
    }

@media (max-width:576px) {
    .introduction-section .body {
        text-align: center;
        padding-bottom: 1rem
    }
}

.introduction-section .video {
    padding: 0
}

@media (max-width:576px) {
    .introduction-section .video {
        text-align: center
    }
}

.introduction-section .video img {
    max-width: 100%
}

.support-products {
    margin-top: 1em;
    position: relative
}

    .support-products hr {
        width: 100%
    }

    .support-products .support-title {
        color: #000;
        text-align: center;
        font-size: 2em
    }

    .support-products .fake-logo {
        color: #868585;
        font-weight: 300;
        text-align: center;
        font-size: 2em
    }

    .support-products .vm {
        color: #535353;
        font-weight: 700
    }

.password-reset-section {
    border: 1px solid #dfdfdf;
    padding: 3em
}

    .password-reset-section #lblResult {
        color: red
    }

    .password-reset-section .title {
        color: #000;
        font-size: 1.5em
    }

    .password-reset-section .text {
        font-size: .95em
    }

    .password-reset-section .btn {
        background-color: #005aee;
        color: #fff;
        width: 100%;
        margin-top: 2em
    }

    .password-reset-section .error {
        font-size: 12px;
        padding-left: 5px
    }

    .password-reset-section label.error {
        margin-top: -15px !important
    }

.register-section {
    border: 1px solid #dfdfdf;
    padding: 3em
}

    .register-section #lblResult {
        color: red
    }

    .register-section .input-group {
        padding-top: 10px
    }

    .register-section .title {
        color: #000;
        font-size: 1.5em;
        font-weight: 900
    }

    .register-section .text {
        font-size: .95em
    }

    .register-section .btn {
        background-color: #fa2851;
        color: #fff;
        width: 100%;
        margin-top: 2em
    }

    .register-section .note {
        padding-top: 10px;
        font-size: .85em
    }

    .register-section .error {
        font-size: 12px;
        padding-left: 5px;
        color: red
    }

    .register-section label.error {
        margin-top: -15px !important
    }

    .register-section #emailused {
        margin-top: -12px
    }

.footer .text {
    vertical-align: middle;
    line-height: 25px;
    color: #000;
    font-size: .75em;
    font-weight: 700
}

@media (min-width:768px) {
    .footer .forget-page {
        margin-top: 2rem
    }
}

@media (max-width:768px) {
    .footer .forget-page {
        margin-top: 1rem
    }
}

@media (min-width:768px) {
    .footer .sign-up-page {
        margin-top: 1rem
    }
}

@media (max-width:768px) {
    .footer .sign-up-page {
        margin-top: .5rem
    }
}

.fixed-bottom-responsive {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

label.error {
    color: #FF0000;
    display: block;
    margin: 0px;
}
