body.login {
    background: url('background.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login h1 a {
    background-image: url('logo.png') !important;
    background-size: contain !important;
    width: 100% !important;
    height: 100px !important;
    display: block;
    text-indent: -9999px;
}

#login {
    display: block !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    padding: 2% 0 0 !important;
}

.login form {
    display: block !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 0px !important;
    font-size: 14px !important;
}

.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 14px !important;
}

.loginmain {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginformwrap {
    max-width: 350px;
    min-width: 350px;
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 15px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.loginformwrap .logoimage {
    max-width: 150px;
    margin: 0;
}

.loginformwrap .logoimage img {
    width: 100%;
    display: flex;
    height: auto;
}

.loginformwrap h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.loginform .inputtype {
    margin-bottom: 15px;
    width: 100%;
}

.loginform .inputtype label {
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.loginform .inputtype input {
    padding: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .2);
    border: 0;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.loginform .button {
    width: 100%;
    padding: 7px 20px;
    border-radius: 3px;
    background: linear-gradient(10deg, #6abe44, #01ff01);
    border: 0;
    color: #fff;
    justify-self: right;
    outline: 0;
    cursor: pointer;
}

.loginform .forget {
    color: #01ff01;
    text-align: right;
    float: right;
    width: 45%;
    padding: 5px 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}

.TrustedMap span, a, .EvaluationMap span, a {
    text-decoration: none;
    color: #fff;
    font-family: sans-serif;
    display: block;
}

.loginform {
    width: 350px;
}

#login {
    display: none;
}

.language-switcher {
    display: none;
}

.login label {
    color: #dddddd;
}

.indicator-hint {
    color: #dddddd;
}

/* Custom SweetAlert2 Styles */
.custom-swal-popup {
    background-color: #292929;
    border: 1px solid #3f3f3f;
    border-radius: 10px;
}

.custom-swal-title {
    color: #01ff01;
    font-size: 20px;
    font-weight: 600;
}

.custom-swal-content {
    color: #6abe44;
}

.custom-swal-icon {
    left: calc(50% - 45px);
    font-size: 15px;
    margin: 10px;
}

.custom-swal-confirm-button, .custom-swal-cancel-button {
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 16px;
    transition: all 0.3s;
}

.custom-swal-confirm-button {
    background: linear-gradient(10deg, #6abe44, #01ff01);
    border: none;
    color: #fff;
    margin: 10px 0;
}

.custom-swal-confirm-button:hover {
    background-color: #01ff01;
}

.custom-swal-cancel-button {
    background: none;
    border: 1px solid #101010;
    color: #ffffff;
}

.custom-swal-cancel-button:hover {
    background-color: #000000;
    color: #ffffff;
}

.swal2-html-container {
    color: #ffffff !important;
}

.wp-core-ui .button-primary {
    background: linear-gradient(10deg, #6abe44, #01ff01) !important;
    border: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
    width: 100%;
}

.wp-core-ui .button-primary:hover {
    background: #01ff01 !important;
    color: #fff !important;
}

#nav,
#backtoblog {
    display: none !important;
}

.login form .input,
.login form input[type="checkbox"],
.login input[type="text"],
.login input[type="password"],
.login input[type="email"] {
    background: rgba(32, 32, 32, 0.8) !important;
    border: 0 !important;
    color: #fff !important;
}

.dashicons-visibility {
    color: #6dbb47 !important;
}

.dashicons-hidden {
    color: #6dbb47 !important;
}

.login .forgetmenot {
    display: none !important;
}
