﻿html, body, div, section, article, span, figure, figcaption, caption, img, h1, h2, h3, h4, h5, h6, p, a, button, blockquote, pre, abbr, address, small, strong, sub, sup, ol, ul, li, fieldset, form, label, input, select, output, textarea, legend, table, tr, th, td, dl, dt, dd, footer, header, hgroup, aside, menu, nav, time, mark, audio, video, canvas, embed, iframe, object, hr {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    color: inherit;
    font: inherit;
    text-decoration: none;
    cursor: default;
    max-width: 100%;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    box-sizing: border-box;
}

    html *, html *:before, html *:after, body *, body *:before, body *:after, div *, div *:before, div *:after, section *, section *:before, section *:after, article *, article *:before, article *:after, span *, span *:before, span *:after, figure *, figure *:before, figure *:after, figcaption *, figcaption *:before, figcaption *:after, caption *, caption *:before, caption *:after, img *, img *:before, img *:after, h1 *, h1 *:before, h1 *:after, h2 *, h2 *:before, h2 *:after, h3 *, h3 *:before, h3 *:after, h4 *, h4 *:before, h4 *:after, h5 *, h5 *:before, h5 *:after, h6 *, h6 *:before, h6 *:after, p *, p *:before, p *:after, a *, a *:before, a *:after, button *, button *:before, button *:after, blockquote *, blockquote *:before, blockquote *:after, pre *, pre *:before, pre *:after, abbr *, abbr *:before, abbr *:after, address *, address *:before, address *:after, small *, small *:before, small *:after, strong *, strong *:before, strong *:after, sub *, sub *:before, sub *:after, sup *, sup *:before, sup *:after, ol *, ol *:before, ol *:after, ul *, ul *:before, ul *:after, li *, li *:before, li *:after, fieldset *, fieldset *:before, fieldset *:after, form *, form *:before, form *:after, label *, label *:before, label *:after, input *, input *:before, input *:after, select *, select *:before, select *:after, output *, output *:before, output *:after, textarea *, textarea *:before, textarea *:after, legend *, legend *:before, legend *:after, table *, table *:before, table *:after, tr *, tr *:before, tr *:after, th *, th *:before, th *:after, td *, td *:before, td *:after, dl *, dl *:before, dl *:after, dt *, dt *:before, dt *:after, dd *, dd *:before, dd *:after, footer *, footer *:before, footer *:after, header *, header *:before, header *:after, hgroup *, hgroup *:before, hgroup *:after, aside *, aside *:before, aside *:after, menu *, menu *:before, menu *:after, nav *, nav *:before, nav *:after, time *, time *:before, time *:after, mark *, mark *:before, mark *:after, audio *, audio *:before, audio *:after, video *, video *:before, video *:after, canvas *, canvas *:before, canvas *:after, embed *, embed *:before, embed *:after, iframe *, iframe *:before, iframe *:after, object *, object *:before, object *:after, hr *, hr *:before, hr *:after {
        box-sizing: inherit;
    }

    ul, ol, ul ul, ol ul,  ol ol, ul ol {
        margin: 0;
        list-style: none;
    }

body {
    color: #4E596B;
    background-color: #F3F6F8;
    max-width: 100%;
    min-width: 290px;
    height: 100%;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1.05em;
    line-height: 1.38;
    text-align: center;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

    body ::-webkit-input-placeholder {
        color: inherit;
    }

    body ::-moz-placeholder {
        color: inherit;
    }

    body :-ms-input-placeholder {
        color: inherit;
    }

    body :-moz-placeholder {
        color: inherit;
    }

.content  {
    padding: 30px;
    margin: 0 auto;
}

hr {
    border-top: 1px solid #E1EAF0;
    padding-top: 20px;
    margin-top: 20px;
}

.fieldset {
    margin-bottom: 15px;
}

    .fieldset:last-of-type {
        margin-bottom: 0;
    }

input {
    color: #3799F4;
    background-color: #fff;
    border: 1px solid #E1EAF0;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: text;
    width: 100%;
    transition: all 0.1s linear;
}

    input:hover {
        color: #3799F4;
    }

    input:focus {
        color: #3799F4;
        border-left: 5px solid #3799F4;
    }

.select {
    color: #9DB2C2;
    background-color: #fff;
    border: 1px solid #E1EAF0;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: text;
    width: 100%;
    transition: all 0.1s linear;
}

    .select:hover {
        color: #4E596B;
    }

    .select:focus {
        color: #96307E;
        border-left: 3px solid #96307E;
    }

.button {
    color: #fff;
    background-color: #F06322;
    padding: 13px 15px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: all 0.1s linear;
    font-weight: bold;
}

    .button:hover {
        background-color: #2f4385;
        color: white;
        font-weight: bold;
    }

    .button i {
        font-size: 0.8em;
        top: 1px;
        margin-left: 5px;
    }

a {
    cursor: pointer;
    transition: all 0.1s linear;
}

i {
    position: relative;
    transition: all 0.1s linear;
}

.box-wrapper {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(135deg, #fff 0%, #fff4fc 100%);*/
}

    .box-wrapper::before {
        content: "";
        position: fixed;
        left: -22%;
        top: 60%;
        right: 0;
        width: 125%;
        height: 100%;
        /*background: linear-gradient(135deg, #fbdff4 0%, #fff 100%);*/
        transform: rotate(15deg);
    }

    .box-wrapper .box-container {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        padding: 20px;
    }

        .box-wrapper .box-container .box-content-block {
            width: 400px;
            /*margin: auto;*/
            position: relative;
        }

            .box-wrapper .box-container .box-content-block .logo {
                background-image: url(../images/AOT-logo-text.jpg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                margin-bottom: 10px;
                text-align: left;
                position: relative;
                /*width: 120px;*/
                height: 40px;
            }

            .box-wrapper .box-container .box-content-block .box-toggle {
                position: absolute;
                right: 0;
                top: 7px;
                left: auto;
            }

                .box-wrapper .box-container .box-content-block .box-toggle a {
                    color: #9DB2C2;
                    padding: 6px 10px 7px 10px;
                    border-radius: 10px;
                    font-size: 0.7em;
                }

                    .box-wrapper .box-container .box-content-block .box-toggle a:hover {
                        color: #2f4b9e;
                    }

                    .box-wrapper .box-container .box-content-block .box-toggle a.active {
                        color: #fff;
                        background-color: #2f4b9e;
                        font-weight: bold;
                    }

            .box-wrapper .box-container .box-content-block .vendor-message {
                text-align: left;
            }

                .box-wrapper .box-container .box-content-block .vendor-message ul li {
                    color: #CE4C55;
                    text-align: left;
                    font-size: 0.85em;
                    margin-bottom: 5px;
                }

                    .box-wrapper .box-container .box-content-block .vendor-message ul li:last-of-type {
                        margin-bottom: 15px;
                    }

            .box-wrapper .box-container .box-content-block .box-form .name-inputs {
                white-space: nowrap;
            }

                .box-wrapper .box-container .box-content-block .box-form .name-inputs input {
                    display: inline-block;
                    width: 48%;
                }

                    .box-wrapper .box-container .box-content-block .box-form .name-inputs input:first-of-type {
                        margin-right: 5px;
                    }

                    .box-wrapper .box-container .box-content-block .box-form .name-inputs input:last-of-type {
                        margin-left: 5px;
                    }

            .box-wrapper .box-container .box-content-block .box-form .field-with-tooltip {
                position: relative;
            }

                .box-wrapper .box-container .box-content-block .box-form .field-with-tooltip .tooltip {
                    pointer-events: none;
                    position: absolute;
                    background-color: #1A3649;
                    color: #fff;
                    border-radius: 5px;
                    padding: 10px 13px;
                    font-size: 0.8em;
                    text-align: left;
                    opacity: 0;
                    margin-top: 10px;
                    right: 0;
                    width: 100%;
                    transition: all 0.1s linear;
                }

                    .box-wrapper .box-container .box-content-block .box-form .field-with-tooltip .tooltip.top {
                        bottom: 45px;
                        margin-top: 0;
                        margin-bottom: 0;
                    }

                .box-wrapper .box-container .box-content-block .box-form .field-with-tooltip input:focus + .tooltip {
                    opacity: 1;
                    margin-top: 5px;
                }

                    .box-wrapper .box-container .box-content-block .box-form .field-with-tooltip input:focus + .tooltip.top {
                        opacity: 1;
                        margin-bottom: 5px;
                    }

            .box-wrapper .box-container .box-content-block .box-form .password-field {
                position: relative;
            }

                .box-wrapper .box-container .box-content-block .box-form .password-field .password-strength {
                    position: absolute;
                    right: 6px;
                    top: 5px;
                    transition: all 0.1s linear;
                }

                    .box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span {
                        display: block;
                        background-color: #E1EAF0;
                        border-radius: 4px;
                        height: 35px;
                        width: 5px;
                        transition: all 0.1s linear;
                    }

                        .box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.veryStrong {
                            background-color: #7CD43D;
                        }

                        .box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.strong {
                            background-color: #F2BE22;
                        }

                        .box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.normal {
                            background-color: #F26B2C;
                        }

                        .box-wrapper .box-container .box-content-block .box-form .password-field .password-strength span.weak {
                            background-color: #d80d39;
                        }

            .box-wrapper .box-container .box-content-block .box-form .submit-button {
                margin-top: 15px;
            }

                .box-wrapper .box-container .box-content-block .box-form .submit-button:hover i {
                    margin-left: 7px;
                }

            .box-wrapper .box-container .box-content-block .tandc {
                color: #9DB2C2;
                font-size: 0.75em;
                text-align: left;
                margin-top: 10px;
                font-size: 0.68em;
            }

                .box-wrapper .box-container .box-content-block .tandc a {
                    text-decoration: underline;
                }

                    .box-wrapper .box-container .box-content-block .tandc a:hover {
                        color: #4f687b;
                    }

            .box-wrapper .box-container .box-content-block .password-reset {
                color: #9DB2C2;
                font-size: 0.75em;
                text-align: left;
                margin-top: 10px;
                font-size: 0.68em;
                margin-top: 15px;
            }

                .box-wrapper .box-container .box-content-block .password-reset a {
                    text-decoration: underline;
                }

                    .box-wrapper .box-container .box-content-block .password-reset a:hover {
                        color: #4f687b;
                    }
