*{
    margin: 0;
    padding: 0;
}

.custom_slide{
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.custom_slide .logo img{
    width: 200px;
}

.custom_slide .logo h4{
    font-size: 25px;
    color: #fff;
}

.custom_slide .logo{
    object-fit: contain;
    position: fixed;
    top: 10px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 100;
}

.custom_slide .main_button{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 100;
    background-color: #e41f64;
    color: #fff;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.custom_slide .swiper img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.set .modal-content{
    background: transparent !important;    
    border: none;
}

.cards {
    height: auto;
    border: 10px rgb(216, 3, 3) solid;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px 20px 70px 20px;
    border-radius: 40px;
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form input {
    padding: 10px;
    border-radius: 5px;
    border: 4px solid #000000;
    color: #A0A6A3;
    width: 100%;
    font-family: "Roboto Mono", sans-serif;
}

.form input.email {
    margin-bottom: 15px;
}

.form input.pass {
    margin-bottom: 5px;
}

.login_btn {
    font-size: 20px;
    color: #000;
    border-radius: 15px;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 4px solid #000000;
}


.cards img{
    width: 120px;
}