/* Elearning login form */
.page-template-template-elearning-login .page-title-wrap,
.page-template-template-elearning-fields .page-title-wrap {
	display: none;
}
.page-template-template-elearning-login .page-comment,
.page-template-template-elearning-fields .page-comment {
	margin-bottom: 0;
}
.page-template-template-elearning-fields .page-content .elementor-section-wrap {
	padding-bottom: 0;
}
.login-form-logo {
    display: flex;
    max-width: 860px;
    margin: auto;
}
.login-logo {
    flex-basis: 50%;
}
.login-logo img {
    margin: 50px auto 0;
}
.login-form {
	text-align: center;
	margin-bottom: 100px;
}
.form-input {
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(0,0,0,0.15);
    width: 370px;
    padding: 10px 14px;
    font-weight: 400;
    background-color: transparent;
    vertical-align: middle;
    -webkit-box-flex: 1;
    line-height: 1.4;
    font-size: 16px;
    color: #7A7A7A;
}
.select-wrapper {
	position: relative;
}
.select-wrapper select {
    -webkit-appearance: none;  
    -moz-appearance: none; 
    appearance: none;
    padding-right: 20px;
}
.select-wrapper::after {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	display: inline-block;
	top: 10px;
	pointer-events: none;
	position: absolute;
	margin-left: -20px;
	color: rgba(0,0,0,0.15);
}
.form-button {
    background: white none repeat scroll 0% 0%;
    border: 2px solid rgb(88, 89, 91);
    border-radius: 50px;
    padding: 9px 20px 10px;
    text-align: center;
    font-size: 13px;
    color: black;
    /*width: 80px;
    height: 42px;*/
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    text-decoration: none !important;
}
.form-button:hover {
    border-radius: 50px !important;
    border-width: 2px !important;
    background-color: rgb(88, 89, 91);
    color: #fff;
}
.wpcf7-form-control-wrap {
	display: block;
	text-align: center;
}
.login-form input[type="submit"] {
	margin-top: 0;
}
.login-message {
	text-align: center;
}
hr.hr {
    background-color: rgba(206, 206, 206, 0.99);
    height: 1px;
    padding: 0;
    border: 0;
    margin-top: 15px;
    margin-right: -15px;
    margin-bottom: 15px;
    margin-left: -15px;
}
.medium-text {
    font-size: 16px;
    font-weight: 300px;
    line-height: 1.4em;
}

@media (max-width: 767px) {
    .login-form-logo {
        flex-direction: column;
    }
    .login-logo img {
        margin-top: 0;
        margin-bottom: 50px;
    }
}