﻿body {
    background-image: url(../images/crmbg.png);
    background-size: 100%;
    height: 100vh;
}

.container {
    padding: 0px 50px;
}

.login {
    border-radius: 12px;
}

.login-text h2 {
    color: #fff;
    font-size: 22px !important;
}

.login-text p {
    color: #fff;
    font-size: 15px !important;
}

.loginbtn {
    background: linear-gradient(45deg,#076caf,var(--first-color));
    width: 100%;
    font-weight: bold;
}

.login-bg {
    background: linear-gradient(45deg,#076caf,var(--first-color));
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
}


.login-text-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-text {
    padding: 20px 28px;
    color: #188caa;
    vertical-align: middle;
}

.login-header-img {
    margin-bottom: -30px;
    height: 150px;
    width: 100%;
}

.card {
    border: none;
}

.logo-bg {
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 15px 15px;
    margin-top: -60px;
    box-shadow: 3px 4px 20px rgb(136 136 136 / 10%);
}

    .logo-bg img {
        width: 50px;
        height: 50px;
    }

.forgot-text {
    font-weight: 500;
    color: inherit;
    text-decoration: none;
}

a.forgot-text:hover {
    color: inherit;
    text-decoration: underline;
}

.forgot-logo {
    padding: 1rem 1rem 0 1rem;
}

.modal-content {
    border-radius: 12px;
    border: none;
}

.modal-header {
    padding: 0px;
    border: none;
}

    .modal-header .modal-close {
        margin: -8.5rem -1rem -0.5rem auto;
        border-radius: 50px;
    }

.modal-footer {
    border: none;
}

.float-right {
    float: right !important;
}

/*.floatinglabel .svg-inline--fa {
    position: absolute;
    right: 2px;
    width: 45px;
    height: 36px;
    font-size: 16px;
    color: #0874b3;
    text-align: center;
    line-height: 36px;
    border-left: 1px solid #ddd;*/
/*pointer-events: none;*/
/*}*/

/*Sweet Alert Start*/
.swal2-styled.swal2-confirm {
    background-color: var(--first-color) !important;
}

.swal2-styled.swal2-cancel {
    background-color: var(--first-color) !important;
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    color: #fff !important;
    font-size: 1em;
}

    .swal2-styled.swal2-cancel .fa-eye {
        color: #fff !important;
    }
/*Sweet Alert End*/

.form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}
