.login-page {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background: url(/images/login-background.png);
    background-size: cover;
    background-position: center;
}

.login-page::before {
    /* content: ""; */
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8)
}

.LoginPanel {
    width: 600px;
    overflow: hidden;
    padding: 30px 40px 50px 40px;
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 32px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255);
}

div[id*="Login_UP"] {
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-radius: 42px;
    margin-top: 20px;
}

.login100-form {
    width: 100%
}

.brand-login {
    font-size: 60px;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto
}

.login100-form-title {
    color: rgb(232, 138, 39);
    font-family: Mulish;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 1.4;
    text-align: center;
    display: block;
	padding: 0 0 40px 0;
	font-weight: 600;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255,255,255,.24);
    margin-bottom: 30px
}

.login-page .input100 {
    color: rgb(130, 130, 130) !important;
    font-family: Mulish;
    outline: none;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    display: block;
    width: 100% !important;
    height: 45px;
    background: 0 0;
    padding: 0 16px;
    max-width: 100%;
    margin: 0;
	font-weight: 400;
	-webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    border: 1px solid rgb(236, 215, 197);
    border-radius: 4px;
    background: rgb(255, 247, 225);
}

.focus-input100 {
    /* position:absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: rgb(51, 51, 51)
}

/* .focus-input100::after {
    font-family: 'Material Symbols Rounded';
    font-size: 24px;
    color: rgb(130, 130, 130);
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
	font-variation-settings:
	'FILL' 1
} */

.input100:focus {
    padding-left: 5px
}

.input100:focus+.focus-input100::after {
    top: -22px;
    font-size: 18px
}

.input100:focus {
    padding-left: 15px !important;
}

.input100:focus+.focus-input100::before {
    width: 100%
}

.has-val.input100+.focus-input100::after {
    top: -22px;
    font-size: 18px
}

.has-val.input100+.focus-input100::before {
    width: 100%
}

.has-val.input100 {
    padding-left: 5px
}

.contact100-form-checkbox {
    padding-top: 0;
    padding-bottom: 28px;
	display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.contact100-form-checkbox .password-link {
	margin-bottom: 0;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.contact100-form-checkbox .password-link .reset-password-link{
	color: rgb(51, 51, 51) !important;
	text-decoration: underline;
}

.contact100-form-checkbox .dnnLoginRememberMe {
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: rgb(51, 51, 51);
}

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-family: inherit;
    font-size: 13px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

.label-checkbox100::before {
    content: "\f26b";
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #555
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {
    color: rgb(255, 255, 255) !important;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 8px;
    background: rgb(115, 25, 15);
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 100%;
    border: none;
    box-shadow: none;
}

/* .login100-form-btn:hover {
	background: #1E2DBE;
	color: #fff !important;
} */

/* .login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
} */

.login100-form-btn:hover {
    color: #fff
}

.login100-form-btn:hover:before {
    opacity: 0
}

.validate-input {
    position: relative
}
#pwd-icon:before,
#pwd-iconConfirm:before {
    position: absolute;
    right: 16px;
    top: 10px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/eye_off.svg) no-repeat;
    z-index: 1;
    cursor: pointer;
}
#pwd-icon.visibility:before,
#pwd-iconConfirm.visibility:before {
    position: absolute;
    right: 16px;
    top: 10px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/eye.svg) no-repeat;
    z-index: 1;
    cursor: pointer;
}
    #pwd-icon
    .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        max-width: 70%;
        background-color: #fff;
        border: 1px solid #c80000;
        border-radius: 2px;
        padding: 4px 25px 4px 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        pointer-events: none;
        font-family: inherit;
        color: #c80000;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .4s;
        -o-transition: opacity .4s;
        -moz-transition: opacity .4s;
        transition: opacity .4s
    }

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media(max-width: 992px) {
    .alert-validate::before {
        visibility:visible;
        opacity: 1
    }
}

.RegisterAction ul li {
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #fff;
}

.RegisterAction ul li a {
	font-family: inherit;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #fff !important;
	text-decoration: underline;
}

.checkbox {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.checkbox .inputremember {
    display: flex;
    gap: 8px;
    align-items: center;
}

.checkbox > a {
    color:#73190F;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 150% */
}

.checkbox .inputremember > input {
    width: fit-content;
}

.checkbox label {
    margin-bottom: 0;
    color: var(--Gray-1, #333);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.5; /* 150% */
}

@media screen and (max-width: 650px) {
    .LoginPanel {
        width: 450px;
    }
}

@media screen and (max-width: 450px) {
    .LoginPanel {
        padding: 20px 30px 30px 30px;
        width: 100%;
    }

    .login-page {
        background-position: unset;
    }
}

@media screen and (max-width: 400px) {
    .LoginPanel {
        padding: 10px 20px 20px 20px;
        width: 100%
    }

    .login100-form-title {
        padding: 0 0 20px 0;
    }
}