/*

Theme Name: Wydawnictwo Edra - materiały online
Theme URI:
Description: Motyw dla materiałów online dla książek wydawnictwa EDRA
Author: Tomasz Góral
Author URI: tomek.goral@gmail.com
Version: 1.0
Licence: Unlicenced, All rights reserved

*/

@import url(css/_styles.min.css);
@import url(css/pie.css);

#piereg_forgotpassword #piereg_lostpasswordform input[type="submit"] {
border: 1px solid #b00c28;
    color: #b00c28!important;
    background-color: #fff!important;
    font-weight: 400;
    width: auto;
    transition: all .74s ease 0s!important;
    transition-property: all!important;
    transition-duration: .74s!important;
    transition-timing-function: ease!important;
    transition-delay: 0s!important;
    padding: 3px 10px;
    border-bottom:  1px solid #b00c28!important;
    font-weight: normal!important;
}
#piereg_forgotpassword #piereg_lostpasswordform input[type="submit"]:hover {
border: 1px solid #b00c28;
    color: white!important;
    background-color: #b00c28!important;
}

#pie_register_reg_form {
	display:none;
}

#precheck .fieldset{
    display: flex;    
    align-items: center;
}

#precheck .fieldset > * { 
	margin-right: 15px;
}

#precheck input[type=submit] {
    border: 1px solid #b00c28;  
    color: #b00c28;
    background-color: white;
    font-weight: normal;
    width: auto;
    padding: 5px 20px;
}

#precheck input[type=submit]:hover {
        background-color: #b00c28;
        color: white!important;
}

#precheck input[type=number] {
	border: 1px solid #d5d5d5;
    line-height: 24px;
	padding: 5px 0 5px 15px;    
}

#pie_register_reg_form {
	display:block;
}

.btn-default {
	border-radius: 0;
	border-color:#b00c28;
	color:white!important;
	background-color: #b00c28;	
}
.btn-default:hover {
	border-color:#b00c28;
	color:#b00c28!important;
	background-color: white;
}

.wpcf7-quiz {
    width: 50px;
}
