@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@200;300;400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 0 10px;
    background: ;
}

body::before {
    content: "";
    position: absolute !importante;
    width: 100% !importante;
    height: 100% !importante;
    /*background-image: url("https://www.taxisnorteysur.com/login.php/Background.png"),linear-gradient(to bottom, #d14747 0%, #280202 100%) !importante;*/
    background-position: center !importante;
    background-size: cover !importante;
}
 
.wrapper {
    width: 400px;
    border-radius: 8px;
    background-color: #ffffff14 !important;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(9px);
    position: absolute !important;
    margin: auto !important;
    -webkit-backdrop-filter: blur(9px);
}

form {
    display: flex;
    flex-direction: column;
}

h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
}

.input-field {
    border-radius: 5px;
    position: relative;
    background-color: #f6f5f5 !important;
    border-bottom: 2px solid #815353;
    margin: 5px 0;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 0;
    display: none !important;
    transform: translateY(-50%);
    color: #9e9797;
    font-size: 15px;
    padding-left: 15px !important;
    pointer-events: none;
    transition: 0.15s ease;
}

.input-field input {
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    padding-left: 25px;
    font-size: 16px;
    border-radius: 5px;
    color: #6f4848 !important;
}

.input-field input:focus~label,
.input-field input:valid~label {
    font-size: 14px;
    top: 5px;
    display: none !important;
    color: lightcyan;
    transform: translateY(-120%);
}
.forget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none !important;
    margin: 14px 0 5px 0;
    color: #fff;
}

#remember {
    accent-color: #fff;
}

.forget label {
    display: flex;
    align-items: center;
}

.forget label p {
    margin-left: 8px;
    font-size: small;
    color: #290404 !important;
}

.wrapper a {
    color: #890c0c;
    text-decoration: none;
}

.wrapper a:hover {
    text-decoration: underline;
}

a#password {
    margin-left: 8px;
    font-size: small;
    color: #290404 !important;
}

button,.btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    background: #fffdfd;
    border: none !important;
    color: #fff !important;
    background-color: #e411112b !important;
    border-color: #b420201a !important;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 28%), 0 2px 2px 0 rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 12%) !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    height: 36px;
    min-width: 70px;
    padding: 4px 16px;
    margin: 0;
    text-align: center;
    text-shadow: none;
    /* text-transform: uppercase; */
    -webkit-transition: all 240ms cubic-bezier(.55,0,.1,1);
    transition: all 240ms cubic-bezier(.55,0,.1,1);
    color: rgba(0, 0, 0, .87);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-size: .875rem !important;
    line-height: 30px !important;
    overflow: hidden;
    will-change: box-shadow, color;
    border-radius: 3px;
    font-size: 16px !important;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

button:hover, .btn:hover {
    color: #fff;
    margin-top: 15px;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.register {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
    cursor: pointer;
    background: #fffdfd;
    border: none !important;
    color: #fff !important;
    border-color: #b420201a !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14);
    width: 375px;
}

.swal2-styled.swal2-confirm{


element.style {
    display: inline-block;
}
<style>
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    cursor: pointer;
    background: #fffdfd;
    border: none !important;
    color: #fff !important;
    background-color: #e41111 !important;
    border-color: #b420201a !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    height: 36px;
    min-width: 70px;
    padding: 4px 16px;
    margin: 0;
    text-align: center;
    text-shadow: none;
    background: brown;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em;}

