﻿.reset-password-container {
    border-radius: 4px;
    padding: 40px 40px;
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 450px;
}

    .reset-password-container .form-control {
        border-radius: 4px;
        width: 368px !important;
        height: 36px;
    }

    .reset-password-container .reset-password-button {
        border: none !important;
        height: 20px;
        font-weight: bold;
        width: 370px;
        height: 45px;
        border-radius: 4px;
        outline: none !important;
        font-family: Lato-Semibold;
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }

        .reset-password-container .reset-password-button:hover {
            cursor: pointer;
        }

.p-password {
    font-size: 16px;
    color: #a1a2b8;
    letter-spacing: 0;
    width: 370px;
}

#reset-password-container .entity-column {
    width: 100% !important;
}

.reset-password-container .control-label {
    font-size: 14px;
}

.reset-password-container input {
    border-radius: 4px !important;
}

.clear-div{
    clear:both;
}