.editAgentInfoCtl {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.editAgentInfoCtl:hover {
    opacity: 0.8;
}

._agentInfoSubmitForm label {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    color: #666;
}
._agentInfoSubmitForm input {
    width: 100%;
    padding: 5px;
}

._submitAgentInfoCtl {
    margin: 10px auto;
    display: block;
}

._agentInfoForm .modal-body{
    max-height: none;
}