﻿@font-face {
    font-family: "DroidSans";
    src: url('../webfonts/DroidSans-webfont.eot');
    src: url('../webfonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/DroidSans-webfont.woff') format('woff'), url('../webfonts/DroidSans-webfont.ttf') format('truetype'), url('../webfonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-top: 0;
    font-family: DroidSans;
    background-color: #f7f7f7;
}

.LoginBox {
    position: relative;
    margin: auto;
    margin-top: 20vh;
    width: 350px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding-left: 24px;
    padding-right: 24px;
}

.RedBand {
    height: 26vh;
    background: linear-gradient(to bottom, #cc0d23, #e20d25 315px, #f7f7f7 315px, #f7f7f7);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

    .RedBand.pickwickBand {
        background: linear-gradient(to bottom, #dcdcdc, #ededef 315px, #f7f7f7 315px, #f7f7f7);
    }

.colorEye {
    color: #777877;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: solid 1px #777877;
    border-radius: 4px;
}

.input-validation-error {
    border: solid 2px #d42020;
}

.t20checkbox {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: solid 4px #c4c4c4;
    vertical-align: bottom;
}

.t20checkboxText {
    width: 94px;
    height: 16px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.togglePassword-icon {
    float: right;
    margin-right: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
}

.PlaceholderLogo {
    height: 120px;
}

.PlaceholderIIVO {
    height: 120px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.BackgroundIIVO {
    width: 272px;
}

.BackgroundHoogendoorn {
    width: 272px;
}

.IIVOLogo {
    width: 225px;
    margin-left: 24px;
    margin-top: 32px;
}

.HoogendoornLogo {
    margin-top: 6px;
    width: 110px;
    margin-left: 74px;
}

.HoogendoornLogoBlack {
    margin-top: 6px;
    width: 225px;
    margin-left: 24px;
}

.AndersonLogo {
    margin-top: 21px;
    margin-left: 21px;
}

.pickwickLogo {
    margin-top: 58px;
    margin-left: 66px;
    width: 178px;
}

.Label-form-control {
    height: 17px;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.LoginButton {
    width: 272px;
    height: 40px;
    border-radius: 24px;
    background-color: #17709f;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 50em) {
    .RedBand.Replace {
        height: 18vh;
    }

    .LoginBox.Replace {
        margin-top: 80px;
    }
}

@media (max-width: 40em) {
    .LoginBox.Replace {
        margin-top: 62px;
    }
}
