﻿.auth-logo img {
    width: 130px;
    height: auto;
}

body {
    overflow-y: auto;
}

.form-control:focus {
    border-color: #cacaca;
    box-shadow: 0 0 0 0.2rem rgba(16, 154, 216, 0.20);
}

.text-danger {
    color: #f44336 !important;
    margin-top: 5px;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.login-right-img {
    background-size: cover;
    background-image: url(../images/login-img.jpg);
    background-position-x: 50%;
    opacity: 0.85;
}

.auth-layout-wrap {
    background: #050719;
}

.app-footer {
    background: transparent;
}

    .app-footer p {
        color: #c1c1c1;
    }

a {
    color: #ffffff;
    font-weight: 600;
}

a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.card {
    border: 0px solid #e1e2e3 !important;
}

#toast-container > .toast-error {
    background-color: #a53b3b;
}

#toast-container > div {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    color: #FFF;
    opacity: 1;
}