.img-fluid{
    margin-bottom: 20px;
}

.logo-con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-label{
    z-index: 10;
}

.swal2-styled.swal2-confirm{
    background: #ad0308 !important;
}

.login-content{
    margin: 0 3%;
}

.login-container {
    max-width: 600px;
    border: 1px solid #ad0308;
    border-radius: 50px;
    padding: 0;
    overflow: hidden;
}

.btn-primary{
    background: #ad0308 !important;
    border: 1px solid #ad0308 !important;
}

.auth-card {
    padding: 10% !important;
}

@media screen and (max-width: 1000px)
{
    .auth-card{
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px)
{
    .auth-card{
        padding: 10% !important;
    }

    #right-side{
        display: none !important;
    }
}

@media screen and (max-width: 460px)
{
    #button-box{
        flex-direction: column;
    }

    #button-box-con{
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem !important;
    }

    #button-box-con input{
        margin-right: 0.5em;
    }

    #button-box a{
        text-align: center;
        margin-bottom: 1rem;
    }
}
