﻿.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";
    width: 420px;
    margin: auto;
    margin-top: 10%;
    color: #8f8f8f;
}

strong {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

#RememberMeCheckBox {
    vertical-align: middle;
}

#LogoImage {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.login_textbox {
    height: 40px !important;
    font-size: 16px !important;
    background-image: url('/Resources/Images/Interface/Special/login.svg') !important;
    background-position: 230px 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: 230px center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
}

.tooltip {
    top: 15% !important;
}

.panel_top {
    overflow: auto;
    width: 420px;
    min-height: 220px;
    background: white;
    border: 0px solid #CCC;
    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;
    position: relative;
    padding: 60px 80px;
}

.panel_bottom {
    width: 420px;
    height: 147px;
    margin-top: 15px;
    background: white;
    border: 0px solid #CCC;
    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;
    position: relative;
    padding: 20px 40px;
}

.panel_policy {
    width: 420px;
    position: absolute;
    bottom: 15px;
    text-align: center;
    color: #fff;
}

    .panel_policy a {
        color: #fff;
    }

.show {
    color: white;
    background: #ff6300;
    font-size: 22px;
    border: 1px solid #ff3401;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -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: 12px 27px;
}

    .show:hover {
        color: white;
        background: #ff3401;
    }

    .show a:hover {
        color: #fff;
    }

#policy_form {
    font-family: "Open Sans";
    font-size: 14px;
    color: #000;
    position: absolute;
    margin: 0px auto;
    background: #fff;
    padding: 30px;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.74);
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.74);
    width: 600px;
    text-align: justify;
    z-index: 10000;
}

    #policy_form strong {
        font-family: "Open Sans";
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

@media (max-width:600px) {
    .splash {
        background-position-x: -290px;
    }

    .content, .panel_top, .panel_bottom, .panel_policy {
        width: 300px;
    }

    .panel_top {
        padding: 35px 45px;
    }

    .tooltip {
        top: 15px !important;
    }

    #LogoImage {
        display: none;
    }

    #policy_form {
        width: 100% !important;
        left: 0px !important;
    }
}

@media (min-width: 1200px) {
    #bottom_section {
        position: relative;
        height: 100px;
        bottom: 0px;
        right: 0px;
    }

    #hidePolicyForm {
        position: absolute;
        right: 0px;
        top: 20px;
    }
}
