/*
 Theme Name:   Divi Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Divi
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     Divi
 Version:      1.0.0
*/

/* Optional: You can import Divi styles like this: */
/* @import url("../Divi/style.css"); */

/* Password form (child) */

.post-password-required .et_password_protected_form {
    width: 30%;
    left: 30%;
    position: relative;
    float: left;
    margin: 100px 0 200px 0;
    border: solid 1px #999;
    padding: 10px 1% 10px 1%;
    color: #333;
}

.et_password_protected_form p input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    padding: 16px !important;
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #999 !important;
    background-color: #eee;
    font-size: 14px;
    border: solid 1px #555 !important;
}

.et_password_protected_form .et_submit_button {
    display: block;
    float: none;
    margin: 8px auto 0;
    font-family: inherit;
    cursor: pointer;
}
/* PTH 100321 */
.dirbox {
      position:relative; 
      float:left; 
      margin:10px 0 0 2%;
      width:97%; 
      background-color:#eef; 
      padding:10px 0 10px 1%;
      z-index:1000;
   }
.login-form  {
    position: relative;
    margin: 30px 0 30px 40%;
    background-color: #eee;
    width: 300px;
    padding: 20px;
}
.login-form input[type='password'] {
	width: 100px;
}
#logout-button {
	padding:10px;
	background-color:#eee;
	border:solid 1px #aaa;
}
.centre-heading {
	text-align: center;
    margin-top: 20px;
}
/* End of file */