﻿.splash {
    background-image: url('/Resources/Images/Config/splash.jpg');
    background-size: cover;
    height: 100vh;
}

.header {
    text-align: center;
    height: 75px;
    line-height: 67px;
    border-bottom: 1px solid #fff;
    background: #079ed3;
    width: 100%;
}

    .header img {
        vertical-align: middle;
        height: 42px;
    }

.titletext {
    font-size: 38px;
    color: #fff;
}

.content {
    font-family: "PFDinDisplayPro";
    margin: auto;
    margin-top: 10%;
    color: #8f8f8f;
}

strong {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.captcha_textbox {
    height: 40px !important;
    font-size: 16px !important;
    background-image: url('/Resources/Images/Interface/Special/keyboard.svg') !important;
    background-position: 247px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.email_textbox {
    height: 40px !important;
    font-size: 16px !important;
    background-image: url('/Resources/Images/Interface/Special/email.svg') !important;
    background-position: 247px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.login_textbox {
    height: 40px !important;
    font-size: 16px !important;
    background-image: url('/Resources/Images/Interface/Special/login.svg') !important;
    background-position: 247px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.password_textbox {
    height: 40px !important;
    font-size: 16px !important;
    background-image: url('/Resources/Images/Interface/Special/pass.svg') !important;
    background-position: 247px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

#tooltip_img {
    background: #069ed3 !important;
}

#LogoImage {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.reset {
    font-size: 12px;
}

.inner_window {
    overflow: auto;
    width: 400px;
    min-height: 220px;
    background: white;
    border: 0px solid #CCC;
    margin: 0px auto;
    border-color: #E4E4E4 #BEBEBD #BEBEBD #E4E4E4;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 40px 60px;
}

@media (max-width:600px) {
    .inner_window {
        width: 300px;
    }

    .inner_window {
        padding: 20px 45px;
    }

    .tooltip {
        top: 15px !important;
    }

    #LogoImage {
        display: none;
    }
}
