﻿
.security-question-container{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.change-password-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.change-password-form{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    max-width: 800px;
}


.fpb-logo-container{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

#fpb-logo{
    width: 200px;
}

.security-card-body{
    max-width: 800px;
    margin: auto;
}

.blue-btn {
    background-color: blue;
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 7px 25px;
    cursor: pointer;
}

.blue-btn:hover {
    box-shadow: rgba(79, 220, 255, 0.45) 0px -50px 36px -28px inset;
}

.button-container{
    display: flex;
    flex-direction: row-reverse;
}

.inputMMfont{
    height: 45px;
    background-color: #eef5fd;
    border-radius: 7px;
    border: 1px solid #c9d2dd;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px 0px inset;
    padding-left: 5px;
    color: #767879;
    font-size: 15px;
}

.input-container-for-password input{
    height: 45px;
    background-color: #eef5fd;
    border-radius: 7px;
    border: 1px solid #c9d2dd;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px 0px inset;
    padding-left: 35px;
    padding-right: 35px;
    color: #767879;
    font-size: 15px;
}


.input-container-for-password img{
    font-size: 17px;
    color: rgb(77, 77, 77);
    position: absolute;
    margin-top: 14px;
    margin-left: 10px;
    padding-bottom: 10px;
}

.input-container-for-password{
    position: relative;
    height: 50px;
}



.questions{
    background: linear-gradient(167deg, blue, transparent);
    color: white;
    border-radius: 7px;
}

.message{
    color: red;
}

.button-container button{
    margin-top: 20px;
    margin-right: 15px;
}

.change-password-card{
    background-color: white;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.change-password-form h2{
    color: blue;
    margin-top: 10px;
}

#eye-for-password{
    position: inherit;
    margin-left: 300px;
    margin-top: -60px;
    cursor: pointer;
}

#message{
    color: red;
    margin-top: 10px;
    margin-bottom: 0;
}



