html {
    height: 100%;
}

body {
    background-image: url("../img/Login/Background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.background {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-gradient {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 380.5px;
    clip-path: polygon(0 63%, 100% 10%, 100% 100%, 0% 100%);
}

form {
    padding: 3rem 4rem;
}

.footer-text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 30px;
    padding-right: 60px;
}

.forgot-password {
    text-decoration: none;
    line-height: 125%;
    transition: background-color 700ms ease 0s;
    color: var(--primary-color) !important;
}

.external-link {
    color: var(--gray-800);
    transition: background-color 700ms ease 0s;
}

    .external-link:hover {
        color: var(--black-text);
    }

.forgot-password:hover {
    color: var(--primary-color-hover) !important;
}

#icon-eye:hover,
#icon-eye-confirm:hover {
    cursor: pointer;
}

.btn-primary-gradient {
    background-image: var(--primary-gradient);
}

    .btn-primary-gradient:focus,
    .btn-primary-gradient.focus {
        background-color: var(--primary-gradient);
        -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 173, 5, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(222, 173, 5, 0.5);
    }

    .btn-primary-gradient.disabled,
    .btn-primary-gradient:disabled {
        background-color: var(--primary-gradient);
    }

    .btn-primary-gradient:not(:disabled):not(.disabled):active,
    .btn-primary-gradient:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: var(--primary-gradient);
    }

        .btn-primary-gradient:not(:disabled):not(.disabled):active:focus,
        .btn-primary-gradient:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 173, 5, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 173, 5, 0.5);
        }



@media only screen and (max-width:1024px) {
    .zdoc-mascote {
        width: 580px;
    }
}

@media only screen and (max-width:768px) {
    .zdoc-mascote {
        width: 480px;
    }
}

@media only screen and (max-width:576px) {
    .zdoc-mascote {
        width: 380px;
    }
}

@media only screen and (max-width:480px) {
    .zdoc-mascote {
        width: 280px;
    }
}

@media only screen and (max-height:650px) {
    .zdoc-mascote {
        width: 550px;
    }

    form {
        padding: 2rem 3rem;
    }
}

@media only screen and (max-height:550px) {
    .zdoc-mascote {
        width: 450px;
    }
}
