html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fefffe;
    background-image: url(../images/background/tech.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 5%;
}

.form-signin, .form-signup {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    top: 15%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input,
    .form-label-group label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:-webkit-autofill ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .form-label-group label {
            position: static;
        }

        .form-label-group input::-ms-input-placeholder {
            color: #777;
        }
}


/* Custom STYLE
-------------------------------------------------- */
.text-gray {
    color: #7f8389 !important;
}

.small-text {
    font-size: 14px !important;
}

.transparent {
    background: none !important;
}
/* Custom STYLE
-------------------------------------------------- */

.form-control:focus {
    border: solid 1px rgb(186, 185, 185) !important;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}


.btn-primary {
    background: #00a2c4;
    border: none;
    height: 54px;
}

    .btn-primary:hover {
        background: #0093b2;
        outline: none;
        box-shadow: none;
    }

    .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
        background: #5b606a;
        outline: none;
        box-shadow: none;
    }

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background: rgb(255 255 255 / 0.90);
    display: none;
    font-size: 1.3rem;
}

    .loading .animate {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        text-align: center;
    }

    .loading img {
        height: 100px;
    }

@media screen and (max-width:1024px) {
    body {
        background-image: none !important;
    }
}
