/*
 Theme Name:     Divi Child 4.4.5
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.et_password_protected_form .help {
	text-align: center;
	margin: auto;
	max-width: 600px;
}

.et_password_protected_form p input {
	text-align:center!important;
	max-width: 25%;
	margin-left:37.5%!important;
	margin-right:37.5%!important;
	float:none!important;
	border:2px solid #054879;
}

.et_password_protected_form .banner {
    min-height: initial;
    padding-left: 0px;
	padding-right: 0px;
	padding-bottom:30px;
    max-width: 100%!important;
    margin: auto!important;
}
 
.et_password_protected_form .et_submit_button {
    background: #054879;
	color: white!important;
    border: 2px solid #054879;
	margin: 0 auto!important;
	float:none !important;
}
 
.et_password_protected_form .et_submit_button:hover {
    background: white;
    color: #054879!important;
}

.et_password_protected_form {
	background-color:#fff;
}
 
@media (max-width: 100%) {
.et_password_protected_form {
    padding: 0px;
}
}

