body {
    background: black;
}

.login-heading {
    color: #fff;
    font-family: "Switzer-Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.login-form {
    background-image: url(../admin/images/formbg.png); 
    background-repeat: no-repeat; 
     background-position: center;

    /* background-color: #420a65; */
    border: 1px solid #fff;
    border-radius: 8px; 
    background-size: cover;
    width: 566px;
    height: 866px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 20px;
    padding-top: 150px;
}

.form {
    max-width: 344px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-heading {
    color: #fff;
    font-family: "Switzer-Semibold";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sub-heading1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: "Switzer-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-transform: capitalize;
    margin-top: 30px;
}

.form-input {
    border-radius: 7.857px;
    border-radius: 7px!important;
    border: none;
    padding: 20px;
    background: rgba(195, 9, 211, 0.12);
    width: 344px;
    height: 60px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.4);
    font-family: "Switzer-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.form-input:focus {
    outline: none;
}

.loginbtn {
    display: flex;
    height: 40px;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: none;
    background: #c104d2;
    color: #fff;
    font-family: "Switzer-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-transform: capitalize;
}

.or {
    color: rgba(255, 255, 255, 0.4);
    font-family: "Switzer-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
}

a {
    color: rgba(255, 255, 255, 0.4);
    list-style: none;
    text-decoration: none;
}

.glogobtn {
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 7px;
    align-self: stretch;
    border-radius: 4px;
    background: rgba(217, 217, 217, 0.99);
    border: none;
    color: #000;
    font-family: "Switzer-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-transform: capitalize;
}

.circle1 {
    position: absolute;
    top: -50px;
    z-index: -1;
    left: -79px;
}

.circle2 {
    position: absolute;
    bottom: -62px;
    z-index: -1;
    right: -104px;
}

.scroller {
    max-width: 297px;
    overflow: hidden;
    transform: rotate(-39deg);
    margin-top: -76px;
    margin-left: 85px;
}

.input-group .form-input {
    padding-right: 2.5rem; /* Add enough padding to make room for the icon */
}

.btn-outline-secondary {
    background: none;
    border: none;
    position: absolute;
    right: 6px;
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust vertical alignment */
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.passwordlabel {
    font-size: 20px;
    font-family: "Switzer-Medium";
    font-weight: 500;
    color: white;
    margin-top: 20px;
    margin-bottom: 5px;
}


@media (max-width: 1600px) {
    .login-form {
        width: 467px;
        height: 100%;
        padding: 20px;
        padding-top: 100px;
        padding-bottom: 118px;
    }
}

@media (max-width: 600px) {
    .login-form {
        width: 80%;
        height: 100%;
        padding: 20px;
        padding-top: 100px;
        padding-bottom: 118px;
    }
    .login-heading {
        color: #fff;
        font-family: "Switzer-Bold";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
    }

    .form-input {
        width: 100%;
        height: 55px;
        font-size: 14px;
        line-height: 20px;
    }
    .sub-heading {
        font-size: 30px;
        line-height: 35px;
    }
}
