﻿.forgot-password-name {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 1rem;
    font-weight: 700;
}
.forgot-password-name-first {
    color: #00bf67;
}
.forgot-password-name-second {
    color: white;
}
/*.forgot-password-title {
    color: #00bf67;
    font-size: 2rem;
    padding: 1rem 0;
    justify-content: flex-start;
    align-items: center;
}*/
.forgot-password-text {
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 14px;
    text-transform: none; 
}
.forgot-password-row {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
a:hover {
    text-decoration: none;
}

.forgot-password-modal
{
    background-color: #000;
    border-radius: 6px;
    outline: 0;
}
.forgot-password-row {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.5rem 0rem;
}
.forgot-password-error {
    color: yellow;
}
.forgot-password-form-container {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    background: #000 !important;
    border: 2px solid #21211E;
}
.forgot-password-button{
    border-radius: 25px;
    padding: 0.5rem 1rem;
    transition: all 0.5s ease-out;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    border: 2px solid #1265bc;
    background-color: #1265bc;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px black;
    width: 160px;
    margin: 0.25rem auto 0 auto;
}
.forgot-password-button:hover,
.forgot-password-button:focus,
.forgot-password-button.active {
    text-decoration: none;
    background-color: #00582E;
    border-color: #00582E;
    color: white;
    box-shadow: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.forgot-password-modal .modal-header {
    border-bottom: 0px;
}       
.forgot-password-title
{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    width: 100%;
}

.txt-white
{
    color:white;
    font-weight: 700;
}

.forgot-password-label
{
    font-size:16px;
}

.form-control.forgot-password-input {    
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.2em;
    color: white;
    background-color: #161616;
    border: 2px solid #202020;
    outline: none;
    width: 100%;
    margin: 10px auto 10px;
}
.form-control.forgot-password-input:focus,
.form-control.forgot-password-input:hover {
    box-shadow: 0 0 0 .2rem #202020;
    outline: none;
    background-color: transparent;
    color: white;
    background-color: #161616;
    border: 2px solid #202020;
}

button.submit
{
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px blacK;
    width:160px; margin: 0 auto;
}

.forgot-password-link-text {
    color : #1265bc;
}

.forgot-password-close {
    font-size: 34px;
}

/* RESET PASSWORD */
.reset-pwd-title {
    color: #fff;
    font-size: 21px;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
}
.reset-pwd-subtitle {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
}
.reset-pwd-icos {
    width: 120px;
}
.reset-pwd-gren-line {
    border-top: 3px solid #008246;
    margin-top: 35px;
}
.reset-pwd-need-help {
    width: 100%;
    max-width: 280px;
    margin: 2rem 0;
}

@media (min-width: 500px) {
    .forgot-password-input{
        width: 300px;
    }
}

.forgot-password-link, .forgot-password-click {
    font-size: 11px;
    font-style: italic;
}

.forgot-password-link {
    color: #00A05B;
}
.forgot-password-click {
    color: #1265bc;
    cursor: pointer;
}
.forgot-password-click:hover {
    font-weight: 700;
    text-decoration: none;
    color: #1265bc;
}

.forgot-password-close-button {
    color: #1265bc;
    background: transparent;
    font-size: 32px;
    border-width: 0px;
    cursor: pointer;
}

.forgot-password-close-button:hover,
.forgot-password-close-button:focus {
    box-shadow: none;
    outline: none;
}