﻿[data-module='reset-password-from-email-module'] #btn-reset-password {
    background: #333333;
    border: 0;
    font-size: 26px;
    width: 154px;
    height: 44px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: 'Proxima Nova';
    font-weight: 700;
}

#password-combination-window-header {
    padding-right: 25px;
    margin: 10px 0 12px 0
}

@media (max-width: 992px) {

    [data-module='login-page-module'] .icon-close-white {
        position: absolute;
        right: 15px;
    }

    body {
        background-color: #f2f2f2;
    }

    .mobile-top-bar {
        height: 12px;
        background: #f27c21;
    }

    .mobile-small-slanted {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
        clip-path: polygon(25% 0%, 100% 0, 75% 100%, 0 100%);
        background: white;
        height: 12px;
        width: 20px;
        position: relative;
        right: 16px;
    }

    .mobile-top-gray-bar {
        height: 12px;
        background: #4d4d4d;
        width: 20vw;
        float: right;
    }

    .company-logo {
        width: 140px;
        padding-top: 10px;
    }

    .mobile-menu-bar {
        height: 66px;
    }

    .mobile-container {
        margin-left: 30px;
        margin-right: 30px;
    }

    #error-msg-container {
        background: #3fa9f5;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        padding-right: 40px;
    }

    .user-name-field-div {
        background: white;
        border-left: 1px solid #f27c21;
        border-bottom: 1px solid #f27c21;
        border-right: 1px solid #f27c21;
        border-top: 1px solid #f27c21;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .pw-field-div {
        background: white;
        border-left: 1px solid #f27c21;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .login-inputs:focus {
        outline: none;
    }

    .user-name-field-div label, .pw-field-div label {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 0;
        font-size: 10px;
    }

    .login-inputs {
        width: 100%;
        display: block;
        height: 32px;
        padding-bottom: 5px;
        border: none;
    }

    .user-name-field, .pw-field {
        font-size: 20px;
        color: #808080;
    }

    #error-msg p {
        font-size: 16px;
    }

    .login-btn {
        background: #333333;
        border: 0;
        font-size: 14px;
        width: 100%;
        height: 44px;
        margin-bottom: 24px;
    }

    .forgot-pw {
        text-transform: uppercase;
        font-size: 13px;
    }

    .create-an-accnt {
        font-size: 26px;
        font-weight: 100;
    }

    .question-link {
        font-size: 26px;
        font-weight: 100;
    }

    .form-container h1 {
        font-size: 24px;
        font-weight: 100;
    }

    #mobile-footer {
        background: #4d4d4d;
        height: 66px;
        width: 100%;
    }

    .btm-company-name {
        margin-bottom: 0;
        padding-top: 17px;
    }

    .btn-terms {
        font-size: 10px;
    }

    .btm-terms {
        font-size: 10px;
    }

    #login {
        height: 100vh;
        background: rgba(222, 222, 222, 0.22);
    }

    .form-field-container-mob input {
        font-size: 26px;
    }

    #mobile-container .btn-container button {
        font-size: 20px;
    }

    #mobile-container .btn-container {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .logo-section {
        background: #ffffff;
    }

    .sign-in-section {
        background: #4d4d4d;
    }

    .orange-bg-bar {
        height: 5vw;
        background: #f27c21;
    }

    .white-bg-bar {
        height: 40px;
        background: #ffffff;
    }

    .sign-in-section h1 {
        margin-top: 5vw;
    }

    .login-inputs {
        width: 100%;
        display: block;
        height: 50px;
        padding-bottom: 5px;
        border: none;
    }

    .form-container {
        margin-right: 10vw;
        margin-left: 16vw;
    }

    .user-name-field, .pw-field {
        font-size: 36px;
        color: #808080;
    }

    .forgot-pw.white {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .create-an-accnt.orange {
        font-size: 36px;
    }

    .user-pw-not-match {
        font-size: 26px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .company-logo {
        width: 25vw;
        margin-top: 5vw;
        margin-left: 5vw;
        padding-top: 40px;
    }

    .btm-company-name.orange {
        font-size: 22px;
    }

    .btm-terms.blue {
        font-size: 14px;
    }

    .bottom-logo-name {
        margin-left: 5vw;
        margin-bottom: 5vw;
        margin-right: 5vw;
        position: absolute;
        bottom: 0;
    }

    .sign-in-section {
        height: 100vh;
    }

    .angle {
        position: absolute;
        margin-top: -1px;
        height: 100%;
        z-index: 9;
        left: -1px;
    }

    .user-name-field-div, .pw-field-div {
        background: white;
        border-left: 2px solid #f27c21;
        border-bottom: 2px solid gray;
        border-right: 2px solid gray;
        border-top: 2px solid gray;
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 28px;
    }

    .login-inputs:focus {
        outline: none;
    }

    .user-name-field-div label, .pw-field-div label {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 0;
    }

    .login-btn {
        background: #333333;
        border: 0;
        font-size: 26px;
        width: 100%;
        height: 44px;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .question-btn {
        background: transparent;
        border: 0;
        font-size: 26px;
        width: 100%;
        height: 44px;
        margin-bottom: 24px;
        font-weight: 700;
    }

    .login-btn-container {
        padding-top: 20px;
    }
}

@media (min-height: 840px) {
    .logo-section, .sign-in-section {
        height: 100vh;
    }

    .angle {
        height: 100vh;
        margin-top: -1px;
    }
}


/*
 *   CSS FOR IE AND FF ONLY 
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .angle {
        left: -1px;
    }
}

/* Portrait styles here */
@media screen and (orientation:portrait) {
    #mobile-footer {
        position: absolute;
    }
}

/* Landscape styles here */
@media screen and (orientation:landscape) {
    #mobile-footer {
        position: initial;
    }
}
