body, html {
    background-image: url("../login/back-new-2023.jpg") !important;
    background-position: center !important;
    max-width: none;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-new {
    width: 500px;
    background: rgb(38,37,68);
    background: linear-gradient(180deg, rgba(38,37,68,1) 30%, rgba(255,255,255,1) 30%);
    border-radius: 25px;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 5px -5px rgba(146 143 143 / 75%);
    -moz-box-shadow: 0px 10px 5px -5px rgba(146 143 143 / 75%);
    box-shadow: 0px 10px 5px -5px rgb(146 143 143 / 75%);
}
.background-new .title {
    color: #FFFFFF;
    text-align: left;
}
.background-new .title h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}
.background-new .title p {
    font-weight: 500;
    font-size: 14px;
}
.background-new form {
    width: 80%;
    margin: auto;
    padding: 35px 0px 0px 0px;
}
.background-new label {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
}
.background-new input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    transition: all 0.3s;
}
.background-new .form-group {
    text-align: left;
}
.background-new .form-group i {
    margin-left: -30px;
    cursor: pointer;
}
.background-new .form-group .form-control {
    border: 1px solid #f2f2f2 !important;
    height: auto;
    margin-bottom: auto;
}
.background-new .colors {
    color: red;
    margin-right: 5px;
}
.login button {
    margin: auto;
    width: 30%;
    font-weight: 600;
    font-size: 1em;
}


@media screen and (max-width: 600px) {
    .background-new .title {
        text-align: center;
    }
    .background-new form {
        padding: 0px 0px 0px 0px;
    }
    .login button {
        margin: auto;
        width: 100%;
    }
    .login .logo {
        margin-bottom: 5%;
    }
}