@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    background: #f3f3f3 url(../img/backgroundg.png) no-repeat bottom left;
    background-attachment: fixed;
    background-size: cover;
}

.login-bg_set {
    /* background: #002F75; */
    padding: 10px;
}
.login-bg_set_inner_main {
    display: flex;
    width: 100%;
    height: calc(100vh - 20px);
    border-radius: 20px;
    overflow: hidden;
}
.login-bg_set_inner_left {
    width: 50%;
    padding: 40px;
    height: 100%;
    background: #002F75 url(../img/sec5bg1.png) no-repeat bottom left;
    background-size: 100%;
}
.login-bg_set_inner_right {
    width: 50%;
    height: 100%;
    position: relative;
    background: url(../img/bgset.png), linear-gradient(#FF85A3, #FB3264);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% 100%;
}
.login-bg_set_inner_right .login_set_back_img {
    position: absolute;
    bottom: 0;
    left: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}
.img-1-set {
    position: absolute;
    left: calc(30% - 64px);
    top: 100px;
    -webkit-animation: slide-y infinite 3s linear;
    animation: slide-y infinite 3s linear;
}
.img-2-set {
    position: absolute;
    left: 40px;
    bottom: 160px;
    -webkit-animation: slide-y infinite 3s linear;
    animation: slide-y infinite 3s linear;
}
.img-3-set {
    position: absolute;
    right: 40px;
    bottom: 160px;
    -webkit-animation: slide-y infinite 3s linear;
    animation: slide-y infinite 3s linear;
}
/* slide y keyframe */
@-webkit-keyframes slide-y {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes slide-y {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(-px);
    }

    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

.logo_div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.authentication-wrapper {
    height: auto !important;
    min-height: inherit !important;
    height: calc(100% - 75px) !important;
}
.logo_div img {
    max-width: 260px;
}
.authentication-wrapper.authentication-basic .authentication-inner:before,
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
    display: none;
}
.login-bg_set_inner_left .app-brand h1 {
    font-weight: 500;
    font-size: 40px;
    margin: 0;
    letter-spacing: 0.3px;
    color: #ffffff;
}
.login-bg_set_inner_left .app-brand h1 b {
    color: #FF7194;
    font-weight: 500;
}
.btn-caller {
    background: #FF7194 !important;
    color: #ffffff !important;
    height: 38px !important;
    outline: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.3px;
    border-radius: 4px !important;
}
.btn-caller:hover {
    background: #FB3264 !important;
}
.alert-danger {
    background-color: #fd73954a;
    border-color: #fd73954a;
    color: #fff;
}
.alert {
    padding: 8px 10px;
}
.login-bg_set_inner_left .form-control {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    color: #000 !important;
    background: #ffffff !important;
    transition:none !important;
    border-radius: 4px !important;
}
.login-bg_set_inner_left .form-control.pswrd {
    border-radius: 4px 0 0 4px !important;
}
.input-group-text {
    border-radius: 0 !important;
}
.login-bg_set_inner_left .form-control.pswrd + .input-group-text {
    border-radius: 0 4px 4px 0 !important;
}
.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 500px;
    padding: 30px;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
    background-clip: inherit !important;
    -webkit-background-clip: inherit !important;
}
input:auto-fill {
    outline: 5px solid rgb(0 0 0 / .5) !important;
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff !important;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff !important;
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff !important;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff !important;
}
.login-bg_set_inner_left label {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.login_set_back_img {
    height: 100% !important;
    width: 100% !important;   
}
.login_set_back_img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
@media (max-width: 1280px) {
    .img-2-set,
    .img-3-set {
        bottom: 400px;
    }
    .login-bg_set {
        padding: 0 !important;
    }
    .login-bg_set_inner_main {
        border-radius: 0 !important;
    }
    .login-bg_set_inner_main {
        height: 100vh !important;
    }
    .login-bg_set_inner_right {
        display: none;
    }
    .login-bg_set_inner_left {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .authentication-wrapper.authentication-basic .authentication-inner {
        padding: 16px;
    }
    .login-bg_set_inner_left .app-brand h1 {
        font-size: 30px;
    }
    .app-brand {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 475px) {
    .authentication-wrapper {
        height: auto !important;
    }
    .logo_div {
        margin-bottom: 30px !important;
    }
    .authentication-wrapper.authentication-basic .authentication-inner {
        max-width: 100% !important;
    }
    .logo_div img {
        max-width: 200px;
    }
    .login-bg_set_inner_left {
        padding: 20px !important;
    }
    .app-brand {
        margin-bottom: 20px !important;
    }
    .login-bg_set_inner_main .container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
        padding: 0 !important;
    }
}
