/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.acpwd-container {
	    	text-align: center;
    		margin: 50px auto;
    		line-height: 2.3em;
  	  	border: 2px solid #ccc;
    		padding: 20px;
    		max-width: 90%;
    		background: lightpink;
	}
.acpwd-container h1 {
    text-align: center;
    margin: 30px auto;
}
		.acpwd-pass {
			margin-right: 10px;
		}