﻿body {
    font-family: "Poppins", sans-serif !important;
}
ul {
    color: red;
    list-style: none;
    margin: 0px;
    padding: 0px;
}



.overlay-sec {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.login-form {
    max-width: 441px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    background: #ffffff94;
    border: 1px solid #484848;
    box-sizing: border-box;
    box-shadow: 0 4px 15px 2px #2a2a31;
    border-radius: 15px;
    color: rgba(var(--pcse-color-text),1);
    flex-direction: column;
    padding: 60px 60px;
}

section.login-main-outer-panel {
    background: url("../../../../../img/login/login-bg.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
    height: 100vh;
}


.login-logo-sec {
    margin-bottom: 25px;
}

.input-group input {
    height: 40px;
    background: #fafafa;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: none;
    font-size: 14px;
    padding: 0 11px;
    width: 100%;
}

.main-buttons {
    text-align: center;
    margin-top: 29px;
}

button.button-newPrimary {
    background: linear-gradient(90deg,#ff236c,#ff2a67 13.2%,#ff3d58 32.1%,#ff5c41 54.42%,#ff8620 79.14%,#ffb000);
    color: #fff !important;
    border-radius: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    min-width: 117px;
    border: none;
}

.forget-button {
    margin-top: 23px;
}
