﻿body {
    background-color: #ececec;
}

.resetPass_form-wrapper {
    overflow: hidden;
    background: #ffffff;
    width: 360px;
    height: 360px;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(139,139,139,0.5);
    -moz-box-shadow: 0px 2px 7px 2px rgba(139,139,139,0.5);
    box-shadow: 0px 2px 7px 2px rgba(139,139,139,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 10px;
    right: 0;
    left: 0;
}

    .resetPass_form-wrapper .btn-light-hover:hover {
        background-color: #dde3fa;
    }

    .resetPass_form-wrapper .btn-light-hover:disabled {
        opacity: 0.4;
        background-color: #f4f5fc;
        cursor: default;
    }

.resetPass_logo_section {
    height: 100px;
    background-color: #5774e7;
    position: relative;
    background-image: url(/images/account/login_background.svg);
    background-repeat: no-repeat;
    margin-bottom: 40px;
    text-align: center;
}

.resetPass_form_header {
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 103px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: GlowBold;
}

.resetPass_container {
    width: 300px;
    margin: auto;
}

.resetPass_input_wrapper {
    text-align: left;
}

    .resetPass_input_wrapper label {
        display: block;
        font-family: GlowRegular;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #36393e;
        text-align: left;
        padding-left: 10px;
        margin-bottom: 10px;
    }

.resetPass_input_wrap {
    margin-bottom: 21px;
}

    .resetPass_input_wrap input {
        width: 100%;
        border: 0;
        outline: none;
        border-bottom: 1px solid #efefef;
        padding-left: 10px;
        font-family: GlowRegular;
        cursor: text;
        font-weight: 600;
    }

        .resetPass_input_wrap input.ng-dirty.ng-invalid-required, .resetPass_input_wrap input.ng-dirty.ng-invalid-compare-to {
            border-bottom: 1px solid #ec4a43;
        }

        .resetPass_input_wrap input:focus {
            border-bottom: 1px solid #5774e7;
        }

        .resetPass_input_wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #959595;
        }

        .resetPass_input_wrap input::-moz-placeholder { /* Firefox 19+ */
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #959595;
        }

        .resetPass_input_wrap input:-ms-input-placeholder { /* IE 10+ */
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #959595;
        }

        .resetPass_input_wrap input:-moz-placeholder { /* Firefox 18- */
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #959595;
        }

.resetPass_submit_btn {
    width: 100%;
    height: 38px;
    border: 1px solid #5774e7;
    background-color: rgba(87, 116, 231, 0.1);
    border-radius: 4px;
    color: #5774e7;
    font-size: 14px;
    font-family: GlowSemibold;
    letter-spacing: -0.2px;
    outline: none;
    margin-top: 10px;
}

.resetPass_errorMessage {
    color: #ec4a43;
    font-size: 12px;
    position: absolute;
    left: 40px;
}
