@charset "UTF-8";
/*!
Theme Name: Maxcoach
Theme URI: https://maxcoach.thememove.com
Author: ThemeMove
Author URI: https://thememove.com
Description: Maxcoach – Online Learning and Education WordPress Theme
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maxcoach
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/







#learn-press-checkout-register {
	flex: 0 0 66.666667%;
    max-width: 66.666667%;
	margin: auto;
	text-align: center;
	background: #FFFFFF !important;
    border: 1px solid #ECECEC !important;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 45px 24px 42px !important;
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.07));
}


#learn-press-checkout-register .learn-press-form-wrap {
	max-width: 100%;
	flex: 0 0 100%;
}

#learn-press-checkout-register .learn-press-form-wrap .form-fields .form-field label {
	text-align: left;
}


#learn-press-checkout-register .learn-press-form-wrap .checkout-register-form-header h4 + p {
	display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.2em;
    color: #000000;
}

#learn-press-checkout-register .learn-press-form-wrap form input {
	width: 100%;
	height: 45px;
	border: 1px solid #BEC6D5;
}

#learn-press-checkout-register .learn-press-form-wrap form button {
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    width: 179px;
    height: 48px;
    background: #EEBA00;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 27px auto 0;
    transition: .4s;
}