.global-form-wrapper input[type="submit"] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    background: rgba(217, 38, 28, 1);
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.global-form-wrapper button:hover {
    background: #ea2a1f;
}

.global-form-wrapper input[type="hidden"] + .row:first-of-type {
    margin-top: 0px;
}

.reset-pass-link {
    font-size: 13px;
    color: inherit;
    position: absolute;
    margin-top: 8px;
    text-decoration: none;
}

.reset-pass-link:hover {
    color: #d9261c;
}

.global-form-wrapper label .tooltip .tooltip-text {
    z-index: 9999;
}

.global-form-wrapper label .tooltip {
    top: auto;
    width: 15px;
    height: 15px;
    margin-left: 2px;
    position: absolute;
}

.global-form-wrapper label .tooltip:before {
    top: 1px;
    left: 0px;
    width: 15px;
    height: 15px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
}
