.wrapper{
    background: url(https://res.cloudinary.com/dkmug1913/image/upload/v1687076027/WebApp/bglogin_vxvqwf.jpg) top center / cover no-repeat;
    background-size: cover;
    background-position-y: 0;
    font-size: 18px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-login, #forgot-password, #form-change-password{
    max-width: 400px;
    background: rgba(0, 0, 0 , 0.8);
    flex-grow: 1;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 17px 2px rgba(255, 255, 255, 0.8);
    z-index: 10;
}
.form-heading{
    font-size: 30px;
    font-family: Roboto, sans-serif;
    font-weight: bolder;
    line-height: 90px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 30px;
}
.form-group{
    border-bottom: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    line-height: 20px;
}
.form-group i{
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 10px;
}
.form-input{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    color: #f5f5f5;
    flex-grow: 1;
}
.form-input::placeholder{
    color: #f5f5f5;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: rgba(255, 255, 255, 0);
    -webkit-text-fill-color: #f5f5f5;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
.eye i{
    padding-right: 0;
    cursor: pointer;
}
.kengang{
    height: 1px;
    width: 100%;
    margin-top: 7px;
    background-color: #dbdbdb;
}
/* login google */
.google-btn {
    width: 100%;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    cursor: pointer;
}
.google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}
.google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}
.btn-text {
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: Roboto, sans-serif;
}
.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.google-btn:active {
    background: #1669f2;
}
/* login facebook */
.facebook-btn {
    width: 100%;
    height: 42px;
    background-color: #3b5998;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    cursor: pointer;
}
.facebook-icon-wrapper {
    position: absolute;
    font-size: 30px;
    text-align: center;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    color: #3b5998;
}
.facebook-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}
.facebook-btn:active {
    background: #1669f2;
}
/* button */

.button {
    font-family: Tahoma, sans-serif;
    margin-top: 10px;
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    color: #ebff33;
    font-size: 21px;
    line-height: 200%;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    z-index: 1;
}
.button span {
    position: absolute;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    z-index: 1;
}
.button .border {
    border: 1px solid #ebff33;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.button .top, .button .bottom, .button .left, .button .right {
    background-color: #ebff33;
    height: 1px;
    width: 0;
}
.button .left, .button .right {
    height: 0;
    width: 1px;
}
.button .top {
    top: -5px;
    left: -15px;
}
.button .bottom {
    bottom: -5px;
    right: -15px;
}
.button .left {
    top: -15px;
    right: -5px;
}
.button .right {
    bottom: -15px;
    left: -5px;
}
.button:hover {
    color: #fff;
}
.button:hover .border {
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}
.button:hover .top, .button:hover .bottom {
    width: 230px;
}
.button:hover .left, .button:hover .right {
    height: 40px;
}
.button:hover .top {
    left: -5px;
}
.button:hover .bottom {
    right: -5px;
}
.button:hover .left {
    top: -5px;
}
.button:hover .right {
    bottom: -5px;
}
.button .text {
    position: relative;
    letter-spacing: 0.03em;
}
.disabled-link {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: not-allowed;
}
/*# sourceMappingURL=delete.css.map */
/*/////////////checkbox////////////*/
.checkbox-wrapper {
    width: 58%;
    display: inline-block;
    text-align: left;
}
.checkbox-wrapper input[type="checkbox"] {
    display: none;
    visibility: hidden;
}
.checkbox-wrapper .check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34,50,84,0.3);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.checkbox-wrapper .check svg {
    position: relative;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.checkbox-wrapper .check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.checkbox-wrapper .check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.checkbox-wrapper .check:hover:before {
    opacity: 1;
}
.checkbox-wrapper .check:hover svg {
    stroke: #0099ff;
}
.checkbox-wrapper input[type="checkbox"]:checked + .check svg {
    stroke: #0099ff;
}
.checkbox-wrapper input[type="checkbox"]:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
.checkbox-wrapper input[type="checkbox"]:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}