.reset-password-title
{
    padding-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(63,141,252, 1);
}

.reset-password-container{
    width: 400px;
    height: 270px;
    border-radius: 4px;
    background-color: white;
    margin: 0 auto;
}

.rowKey
{
    display:inline-block;
    width: 80px;
}

.input-component{
    margin-top: 12px;
}

.fade-in-text {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    z-index: 99;
    font-size: 12px;
    background-color: rgb(177,177,177, 16%);
    border-radius: 4px;
}

.fade-in-text-default {
    display: none;
}

.btn-get-code{
    background-color: rgb(63,141,252);
    font-size: 12px;
    width: 96px;
    height: 36px;
    line-height: 1.0;
    text-align: center;
    border-radius: 4px;
    float: right;
}

.password-switch
{
    position: relative;
    left: 92%;
    top:-32px;
    width: 10px;
    height: 0px;
}

.fa-eye-slash-inside{
    line-height: 1.8;
}

.has-error{
    font-size: 12px;
    color: red;
    background-color: transparent;
    margin-left: 3px;
    display: block;
    height: 12px;
}