body {
    margin: auto;
    background: #292525e3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-block: 5%;
}

.container {
    margin: auto;
}

.row{
    margin: auto;
}

.div-light {
    box-shadow: 0 0 10px #ff4400ba, inset 0 0 20px coral;
    background-color: rgb(255 127 80 / 95%);
    height: 40px;
    width: 100%;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.login-wrap div.text-center span {
    vertical-align: -webkit-baseline-middle;
}

.login-wrap {
    padding-inline: 0;
    position: relative;
    background-position: center;
    border: 2px solid coral;
    box-shadow: 0 0 10px coral, inset 0 0 15px coral;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-form {
    position: relative;
    padding-top: 50px;
}

.form-control {
    background: none;
    border: 1px solid coral;
    color: #000;
    padding-inline: 5px;
    border-radius: 5px;
    width: 90%;
    margin-inline: auto;
}

input .form-control {
    background-image: none;
}

.login-form {
    color: #000;
}

.btn_login {
    background-color: coral;
    color: #fff;
    max-width: 60%;
    border-radius: 5px;
}

.btn_footer {
    background-color: rgb(1, 137, 255);
    color: #fff;
    max-width: 49%;
    border: 1px solid #fff;
    border-radius: 5px;
}

.btn_login1 {
    background-color: rgb(1, 137, 255);
    color: #fff;
    max-width: 60%;
    margin-top: 1rem;
    border-radius: 5px;
}

.btn.form-control a.account-register {
    color: white;
}

.btn.form-control a.account-register:hover {
    color: gray;
}