.reset-password, .reset-password body, .reset-password .container, .reset-password .container > .row,
.reset-password #step-1, .reset-password #step-2 {
    height: 100%;
}

.reset-password .form-signin {
    max-width: 330px;
    padding: 15px 15px 30px;
    margin: 0 auto;
}

.reset-password .form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.reset-password .disp-none {
    display: none;
}

.reset-password .form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reset-password .form-signin .form-control:focus {
    z-index: 2;
}

.reset-password .form-signin input[type="text"] {
    margin: 15px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.reset-password .form-signin input[type="password"] {
    margin: 15px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.reset-password .form-wrapper {
    position: relative;
    top: 47%;
    transform: translateY(-50%);
    padding: 25px 15px 30px 15px;
    background-color: #f7f7f7;
    -moz-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.3);
}

.reset-password .form-wrapper .logo {
    height: 50px;
    width: 175px;
    margin: 0 auto;
}

.reset-password .form-wrapper h3 {
    margin-top: 25px;
}

.reset-password .form-wrapper .btn-lg {
    border-radius: 0;
}

.reset-password .need-help {
    margin-top: 10px;
}

.reset-logo {
    text-align: center;
}
