body {
    background: linear-gradient(45deg, #262c3e, #8abdf1, #262c3e) no-repeat;
    background-size: cover;
}

@media (min-width: 0px) {
    .logo {
        width: 240px;
        height: 240px;
    }
}

@media (min-width: 768px) {
    .logo {
        width: 340px;
        height: 340px;
    }
}

@media (min-width: 992px) {
    .logo {
        width: 370px;
        height: 370px;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 400px;
        height: 400px;
    }
}

@media (max-device-width: 768px) {
    .card-title {
        font-size: 4rem !important;
    }

    .card-subtitle {
        font-size: 3.5rem !important;
    }

    .card {
        font-size: 3.5rem !important;
        background-color: rgb(255 255 255 / 0.50) !important;
        border: 2px solid rgb(255 255 255 / 0.70) !important;
        box-shadow: 0 0 20px #606060 !important;
    }

    .form-label, .alert {
        font-size: 2.5rem !important;
    }

    .form-control {
        font-size: 3.5rem !important;
    }

    .input-group > i {
        font-size: 3rem !important;
        line-height: 5rem !important;
    }

    .btn {
        font-size: 3.5rem !important;
        width: 100%;
        margin-top: 2.5rem;
    }

    small {
        font-size: 2rem !important;
    }

    .card-body {
        margin: 2.25rem !important;
        padding: 2.25rem !important;
    }

    #meter_wrapper {
        height: 2.3rem !important;
        padding: 2px !important;
        margin-bottom: 0.6rem !important;
    }

    #meter {
        height: 2rem !important;
    }

    #meter-text {
        line-height: 2rem !important;
        font-size: 1.5rem !important;
    }
}

@media (min-device-width: 769px) {
    .card {
        background-color: rgb(255 255 255 / 0.50) !important;
        border: 1px solid rgb(255 255 255 / 0.70) !important;
        box-shadow: 0 0 10px #606060 !important;
    }
}

.card-body {
    margin: 1.25rem;
    background-color: #FFF !important;
    border-radius: .25rem !important;
    padding: 1.25rem;
}

.input-group > i {
    line-height: 1.5rem;
    background: #f9f9f9;
    color: #555;
}

.link {
    color: #007bff;
    cursor: pointer;
    text-decoration: none !important;
}

.toggle-password {
    cursor: pointer;
}

.newPwdGroup {
    margin-bottom: 0;
}

.newPwdGroup input,
.newPwdGroup .input-group-text {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#meter_wrapper {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 1.15rem;
    padding: 1px;
    border-radius: 0 0 .25rem .25rem;
    background: #f9f9f9;
    border: solid 1px #ced4da;
    border-top: 0;
    margin-bottom: 0.3rem;
}

#meter {
    width: 0;
    height: 1rem;
    border-radius: 0 0 .25rem .25rem;
    transition: width 1;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}

#meter-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 1rem;
    font-size: 0.7rem;
    color: #555;
}
