.UserIcon-1 {
    padding-top: 30px;
}

.login-col {
    /* height: 44px;
    width: 363px; */
    display: block;
    padding: 12px 40px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border-style: none;
    border-bottom: 1px solid #707070;
    -webkit-transition: border-color ease-in-out 0.05s, box-shadow ease-in-out 0.05s;
    transition: border-color ease-in-out 0.05s, box-shadow ease-in-out 0.05s;
    outline: none;
}

button,
input {
    overflow: visible;
}

.PwdIcon {
    background: url(__PUBLIC__/static/img/PwdIcon.png) no-repeat left;
    background-size: 20px;
}

button,
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.login-btn {
    display: inline-block;
    background: #e61c1c;
    color: #fff;
    font-family: work sans, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
    border-style: none;
    cursor: pointer;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1;
}

.login-btn:hover {
    background: #ff9800;
    color: #fff;
}

.lg-checkbox {
    text-align: right;
    padding: 15px 0px 0px 0px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.lg-checkbox-pt {
    position: relative;
    top: 2px;
}

.lg-checkbox-lb {
    font-size: 12px;
    color: rgb(74, 74, 74);
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.login-input-con {
    display: flex;
}

.login-title-left {
    display: flex;
    padding: 10px 50px 10px 50px;
    background-color: #FF9800;
}

.login-title-left img {
    width: 30px;
    height: 30px;
}

.login-title-left p {
    font-size: 16px;
    padding-left: 6px;
    color: #fff;
}

.login-title-right {
    display: flex;
    padding: 10px 50px 10px 50px;
    background-color: #4CAF50;
}

.login-title-right img {
    width: 30px;
    height: 30px;
}

.login-title-right p {
    font-size: 16px;
    padding-left: 6px;
    color: #fff;
}

.login-input-con {
    padding: 10px 84px 10px 84px;
}

.UserIcon-1 {
    padding-top: 50px;
}

.close_i {
    font-size: 24px;
    color: #666;
}

.close_i:hover {
    color: #000;
}

.close {
    position: absolute;
    margin-left: 125px;
    margin-top: -5px;
}