#login div.dialog div.content table.reset-password-table td {
    padding: 5px;
    line-height: 26px;
    max-width: 285px;
}

#login div.dialog div.content table.reset-password-table td.label {
    text-align: right;
    font-weight: bold;
    color: #183967;
}

.loginForm table.reset-password-table{
    margin: 0 auto;
}

#login .loginForm table.reset-password-table .preface li{
    max-width: 268px;
}

#login div.dialog div.content table.reset-password-table tr.submit-button td{
    padding: 15px 5px;
}

#login .loginForm table.reset-password-table input[id="agent-code"]{
    text-transform: uppercase;
}
#login .loginForm table.reset-password-table input[id="agent-code"]::placeholder{
    text-transform: none;
}
#login .loginForm table.reset-password-table .contact label{
    color: #000;
    margin-left: 2px;
}
#login .loginForm table.reset-password-table .contact ul li:nth-child(2),
#login .loginForm table.reset-password-table .contact ul li:nth-child(3)
{
    display: flex;
    align-items: center;
}

.reset-password-table .contact li>span, .reset-password-table .contact li label{
    margin-right: 5px;
}

#login .loginForm table.reset-password-table .input-new-password{
    display: flex;
    align-items: center;
}

#login .loginForm table.reset-password-table .input-new-password input[id="newPassword"]{
    margin-right: 10px;
}

#login .loginForm table.reset-password-table .icon, #login .loginForm .reset-password-response .icon{
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

#login .loginForm table.reset-password-table .info-icon{
    background-image: url('/partner/resources/assets/images/general/info.png');
}

#login .loginForm table.reset-password-table .info-icon:hover{
    cursor: pointer;
}

#login .loginForm table.reset-password-table .email-icon{
    background-image: url('/partner/resources/assets/images/general/email.png');
}

#login .loginForm table.reset-password-table .skype-icon{
    background-image: url('/partner/resources/assets/images/general/skype.png');
}

#login .loginForm .reset-password-response .info-icon{
    background-image: url('/partner/resources/assets/images/general/info.png');
    margin-right: 10px;
}
#login .loginForm table.reset-password-table span.error-message{
    color: #ff0000;
}

#login .loginForm .reset-password-response{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}