.reset_page .box_wrapper p.already{
	text-align: center;
	font-style: 15px;
	color: #454B52;
}
.reset_page .box_wrapper p.already a{
	margin-left: 3px;
}
.reset_page .box{
    background-color: white;
	border-radius: 6px;
	float: none;
	
	padding-bottom: 26px;
	
	box-shadow: 2px 2px 3px 0px #DEDDDD;
}
.reset_page .box .head{
    border-radius: 4px 4px 1px 0;
    display: inline-block;
    padding: 25px 0 25px;
    text-align: center;
    width: 100%;
    box-shadow: inset 2px 2px 3px 0px white;
}
.reset_page .box .head h4{
	font-size: 1rem;
}
.reset_page .box .head .line {
	height: 3px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	top: 30px;
}
.reset_page .box .form{
	margin: 0 auto;
	text-align: center;
	width: 83%;
}
.reset_page .box .form input[type="text"]{
    margin-bottom: 35px;
    width: 95%;
}
.reset_page .box .form input[type="submit"]{
	/* border-color: #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    color: #394350;
    font-weight: bold;
    padding: 5px 18px; */

    text-transform: uppercase;
    color: #fff;
    background: #187CCC;
    margin: 0 auto;
    display: block;
    padding: 6px 19px;
    border: 0 none;
    border-radius: 3px;
    transition: background linear .2s, box-shadow linear .2s;

}
.reset_page .box .form input[type="submit"]:hover{
    background: #252528;
}
.reset_page form{
	margin: 0px;
}
.reset_page .already a {
	text-decoration: underline;
}