.password-reset {
    margin: 40px auto;
    max-width: 500px
}

.password-reset-formgroup-container {
    margin-bottom: 25px;
}

.password-reset-content-container,.password-reset-label-container {
    font-size: 13px;
    color: #5a6c77;
    padding-bottom: 2px
}

.password-reset-input-container input[type="text"],
.password-reset-input-container input[type="password"],
.password-reset-input-container input[type="email"] {
    border: none!important;
	border-bottom: 1px solid #1A1B1C!important;
	outline: none!important;
	border-radius: 0;
	background-color: transparent!important;
	box-shadow: none!important;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: #1A1A18;
	padding: 0.375rem 0.75rem;
	padding-left: 0;
	text-align: left;
	width: 100%;
}

.password-reset-formgroup-container .btn {
    cursor: pointer;
	text-align: center;
	width: 100%;
	height: 64px;
	background-color: #0A0A0A;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 21px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.07em;
	border-radius: 0;

	outline: none;
	border: none;

	color: #FFFFFF;

	text-transform: uppercase;
}