.receive-password-main-container{
    width: 100%;
    padding: 0px 20px;
    margin: 33px auto;
}

.receive-password-main-container-cover{
    width: 100%;
    max-width: 1150px;
    margin: auto;
    border: 1px solid var(--color-border);
    background: #fff;
    padding: 30px 24px;
    min-height: 300px;
}

.receive-password-validation{
    background: #fff0f5;
    padding: 0px;
    margin: 10px;
    max-width: 720px;
}

.receive-password-validation ul{
    padding: 0px;
    margin: 0px;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.receive-password-validation ul li{
    padding: 11px 15px;
    margin-bottom: -20px
}

.receive-password-validation ul li:last-child{
    margin-bottom: 0px;
}

.receive-password-body{
    width: 100%;
}

.receive-password-title{
    line-height: 28px;
    margin: 0px;
    text-align: left;
}

.receive-password-email{
    line-height: 30px;
    font-weight: normal;
    width: 100%;
    text-align: left;
    margin: 0px 5px;
}

.receive-password-email input{
    width: 100%;
    max-width: 200px;
    height: 30px;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #e7e7e7;
    outline: 0!important;
    margin-left: 10px;
}

.receive-password-button{
    display: inline-block;
    margin-top: 15px;
}

.receive-password-button .button{
    display: inline-block;
    width: 190px;
    height: 30px;
    font-size: 15px;
    background: #ea377c;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    padding-right: 5px;
    position: relative;
    border: 0px;
    margin: auto;
    float: left;
    margin: 5px;
}

.receive-password-button .button .icon-button{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 9px;
}

.receive-password-body-cover{
    text-align: center;
    width: 100%;
    max-width: 555px;
}