.password_protected footer{margin-top: 50px;}
.password_protected .content{background: #fff;padding: 0;}
.password_protected .pass_protected_wrap{max-width: 400px;width: 100%;margin: 0 auto;padding: 0 10px;box-sizing: border-box;}
.password_protected .pass_protected_wrap .pass_protected{padding-top: 135px;background: url(../images/passfolder.png) no-repeat;background-position: top center;background-size: 165px;}
.password_protected .pass_protected_wrap .pass_protected p{font-size: 20px;color: #172b4d;margin: 0;line-height: 32px;margin-bottom: 35px;text-align: center;}
.password_protected .pass_protected .input_field_wrap .input_field .input_password{ border: 1px solid #b7b7b7;box-sizing: border-box;height: 45px;padding: 10px;width: 100%;border-radius: 3px;outline: none;}
.password_protected .pass_protected .input_field .input_password:focus{border: 1px solid #00a5dc;box-shadow: 0px 0px 2px 0px #00a5dc;}
.password_protected .pass_protected_wrap .pass_protected .input_field .input_error{display: block;font-size: 12px;color: #e84242;margin-top: 3px;}
.password_protected .pass_protected_wrap .pass_protected .input_btn{border: 0;background: #2b80c3;color: #fff;height: 45px;padding: 10px;text-align: center;width: 100%;margin-top: 25px;font-size: 20px;border-radius: 3px;cursor: pointer;}
.password_protected .pass_protected_wrap .pass_protected .input_btn:hover{background: #3895de;}
.share_receiver.password_protected footer,.share_receiver.password_protected .content{max-width: unset!important;margin-left: 0;}
.share_receiver.password_protected .content{margin-top: 40px!important;}

@media only screen and (max-width:1200px){
    .share_receiver.password_protected .wrapper{
        width: 100%!important;
    }
    .share_receiver.password_protected .header_inner_wrap{
        box-sizing: border-box;
    }
    .share_receiver.password_protected .content{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .share_receiver.password_protected .pass_protected_wrap{
        padding: 0 30px;
    }
    .share_receiver.password_protected .pass_protected_wrap .pass_protected .input_btn{
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 576px){
    .password_protected .pass_protected_wrap .pass_protected{
        padding-top: 100px;
        background-size: 120px;
    }
}