.bg-image {
    background-color: #d9d3cd;
    background-image: radial-gradient(120% 190% at 50% 0%, #e6008f 0%, #cc0080 40%, #a5006a 100%);
    background-repeat: no-repeat;
    background-size: 100% 33vh;
    background-position: top center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}

h6 {
    color: #797979;
    margin-bottom: 10px;
}

.btn-custom {
    background-color: #ee3e42;
    font-weight: bolder;
    text-transform: none;
    border-radius: 25px;
}

.btn-custom:hover {
    background-color: #fff;
    color: #ee3e42;
    font-weight: bold;
}

a {
    font-weight: 500;
}

.container {
    position: relative;
    height: 100vh;
    width: 90%;
    max-width: 90%;
}

img.logo {
    width: 20%;
    max-width: 350px;
    margin-top: 3%;
}

img.user {
    margin-bottom: -65px;
    position: relative;
    z-index: 1;
    width: auto;
    height: 206px;
    -webkit-filter: drop-shadow(0px 15px 30px #e8e8e8);
    filter: drop-shadow(0px 15px 30px #e8e8e8);
}

img.shape1 {
    position: absolute;
    bottom: 0;
    max-width: 90vw;
}

img.shape2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 90vw;
}

.row.login-panel {
    position: relative;
    padding-top: 5%;
}

.card {
    padding: 15px;
    opacity: 1;
    border-radius: 15px;
    box-shadow: none;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 25%;
    margin-top: 0%;
}

.row .col img.icon {
    width: auto;
    max-width: 50px;
}

.row.field {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    border-radius: 25px;
}

/* label color */
.input-field label,
.input-field i.material-icons {
    color: #ee3e42;
    font-weight: 500;
}

/* label focus color */
.input-field input[type=text]:focus+label,
.input-field i.material-icons {
    color: #ee3e42;
}

/* label underline focus color */
.input-field input[type=text]:focus {
    border-bottom: none;
    box-shadow: none;
}

/* valid color */
.input-field input[type=text].valid,
.input-field input[type=password].valid,
input:not(.browser-default):focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none;
}

input:not(.browser-default):focus:not([readonly])+label {
    color: #ee3e42 !important;
}

/* invalid color */
.input-field input[type=text].invalid,
.input-field input[type=password].invalid {
    border-bottom: none;
    box-shadow: none;
    margin: 0;
    -webkit-box-shadow: none;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #ee3e42;
}

/*  */
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none;
}


.label_error {
    font-weight: bold;
    color: #ee3e42;
}

a {
    color: #797979;
}

@media screen and (min-height: 1080px) and (orientation: landscape) {
    img.user {
        margin-bottom: -165px;
    }
}