.postid-89 .edgtf-page-header .edgtf-menu-area {
    background-color: rgba(255, 255, 255, 0);
    height: 90% !important;
}

.new-password{
    height: 100vh;
    margin-top: 0px;
}
.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100{
    height: 100vh !important;
    display: grid !important;
    align-items: flex-end !important;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center{
    text-align: center;
    z-index: 2;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input{
    width: 60% !important;
    margin: auto !important;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input h3{
    margin-top: 15% !important;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input h2{
    color: #fff !important;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input .subtitle{
    font-weight: 500;
    font-size: 20px;
    color: #fff !important;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input .container-form{
    margin: 5% !important;
}

.new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input .container-form .label-input{
    font-weight: 500;
    font-size: 20px;
    color: #fff !important;
    text-align: left !important;
    margin-left: 15%;
}

.form-final{
    margin-top: 10%;
    margin-bottom: 5%;
}

.form-final .btn-form{
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background-image: url(/img/button.png);
    background-size: 100% 100%;
    padding: 2% 10%;
    font-size: 20px;
}

.form{
    margin-top: 8%;
    margin-bottom: 5%;
}

.icon-btn .icon-img{
    position: relative;
    text-align: center;
    align-items: flex-end;
}

.icon-btn .icon-img img{
    width: 100px;
    margin-bottom: -10px;
}

.icon-btn .icon-img hr{
    height: 190px;
    width: .2vw;
    border-width:0;
    background-color:#f41868;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-register{
    border: 1px solid #5a4697;
    padding: .5% 5%; 
    text-transform: uppercase; 
    font-weight: 600; 
    font-size: 20px;
}

@media(max-width: 1024px){

    .new-password  .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input{
        width: 100% !important;
    }

    .new-password .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input .container-form .label-input {
        margin-left: 10%;
    }

    .new-password .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input h3 {
        margin-top: 0% !important;
    }

    .new-password .icon-btn .icon-img hr{
        height: 100px;
    }

    .new-password .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input .subtitle {
        margin-bottom: 30%;
    }

    .new-password .form-final {
        margin-top: 30%;
        margin-bottom: 5%;
    }

    .new-password .input_especial-form {
        max-width: 90% !important;
    }
}

