body {
    font-family: 'Poppins', sans-serif !important;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5)50%, rgba(0, 0, 0, 0.5)50%), url("20.jpg");
    background-size: cover;
    background-position: right;
    min-height: 100vh;
}

.login {
    background: rgb(23 22 53 / 75%);
    border: 15px solid rgba(92, 91, 141, 0.25);
    color: #F0D000;
    margin-top: 225px;
    padding: 20px 25px 25px 25px;

}


.title {
    padding: 0px 10px 10px 10px;
    color: #FFB300;
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;

}

form .row input {

    border: 2px solid rgb(23 22 53);
    border-radius: 6px;
    transition: all 0.3s ease;
}




form .row input:focus {
    border-color: #6c7673;
    box-shadow: inset 0px 0px 2px 2px #ffd700;
}

form .row i {
    background-color: #FFB300;
    height: 100%;
    width: 47px;
    border: 2px solid rgb(23 22 53);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: rgb(23 22 53);
}

.pass {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

form .pass label {
    color: rgb(68, 68, 68);
}

form .pass a {
    color: rgb(68, 68, 68);
    text-decoration: none;
}

form .pass a:hover {
    text-decoration: underline;
}

.btn {
    border: 2px solid rgb(23 22 53);
    background-color: #FFB300;
    color: rgb(23 22 53);
    font-weight: 500;

}

.button {
    display: flex;
    justify-content: center;
}

.signup {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

.signup a {
    color: rgb(68, 68, 68);
    text-decoration: none;
}

form .signup a:hover {
    text-decoration: underline;
}