﻿.popup-border-sign-user-info {
    border-radius: 4px;
    line-height: 28px;
    width: 800px;
    height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    position: absolute;
    background-color: white;
    z-index: 9999;
    position:fixed;
}
.close-button-user-info {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
.close-button-icon-user-info {
    cursor: pointer;
}

.close-button-user-info::before {
    color: #ffffff;
    content: "\2715";
}