﻿body {
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    background: rgb(229,240,246);
    background: radial-gradient(circle, rgba(229,240,246,1) 0%, rgba(183,209,234,1) 63%, rgba(154,182,222,1) 98%);
}

.container-fluid {
    margin-top: 0px;
}

.login-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #77dfe2 !important;
    background: -webkit-gradient(linear, right top, left top, from(#6dacb1), to(#77dfe2)) !important;
    background: linear-gradient(to left, #6dacb1, #77dfe2) !important;
    background-image: url("../images/bg-drugs.jpg") !important;
    background-size: cover !important;
    background-position-x: right;
    overflow-y: auto;
    padding-bottom: 1rem;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.login-form {
    position: relative;
    z-index: 1;
}

.login-box {
    background: #fff;
    border-radius: 15px;
    padding: 10px 0px 20px;
}

.app, app-dashboard, app-root {
    min-height: 50vh;
}

.btn-login {
    background: #0066b3;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
}

.login-logo {
    text-align: center;
    /* margin: 20px 10px; */
}

    .login-logo img {
        max-width: 320px;
        width: 100%;
/*        height: 100% !important;*/
    }

.card {
    border-radius: 0px;
    border-color: transparent;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.section-title {
    padding-bottom: 10px;
}

    .section-title h4 {
        color: #0bc3e8;
        font-weight: 300;
    }

.form-control {
}

.login-form .form-group {
    position: relative;
    z-index: 1;
}

.login-form span {
    color: #626262;
    font-size: 12px;
    display: block;
}

.login-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
    top: 7px;
}

.login-form .form-control {
    border-radius: 0;
    border: 0;
    color: #333;
    font-size: 16px;
    background-color: transparent;
    height: 40px;
    padding: 8px 8px 8px 40px;
    border-bottom: 1px solid rgba(193, 193, 193, 0.7);
}

    .login-form .form-control::-webkit-input-placeholder {
        color: #5b5b5b;
        opacity: 0.5;
    }

    .login-form .form-control::-moz-placeholder {
        color: #5b5b5b;
        opacity: 0.5;
    }

    .login-form .form-control:-ms-input-placeholder {
        color: #5b5b5b;
        opacity: 0.5;
    }

    .login-form .form-control::-ms-input-placeholder {
        color: #5b5b5b;
        opacity: 0.5;
    }

    .login-form .form-control::placeholder {
        color: #5b5b5b;
        opacity: 0.5;
    }

select {
    -webkit-appearance: none;
}
.login-support-icon {
    height: 20px;
    margin-left: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

@@media (max-width:768px) {
    .app, app-dashboard, app-root {
        min-height: 100vh;
    }
}


hr.gradient-line-style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0));
    margin: 10px 0px;
}

hr.gradient-style {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    margin: 10px 0px;
}

hr.dotted-style {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    margin: 10px 0px;
}

hr.solid {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 10px 0px;
}
