﻿.passwordReset-form {
    background-color: #d3d3d3;
}

    /*.passwordReset-form {
    margin-left: 6px;
    background-color: #d3d3d3;
    border-left: solid steelblue 3px;
    border-right: solid steelblue 3px;
}*/

    .passwordReset-form input[type="text"] {
        padding: 0px;
        width: 65%;
    }

.container-passwordResetForm {
    border: black 1px solid;
    border-top: 0;
    border-bottom: 0;
    background-color: #d3d3d3;
}

    .container-passwordResetForm hr {
        margin-top: 0px;
        margin-bottom: 5px;
        border-top: 1px solid #b8b8b8;
    }

    .container-passwordResetForm h2 {
        text-decoration: underline;
        margin-top: 14px;
        margin-left: 2%;
        margin-bottom: 4px;
        user-select: none;
    }

.securityQuestion-container {
    margin: auto;
    margin-top: 12px;
    width: 80%;
    padding: 0px;
    user-select: initial;
}

.securityVerification-link {
    color: rgb(20, 135, 250);
    background-color: #d3d3d3;
    border: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: underline;
    font-weight: 500;
}

    .securityVerification-link:hover {
        color: rgb(102, 176, 250);
    }