/*
Theme Name: In the Clear
URI: http://eoscorporate.com/
Description: A Custom Child Theme For Divi
Author: EOS Corporate
Author URI: http://eoscorporate.com/
Template: Divi
Version: 1.0
*/

.et_password_protected_form {
    min-height: initial;
    padding: 100px;
    max-width: 700px;
    margin: auto;
}

.et_pb_button:after, .et_pb_button:before {
	content: none;
}
 
@media (max-width: 479px) {
.et_password_protected_form {
    padding: 40px;
}
}