/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.theabout {
 background-size: contain;   
}



/*
Member Login Form Styling
*/

.container {
    border: 1px solid #dddddd;
    position: relative;
    background-image: url('/wp-content/uploads/2016/09/bg5-v5.png');
    background-repeat: no-repeat;
    width: 320px;
    height: 432px;
    margin: 80px auto;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loghead  {
    display:block;
    margin:75px 0 5px;
}

.loghead p {
    text-align:left;
    font-style:normal;
    font-weight:normal;
    font-family:"PT Sans";
    font-size:12px;
    color:#aaaaaa;
    margin:0;
}

.loghead h4 {
    text-align:left;
    font-style:normal;
    font-weight:normal;
    font-family:"PT Sans";
    font-size:18px;
    color:#81bc00;
    margin:0;
}
.text_line {
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
}
/* Buttons*/
.login-form input#username, input#password {
    border:1px solid #dddddd;
    padding:8px 10px 8px 10px;
    outline:none;
    font-family:"PT Sans";
    font-size:14px;
    color:#aaaaaa;
    display:block;
    background:#ffffff;
}

input#text:focus,
input#password:focus {
    border:1px solid #cccccc;
}

fieldset {
    border:none;
    padding:0;
    margin:0;
}

.login-form input[id="username"], input[id="password"]{
    width:250px;
    margin:0 0 10px 0;
}

.login-form button{
    color: #fff;
    background-color: #81bc00;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: .5em;
    margin-top: .5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.login-form a{
    display:block;
    text-align:right;
    text-decoration:none;
    font-style:normal;
    font-weight:normal;
    font-family:"PT Sans";
    font-size:12px;
    color:#aaaaaa;
}

.button-green  {
color: #fff;
background-color: #81bc00;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0.5em;
margin-top: 0.5em;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
