/*
 * Copyright (c) 2021 AllSmart Inc. All rights reserved.
 */

@charset "UTF-8";

.form-reset {
	float: right;
	padding-right: 5%;
	width: 37%;
	display: block;
	position: relative;
	padding-top: 85px;
}

.reset-message {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #9b803e;
	font-weight: bold;
	padding-bottom: 10px;
}

.forgot-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #aaaaaa;
	font-weight: lighter;
	padding-bottom: 10px;
}

/* Set a style for the submit/register button */
.forgotBtn {
	width: 100%;
	padding: 0 35px 0 15px !important;
}

.forgotBtn:hover {
	opacity: 1;
}

@media (max-width: 1200px) {
	.form-reset {
		text-align: center;
		float: none;
		margin: auto;
		width: 75%;
		padding: 30px 10px 10px 10px;
	}
	.reset-container {
		text-align: center;
		width: auto;

	}
	.reset-image {
		padding-left: inherit;
	}
	.forgotBtn {
		width: 100%;
		padding: 0 15px 0 15px !important;
	}
}
