html,
body {
    height: 100%;
    width: 100%;
    background: #181F2F;
}

.heading.title {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.text {
    color: hsla(0, 0%, 100%, 0.45);
    font-weight: 300;
    line-height: 2;
}

form h3 {
    color: #181F2F !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-size: 2.25rem;
}

form h6 {
    color: #777;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}

form hr {
    margin: 1.75rem 0rem;
    height: 0.01rem;
}

form .form-group {
    margin-top: 25px;
    position: relative;
    margin-bottom: 0px;
}

form .form-group label {
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 3px;
    letter-spacing: .25px;
}

form .form-group.focus label {
    font-size: 15px;
    top: -12px;
    font-weight: 500;
    color: #181F2F;
}

form .form-group .input-icon {
    position: absolute;
    left: 0.9rem;
    bottom: 0.6rem;
}

form .form-group .input-icon i {
    font-size: 18px;
    color: #999;
}

.h-100 {
    min-height: calc(100vh - 2rem) !important;
    height: auto !important;
}

.btn-main-alt {
    border-radius: 8px;
    background-color: #181F2F;
    color: #FFF;
    transition: 350ms ease;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #181F2F;
    padding: 1.5rem 1.125rem;
}

.btn-main-alt:hover {
    box-shadow: rgb(76 78 100 / 100%) 0px 6px 18px -8px;
    background-color: #0E121B;
    color: #FFF;
}

form .form-group input {
    color: #181F2F !important;
    font-weight: 400;
    letter-spacing: .25px;
    background: #FFF !important;
    border: 1px solid #e3e8ef !important;
    border-radius: .5rem !important;
    height: 2.75rem !important;
    padding: 0.5rem 0.875rem 0.5rem 2.65rem !important;
    font-size: 15px !important;
}

form .form-group input::placeholder {
    font-weight: 300;
}

form .form-group.password input::placeholder {
    padding-top: 16px !important;
    letter-spacing: 1px;
}

form .nlp .form-group input {
    padding: 0.5rem 0.875rem 0.5rem 0.875rem !important;
}

form .form-group input:active,
form .form-group input:hover,
form .form-group input:focus {
    border: 1px solid #000 !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
}

@media screen and (max-width: 786px) {
    .login {
        max-width: 100%;
    }

    .h-100 {
        min-height: auto !important;
        height: auto !important;
    }
}
