/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

.errormessages p{
 text-align: center;
 font-weight: bold;
 color: #d823c9;
}

.required{ 
 font-size: 11px; 
}

.tlregfield{
    color: #fff  !important;
}
.tlregfield:focus {
    color: #fff  !important;
}

.tlregbutton
{
    color: #cccccc !important;
    vertical-align: middle !important;
    background-color: #3f869d !important;
    padding: 6px !important;
    text-shadow: none;
    font-size: 13px;
    border: 2px solid #3f869d !important;
}
.tlregbutton:hover
{
    color: #eeeeee !important;
    background-color: #39798c !important;
}


.register-section input {
    line-height: 1.2;
    border-color: #FFF; 
    background-color:transparent;
    color: #FFF !important;
    width: 100% !important;
	border-radius:4px !important;
    
}



.register-section  legend{
	display: block;
    font-weight: bold;
    margin: 0px 0 5px 0;
	color:#fff;
	padding: 0px 15px 0px 0px;
}

.register-section  fieldset input{
	margin-top:2px;
        color:#fff;
}
input#signup_email {
	color: #ffffff !important;
}