body {
    background: url('../images/services.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.custom-box {
    position: relative;
    padding-top: 50px !important;
}
.logo-login {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}
.txt-forgot {
    font-size: 12px;
}
.txt-color {
    color: #1A3E45;
}
.bg-color {
    background: #1A3E45;
}
.reset-box .logo-login {
    top: -20%;
}
.forgot-box .logo-login {
    top: -13%;
}
.register-box {
    max-width: 550px !important;
}
#registerForm .logo-login {
    top: -13%;
}
