﻿body {
    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%);
    background-image: url(../img/bg/bg-login-1.jpg) !important;
/*    background-position-x: right;
    background-position-y: bottom;*/
    background-repeat: no-repeat;
    background-size: cover;

    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.container-fluid {
    margin-top: 0px;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.login-wrapper {
    /*    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 1rem;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;*/

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;

}

.login-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.login-form {
    position: relative;
    z-index: 1;
}

.login-box {
    background: #fff;
    border-radius: 30px;
    padding: 10px 0px;
    min-width: 400px;
}

.app, app-dashboard, app-root {
    min-height: 50vh;
}

.btn-login {
    background: #0093d0;
    border-radius: 40px;
    border-color: #0093d0;
    color: #fff;
    font-weight: 400;
}

.login-logo {
    text-align: center;
    margin: 20px 10px;
}

    .login-logo img {
        max-width: 180px;
/*        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;
    }
}
