@import http://fonts.googleapis.com/css?family=Raleway;
/*
//==========================================================================================================================
// Password reset page styling.
//
// Last modified: 2026-03-25
// Author: Romet Saarna (aka TheKuru) http://wizil.ee
//==========================================================================================================================
*/


/* -------------------------------------------------------------------------------------------------- */
/*  */
/* -------------------------------------------------------------------------------------------------- */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #cccccc;
	opacity: 0.8; /* Firefox */
	font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #cccccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #cccccc;
}

.passwordreset-box {
	width: 500px;
	padding: 58px 76px 0 76px;
	text-shadow: 0 -1px black;
	background: #333333;
	border-bottom: 1px solid #191919;
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.1), 0 0 3px rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}

.passwordreset-box h2 {
	padding: 0;
	margin: 0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


.passwordreset-box-fieldname-container {

}

.passwordreset-box-field-container {

}

.passwordreset-box-checkbox-container {
	display: inline;
	width: 100%;
	margin: 0;
	margin: 0 0 7px 0;
}

.passwordreset-box-inputfield  {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #0d2c52;
	background-color: #fff;
	font-size: 12px;
	color: #555;
}

.passwordreset-box-selectfield  {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid #0d2c52;
	background-color: #fff;
	font-size: 12px;
	color: #555;
}


.passwordreset-box-options-container  {
	clear: both;
	padding-left: 30px;
	font-size: 11px;
}

.passwordreset-box-options-container a {
	color: #ebebeb;
	font-size: 11px;
	text-decoration: none;
}
.passwordreset-box-options-container a:hover {
	color: #cccccc;
	text-decoration: underline;
	cursor: pointer;
}

.passwordreset-captch-container {
	width: 100%;
}
.passwordreset-captch {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}


.passwordreset-button {
	display: block;
	outline: 0;
	border: 1px solid #D4D4D4;
	border-radius: 2px;
	color: #444;
	background: -webkit-linear-gradient(top, #F4F4F2, #EDEDEB);
	background: linear-gradient(to bottom, #F4F4F2, #EDEDEB);
	box-shadow: inset 0 1px 0 #FDFDFC;
	white-space: nowrap;
	padding: 8px 8px;
	line-height: 1.4;
	text-decoration: none;
	margin-bottom: 15px;
	color: #3e3e3e;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}
.passwordreset-button:hover {
	background: -webkit-linear-gradient(top, #EBEBEB, #C7C7C3);
	background:linear-gradient(to bottom, #EBEBEB, #C7C7C3);
	text-decoration: none;
}