.bv_login_reg_box{
    background: url(../images/popup_bg.jpg) no-repeat center top;
    background-size: 100% auto;
    width: 438px;
    min-height: 490px;
    text-align: center;
    font-family: "Trajan Pro","Cinzel";
}
.bv_login_reg_box .reg_box_content{
    width: 360px;
    margin: 0 auto;
    padding-top: 180px;
}
.bv_login_reg_box .label_1,
.bv_login_reg_box .label_2{
    text-transform: capitalize; 
    font-size: 22px;
    color: #807973;    
    margin-bottom: 15px;
    font-weight: normal;
}
.bv_login_reg_box .box_sep{
    height: 18px;
    border-bottom: 1px dotted #807973;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bv_login_reg_box .box_sep span{
    background: url(../images/popup_bg.jpg) no-repeat center center;
    display: inline-block;
    padding: 0 10px;
    font-size: 22px;
    color: #c49a9d;
}
.bv_login_reg_box .gray-button{
    display: inline-block;
    background: #a6a5a5;
    border: 2px solid #716f6e;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 215px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
}
.bv_login_reg_box .gray-button:hover{
    background: #716f6e;
}


.dress_item_photos .remove_photo{
    position: absolute;
    top: 0;
    right: 4px;
}


@media all and ( max-width: 438px ) {

    .bv_login_reg_box{
        width: auto;
        min-height: 450px;
    }
    
    .bv_login_reg_box .reg_box_content{
        width: auto;
        padding: 20px;
        padding-top: 110px;
    }
    
}

