/* ===================================================================================

* Theme Name: Exhibz Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Exhibz is a functional Event and Conference WordPress Theme.
* Version: 2.0
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: exhibz
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.forgotpasswrap {
	float: left;
	width: 100%;
	text-align: center;
}

.forgotpassform {
	padding: 70px 50px;
	border-radius: 5px;
	max-width: 470px;
	margin: 60px auto;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #eee;
	outline: 0;
	box-shadow: 0 0 5px 5px #f2f2f2;
}

.forgotpassform h1 {
	font-size: 26px;
}

.forgotpassform input {
	border: 1px solid #e4e4e4;
	border-radius: 0;
	padding: 13px 12px;
	background-color: transparent;
}

.forgotpassform .passresetbtn {
	border-radius: 5px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background-color: #ff007a;
	padding: 0 0px;
	transition: 0.4s;
	border: 0 none;
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 24px;
	cursor: pointer;
}

.forgotpassform .success.successmsg {
	display: inline-block;
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 22px;
	color: #008000;
	font-weight: 600;
}