﻿@font-face {
    font-family: MuseoSans500;
    src: url(/Content/MateCheck/fonts/MuseoSans_500.otf);
}

@font-face {
    font-family: MuseoSans300;
    src: url(/Content/MateCheck/fonts/MuseoSans_300.otf);
}


body {
    color: white !important;
    color: rgb(255, 255, 255) !important;
    font-family: MuseoSans300;
    background: #fff !important;
}

a {
    text-decoration: none;
    color: white;
}

.navbar {
    background: linear-gradient(to right, #095399, #052A4D);
    border-radius: 0;
    margin-bottom: 0;
    z-index: 10;
}

#Login label {
    color: black;
}

#Login input[type="password"],
#Login input[type="text"] {
    border-radius: 4px;
    background: #DDDDDD;
    border: 0;
    padding: 4px;
    width: 165px;
    color: black;
}

#Login a {
    color: #FF9640;
}

#loginForm {
    background: white url(/Content/MateCheck/images/Login/triangle.png) no-repeat 0 13px;
    background-size: 10px;
    width: 290px;
    padding-top: 15px;
    position: absolute;
    top: 1px;
    border: none;
    visibility: hidden;
    margin-left: -2px;
    z-index: 11;
}

.k-button {
    color: white;
    background: #FF9640;
    border: 0;
    border-radius: 5px;
}

#login-btn {
    background: #FF9640;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    border-radius: 0px;
    margin: 0;
    height: 48px;
}

    #login-btn:focus {
        outline: none;
    }

#forgot-password {
    padding-left: 0;
    font-size: 12px;
    text-decoration: underline;
}

#nav-right li {
    padding: 9px 5px 9px 5px;
}

#nav-right .list-inline {
    margin: 0;
}

#banner-image-bg {
    background: url("/Content/MateCheck/images/Login/MateCheck_Banner_1940px.jpg") center no-repeat;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    height: 600px;
    /*margin: -10px -10px;*/
    background-size: cover;
}

#banner-img {
    top: 50px;
    position: absolute;
    height: 527px;
    padding: 80px 9% 0 9%;
}

#ipad {
    background: url(/Content/MateCheck/images/Login/ipadlogin.png) no-repeat 0% 126px;
    background-size: 371px;
    height: 506px;
}

#register-btn-headline {
    padding: 15px 22px;
    background: url(/Content/MateCheck/images/bg_transparent.png);
    text-decoration: none;
    border-radius: 4px;
    color: white;
    font-size: 20px;
    border: 0;
}

#text-headline p {
    font-size: 31px;
    margin: 20px 0;
}

#text-headline .headline {
    font-family: MuseoSans500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
}

#banner-desc {
    padding-top: 15px;
}

    #banner-desc p {
        color: black;
        font-size: 18px;
    }

    #banner-desc .headline {
        color: #FF9640;
        margin: 20px 0 20px 0;
        font-size: 23px;
    }

    #banner-desc .col-sm-6 {
        padding: 40px 80px 30px;
        min-height: 300px;
    }

#banner-top-left {
    border-right: 1px solid black;
}

#banner-bottom-right {
    border-top: 1px solid black;
}

#banner-bottom-left {
    border-right: 1px solid black;
    border-top: 1px solid black;
}

#banner-device {
    background: #EFEFEF;
    color: black;
    padding: 30px 0;
    margin-top: 70px;
}

    #banner-device .headline {
        color: #FF9640;
        margin: 20px 0 20px 0;
        font-size: 23px;
    }

    #banner-device p {
        color: black;
        font-size: 18px;
    }

#register-btn-device {
    background: #FF9640;
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    border: 0;
    margin: 10px;
    width: 40%;
}

#findout-btn-device {
    background: #095399;
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    border: 0;
    margin: 10px;
    width: 40%;
}

#banner-footer {
    background: #052A4D;
    padding: 50px 0;
}

    #banner-footer img {
        margin-bottom: 40px;
    }

    #banner-footer p {
        margin: 0;
    }

    #banner-footer .headline {
        font-size: 20px;
        margin-bottom: 10px;
        color: #FF9640;
    }

#feedback-form input[type="text"],
#feedback-form input[type="email"],
#feedback-form textarea {
    border-radius: 4px;
    background: url(/Content/MateCheck/images/bg_transparent.png);
    border: 0;
    padding: 8px;
    width: 220px;
    margin: 3px 0;
    width: 100%;
}


.info {
    font-size: 14px;
}

#support-networks li {
    list-style: none;
    font-size: 20px;
    margin: 3px 0;
    padding: 3px 0;
    border-bottom: 1px solid white;
}

#support-networks ul > :first-child {
    border-top: 1px solid white;
}

#support-networks ul {
    padding: 0;
}

#feedback-container,
#support-networks {
    padding-left: 50px;
    padding-right: 50px;
}


#register-container {
    color: black;
}

@media (max-width: 1400px) {
    #ipad {
        background-position-y: 162px;
        background-size: 320px;
        height: 490px;
    }

    #banner-img {
        top: 30px;
        padding: 74px 6vmax 0 9vmax;
    }

    #banner-image-bg {
        height: 545px;
    }
}

@media (max-width: 992px) {
    #ipad {
        background-position-y: 148px;
        background-size: 320px;
        height: 475px;
    }

    #banner-img {
        top: 0;
        padding: 74px 4vmax 0 4vmax;
    }

    #banner-desc .col-sm-6 {
        padding: 40px 50px 30px;
    }

    #banner-image-bg {
        height: 420px;
    }

    #text-headline .headline {
        font-size: 47px;
        line-height: 52px;
    }

    #text-headline p {
        font-size: 27px;
    }

    #text-headline > img {
        width: 250px;
    }
}

@media (max-width: 767px) {
    body, button {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    #ipad {
        background-position-y: 148px;
        background-size: 320px;
        height: 475px;
    }

    .navbar .col-xs-8 {
        padding: 0;
    }

    .navbar .col-xs-4 {
        padding: 0;
    }

    #banner-img {
        top: 0;
        padding: 60px 2vmax 0 2vmax;
    }

    #banner-image-bg {
        height: 45vw;
    }

    #text-headline .headline {
        font-size: 6vmin;
        line-height: 7vmin;
        letter-spacing: 0;
    }

    #text-headline p {
        font-size: 3.5vmin;
        margin: 2vmin 0;
    }

    #text-headline > img {
        width: 30vmin;
    }

    #banner-top-left {
        border: none;
        border-bottom: 1px solid black;
    }

    #banner-top-right {
        border: none;
        border-bottom: 1px solid black;
    }

    #banner-bottom-right {
        border: none;
    }

    #banner-bottom-left {
        border: none;
        border-bottom: 1px solid black;
    }

    #banner-desc img {
        width: 15vw;
    }

    #banner-desc .headline, #banner-device .headline, #banner-footer .headline {
        margin: 2vw 0 2vw 0;
        font-size: 5vmin;
        line-height: 7vmin;
    }

    #banner-desc p, #banner-device p {
        font-size: 4vw;
        line-height: 5vw;
    }

    #banner-desc .col-sm-6 {
        padding: 8vw 12vw 5vw;
        min-height: 250px;
    }

    #login-btn {
        padding-left: 2vmin;
        padding-right: 2vmin;
    }

    #nav-right li {
        padding: 0;
    }

    #banner-device {
        margin-top: 0;
    }

    #iphone-device {
        height: 170px;
        margin-top: 25px;
    }

    #ipad-device {
        top: -20px !important;
        height: 215px;
    }

    #feedback-container {
        margin-top: 25px;
        border-top: 1px solid;
        padding: 25px 0 0;
    }

    #loginForm {
        width: 220px;
    }

    #Login input[type="password"],
    #Login input[type="text"] {
        width: 85%;
    }
}

/*** alert bootstrap ***/

.alert-container {
    position: fixed;
    bottom: 0;
    left: auto !important;
    right: 0;
    width: 300px;
    z-index: 1;
}

.alert-success {
    color: white;
    background-color: #FF9640;
    border-color: #FF9640;
}

/*** end of alert bootstrap ***/
