body {
    /*Crate by Linh*/
    background: #f5f5f5;
}
.at-body {
    background-color: #f5f5f5; 
    padding-top: 40px; 
    padding-bottom: 40px; 
}
#findInfomationModal .titleModal {
    text-align: center;
    font-weight: 600;
    top: 40px;
    position: relative;
    font-size: 20px;

    color: #000;
    text-transform: uppercase;
}

#findInfomationModal .titleDT span {
    color: #000;
}

#findInfomationModal img.close {
    top: 27px;
    opacity: 1;
    position: relative;
    right: -16px;
}

#findInfomationModal .modal-dialog-centered .modal-header {
    height: 88px;
    padding: 0px;
}

#findInfomationModal .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
    width: 506px;
    height: 438px;
}

#findInfomationModal .modal-dialog-centered .modal-content {
    max-width: 506px;
    height: auto;
    width: 100%;
    border-radius: 0px;
    padding-left: 41px;
    padding-right: 41px;
    box-shadow: none;
    border: none;
}

#findInfomationModal .modal-dialog-centered .div-content-row1 {
    height: 83px;
}

#findInfomationModal .modal-dialog-centered .div-content-row2>input {
    padding-left: 5px;
    font-size: 12px;
    box-shadow: none;
    height: 38px;
}

#findInfomationModal .modal-dialog-centered .div-content-row2>input::placeholder {
    color: #cbcbcb;
    font-style: italic;
    position: relative;
    top: 1px;
}

#findInfomationModal .modal-dialog-centered .div-content-row3 {
    height: 105px;
}

#findInfomationModal .modal-dialog-centered .div-content-row3>.g-recaptcha {
    position: relative;
    top: 23px;
}

#findInfomationModal .modal-dialog-centered .div-content-row4 {
    height: 126px;
}

#findInfomationModal .modal-dialog-centered .div-content-row4>table {
    top: 33px;
    position: relative;
}

#findInfomationModal table td.btnTd {
    width: 115px;
}

#findInfomationModal table td.btnTd>.btn {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    width: 144px;
    height: 40px;
    text-transform: uppercase;
}

#findInfomationModal table td.btnTd>.btn.ok {
    border: 1px solid #ff4848;
    color: #FFF;
    background-color: #ff4848;
}

#findInfomationModal table td.btnTd>.btn.cancel {
    border: 1px solid #ff4848;
    color: #ff4848;
    background-color: #FFF;
}

#findInfomationModal table td.btnTd>.btn>span {
    position: relative;
    top: 1px;
}

#findInfomationModal .modal-dialog-centered .div-content-row1>div {
    position: relative;
    top: 25px;
    color: #000;
    line-height: 1.5;
    text-align: justify;
}


/***Linh change
**/

.rh-login-box .form-group.has-feedback>input {
    margin-bottom: -4px;
}


/** End change **/

.rh-login-box .form-group.has-feedback>input:not(:focus) {
    border: 1px solid #d7d7d7 !important;
}

.rh-login-box label.rh-pc-checkbox span {
    height: 14px;
    width: 14px;
    /*border: 2px solid #c5c5c5;*/
    border: 1px solid #c5c5c5;
    /*Change by Linh*/
    margin-right: 8px;
    /*top: 1px;*/
    top: -1px;
    /*Change by Linh*/
}

.rh-login-box label.rh-pc-checkbox>a {
    color: #777;
}

.btnfindInfo {
    position: relative;
    top: -3px;
    color: #777;
}

.btnfindInfo>i {
    margin-right: 3px;
}


/** Change by Linh **/

.rh-login-box .rh-login-btn {
    margin-top: 20px;
}


/**End change**/

.rh-login-box label.rh-pc-checkbox input[type=checkbox]:checked+span:after {
    top: 1px;
    left: 0px;
}

.rh-login-box .form-box .form-footer.btnSocialLogin {
    padding-top: 26px;
    padding-bottom: 0px;
}

.btnSocialLogin>table.tbl-sns-wrap {
    width: 100%;
}

.btnSocialLogin>table.tbl-sns-wrap td {
    width: 195px;
}

.btnSocialLogin>table.tbl-sns-wrap td.space {
    width: 8px;
}

.btnSocialLogin>table.tbl-sns-wrap tr.space {
    height: 10px;
}

.tableSocialLogin {
    display: table;
    width: 100%;
    border: 1px solid #cecbcb;
    cursor: pointer;
}

.tableSocialLogin>div {
    display: table-cell;
    vertical-align: middle;
}

.tableSocialLogin>div:nth-child(1) {
    width: 46px;
}

.tableSocialLogin>div:nth-child(2) {
    height: 32px;
    text-align: left;
    font-size: 13px;
}

.close.th_renew {
    width: 15px;
}