﻿/*@font-face {
    font-family: 'ToyotaDisplay';
    src: url('/fonts/toyotadisplay-webfont.eot');
    src: url('/fonts/toyotadisplay-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/toyotadisplay-webfont.woff') format('woff'), url('/fonts/toyotadisplay-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaDisplay';
    src: url('/fonts/toyotadisplay_rg-webfont.eot');
    src: url('/fonts/toyotadisplay_rg-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/toyotadisplay_rg-webfont.woff') format('woff'), url('/fonts/toyotadisplay_rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/





@font-face {
    font-family: 'Toyota Type';
    font-weight: bold;
    src: url('../../fonts/ToyotaType-Bold.otf') format('OpenType');
}



@font-face {
    font-family: 'Toyota Type';
    font-weight: bold;
    font-style: italic;
    src: url('../../fonts/ToyotaType-BoldIt.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    font-weight: 400;
    src: url('../../fonts/ToyotaType-Semibold.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    font-weight: 400;
    font-style: italic;
    src: url('../../fonts/ToyotaType-SemiboldIt.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    font-style: italic;
    src: url('../../fonts/ToyotaType-RegularIt.otf') format('OpenType');
}

@font-face {
    font-family: 'Toyota Type';
    src: url('../../fonts/ToyotaType-Regular.otf') format('OpenType');
}



body {
    background-color: #e1e1e2;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: 'Toyota Type', Arial, sans-serif;
    font-size: 10pt;
}


h1, h2 {
    font-family: 'Toyota Type', Arial, sans-serif;
    color: #4d4f53;
}

a {
    color: #eb0a1e;
}

div {
    margin: 0px;
    padding: 0px;
}

#login_header {
    margin: 0px;
    padding: 0px;
    height: 100px;
    background-color: #fff;
}

.container {
    width: 80%;
    margin: auto;
}

#login_header .container {
    text-align: left;
}

#login_header img {
    margin: 10px 0;
}

#login_box {
    margin: 0px auto;
    padding: 0px;
    margin-top: 160px;
    background-repeat: no-repeat;
    width: 340px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px #d2d2d2;
    margin-bottom: 120px;
    display: inline-block;
    padding-bottom: 20px;
}

#login_box_header {
    text-align: center;
    padding: 5px 15px;
    border-bottom: 1px #ddd solid;
}



#login_box p {
    margin: 2px 0px 4px 0px;
    padding: 0px;
}

#login_box h2 {
    margin: 2px 0px 6px 0px;
    padding: 0px;
    font-size: 10pt;
}

#login_box #login_fields {

    width: 300px;
    margin-top: 10px;
    margin-left: 20px;
}

#login_box #login_closed {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

#login_box #login_copy {
    width: 270px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 15px;
    font-size: 8pt;
}

#login_copy p {
    color: #4d4f53;
}

#login_footer {
    font-size: 12px;
    color: #000;
}

    #login_footer #site_footer div {
    }

#jumppingman {
}


#ContactDetails {
}



#SynchroPower {
}

#txtAccessCode, #txtPassword, #txt2FA {
    width: 260px;
    border-radius: 2px;
    height: 21px;
    line-height: 15px;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 10px;
}

#btnLogin, #btnSubmit2FA {
    color: #fff;
    background: #eb0a1e;
    border-color: #eb0a1e;
    text-decoration: none;
    text-shadow: none;
    border: 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    font-weight: normal;
    padding: 10px 28px;
    border-radius: 25px;
}

    #btnLogin:hover, #btnSubmit2FA:hover {
        background: #d8161d;
        color: #fff;
        text-decoration: none;
        text-shadow: none;
        cursor: pointer;
    }

@media (max-width: 768px) {

    #login_footer #site_footer div {
        text-align: center;
        width: 100%;
    }

    /*.container {
        width: 500px;
    }*/

    #login_box {
        margin: 0px auto;
        padding: 0px;
        margin-top: 160px;
        background-image: none;
        background-repeat: no-repeat;
        width: 355px;
        text-align: left;
        display: inline-block;
        padding-bottom: 20px;
    }

        #login_box #login_fields {
            float: left;
            width: 275px;
            margin-left: 30px;
        }

    #txtAccessCode, #txtPassword {
        width: 100%;
        height: 25px;
        margin-top: 10px;
    }

    #login_footer #site_footer div {
        float: none;
    }

    #login_box #login_copy {
        float: left;
        width: 275px;
        margin-top: 40px;
        margin-left: 30px;
        font-size: 8pt;
    }

    #SynchroPower {
        margin-top: 15px;
    }
}
