@import "../../../styles.sass"

#reset-pass-container
    margin: 102px auto
    .container
        .reset-btn
            width: 161px
            height: 28px
            border-radius: 14px
            color: $white
            background-color: $lightOrange
            border: none
        .well
            border: none
            background-color: $white
            -webkit-box-shadow: none
            padding: 0
            box-shadow: none
            .reset-txt
                max-width: 600px
                width: 100%
                border-radius: 6px
                margin-bottom: 18px
                border: 1px solid $borderLightGray
                padding: 67px 67px 40px 67px
                .form-group
                    &:nth-child(1), &:nth-child(2)
                        margin-bottom: 20px
                        border-bottom: 1px solid $lineGray
                    &:nth-child(3)
                        margin-bottom: 60px
                        border: none
                        text-align: right
                    &.line-error
                        border-bottom: 1px solid $errorColor
                p
                    font-family: $openSansBold
                    font-size: 18px
                span
                    font-family: $openSansRegular
                    font-size: 14px
                .panel-body
                    padding: 0
                .reset-email-block
                    width: 100%
                    label
                        color: $bodyTxtColor
                        font-family: $openSansRegular
                        font-size: 14px
                        text-align: left
                    input
                        -webkit-appearance: none
                        border: none
                        font-family: $openSansRegular
                        // padding: 11px 0px 11px 0px
                    input::-webkit-input-placeholder
                        color: $black
                        font-size: 18px
                    .password-row
                        padding-bottom: 10px



            h4
                font-family: $openSansRegular
                font-size: 20px
                margin-bottom: 20px


.txt-orange
  color: $lightOrange
.txt-gray
  color: $mutetxtColor
.txt-black
  color: $black