.resetBox
{
	border-radius: 6px;
  	background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    height: 200px;
    left: 0;
    margin: auto;
    overflow: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 460px;
    opacity:0.8;
}

.resetTitle
{
	font-size: 34px;
	margin-bottom:10px;
}

.resetSubtitle
{
	margin-bottom:20px;
}

.resetDetail
{
	margin-bottom:30px;
}

.reset_password_button_wrapper
{
	display: inline;
	position: relative;
}

.password_send_button, .password_sending_button, .password_sent_button
{
  border-radius: 3px;
    display: inline;
    font-size: 14px;
    padding: 5px 15px;
}

.password_send_button
{
	color: #eae32c;
	background-color: #222a39;
	cursor: pointer;
}
.password_sending_button
{
	color: #222a39;
	background-color: #36b7a8;
	cursor: default;
}
.password_sent_button
{
	color: #222a39;
	background-color: #36b7a8;
	cursor: default;
}

.reset_password_input
{
 	background-color: #ececec;
    box-shadow: none;
    height: 26px;
    width: 198px;
    border:none;
    border-radius: 3px;
    text-indent: 5px;
}
.reset_password_label
{
	position: absolute;
	left: 100%;
	top: 4px;
	width: 200px;
	
	padding-left: 10px;
	font-size: 14px;
	color: #980000;
}