﻿html {
    font-size: 10px;
}

html, body, form {
    height: 100%;
}





body {
    padding-top: 6.5rem;
    font-family: 'Lato', sans-serif;
    color: #59595a;
}

    body .header .navbar {
        min-height: 4.5rem;
        background-color: #fcfcfc;
        border-color: #e0e0e0;
    }

        body .header .navbar.scrolled {
            border-bottom: 0;
            -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
            -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
            box-shadow: 0 0 3px 2px rgba(0,0,0,0.15);
        }


    body .header .navbar-brand {
        height: 4.5rem;
        line-height: 4.5rem;
        vertical-align: middle;
        font-family: 'Montserrat', sans-serif;
        padding: 0;
        padding-left: 1.5rem;
    }

        body .header .navbar-brand img {
            max-height: 3.2rem;
            display: inline-block;
        }

        body .header .navbar-brand .brand-text {
            font-size: 1.8rem;
        }

        body .header .navbar-brand .brand-text-type1 {
            font-size: 2.1rem;
            color: #007ac2;
        }

        body .header .navbar-brand .brand-text-type2 {
            font-size: 1.8rem;
            color: #59595a;
        }

    body .wrapper {
        min-height: 100%;
        height: auto !important;
        margin: 0 auto -4rem;
        padding-bottom: 6.0rem;
    }

        body .wrapper .container-table {
            display: table;
            height: 100%;
        }

            body .wrapper .container-table .row-vertical-middle {
                display: table-cell;
                vertical-align: middle;
                /*text-align: center;*/
            }

    body .footer {
        height: 4.0rem;
        position: relative;
        margin-top: -4.1rem;
        clear: both;
        background-color: #fcfcfc;
        border-top: 1px solid #e0e0e0;
        line-height: 4.0rem;
    }

.footer .info {
    /*text-align: center;*/
}

.footer {
    font-size: 1.2rem;
}

.footer__copyright {
    color: #b3b3b3;
    margin-right: 1.5rem;
    display: inline-block;
}

.footer__link a {
    color: #59595a;
}


.footer__link::after {
    content: "|";
    padding: 0.75rem;
}

.footer__link:last-child::after {
    content: "";
}

a.button-primary {
    width: 19.0rem;
    text-align: center;
    background-color: #0099dc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.44rem;
    height: auto;
    line-height: 3.4rem;
    font-weight: 400;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

    a.button-primary.disabled {
        background-color: #C8C8C8;
    }

        a.button-primary.disabled:hover {
            background-color: #D8D8D8;
        }



.box__icon {
    text-align: center;
    margin-bottom: 2.0rem;
}

    .box__icon img {
        max-height: 9.3rem;
    }

    .box__icon i {
        font-size: 6.2rem;
    }

        .box__icon i.fa-times-circle {
            color: #e38a8a;
        }

        .box__icon i.fa-check-circle {
            color: #86b7b1;
        }

.box__header-text {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: .5rem;
    text-align: center;
}

.box__desc-text {
    font-size: 1.5rem;
    color: #b3b3b3;
    margin-bottom: 2.2rem;
    text-align: center;
}

.box__email-field {
    width: 19.0rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    position: relative;
}

    .box__email-field input {
        border: 1px solid #c0c0c0;
        border-radius: 3px;
        padding: .4rem .9rem;
        padding-left: 3.0rem;
        font-size: 1.44rem;
        height: 3.4rem;
    }


    .box__email-field i {
        font-size: 1.44rem;
        position: absolute;
        margin-top: .9rem;
        margin-left: .9rem;
        color: #b3b3b3;
        left: 0;
    }

.box__username-field {
    width: 19.0rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    position: relative;
}

    .box__username-field input {
        border: 1px solid #c0c0c0;
        border-radius: 3px;
        padding: .4rem .9rem;
        padding-left: 3.0rem;
        font-size: 1.44rem;
        height: 3.4rem;
    }


    .box__username-field i {
        font-size: 1.44rem;
        position: absolute;
        margin-top: .9rem;
        margin-left: .9rem;
        color: #b3b3b3;
        left: 0;
    }

.box__button-send {
    text-align: center;
    margin-bottom: 1.5rem;
}

    .box__button-send a:hover {
        background-color: #00aaf6;
    }

.box__button-return {
    color: #b3b3b3;
    width: 19.0rem;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 1.0rem;
}

    .box__button-return a {
        color: #b3b3b3;
        font-size: 1.2rem;
    }

    .box__button-return i {
        margin-right: .3rem;
        font-size: 1.2rem;
    }

.form__header {
    display: table;
}

    .form__header .form__header-icon {
        display: table-cell;
    }

    .form__header .form__header-text {
        display: table-cell;
        font-weight: bold;
        font-size: 1.8rem;
    }


.form__header-icon i.fa-lock {
    color: #86b7b1;
    font-size: 6.5rem;
}

.form__header-icon i.fa-refresh {
    color: #fff;
    position: relative;
    left: -2.9rem;
    top: -.8rem;
    font-size: 1.4rem;
}

.password-criteria {
    margin-top: 2rem;
    background-color: #f7f6f6;
    padding: 1.5rem 1.5rem;
    float: left;
    overflow: auto;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
}

.form-group input[type='password'], .form-group input[type='text'] {
    width: 19rem;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
}

.password-criteria__header {
    font-weight: bold;
    text-indent: 1.8rem;
    margin-bottom: 5px;
}

.password-criteria__item i {
    margin-right: .5rem;
}

.reset-password-button {
    margin-top: 1.8rem;
}

#loading {
    display: none;
    height: 1.4rem;
    width: 1.4rem;
    margin-right: 8px;
    margin-left: -8px;
}

.disabled #loading {
    display: inline-block;
}


@media (max-width: 768px) {
    body .footer {
        min-height: 4.0rem;
        height: auto;
        margin-top: -6.0rem;
        line-height: 2.5rem;
        text-align: center;
        padding-top: 5px;
    }

    .footer__copyright {
        display: block;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
}


@media (max-width: 992px) {
    .reset-password .password-criteria {
        margin-top: .6rem;
        width: 100%;
    }

    .reset-password .form-group input[type='password'], .form-group input[type='text'] {
        width: 100%;
    }

    .reset-password a.button-primary {
        width: 100%;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
}

@media (min-width: 1200px) {
}
