.login-btn{
    padding: 10px 20px !important;
    background: #196FB7 !important;
    color: #fff !important;
    border-radius: 2px !important;
}

.login-btn:focus{
    box-shadow: none !important;
}

.custom-swal-container{
    background: none !important;
    top: -30px !important;
}

.new-container{
    background: linear-gradient(#fff6f6, white);
    background-repeat: no-repeat;
}

.card{
    box-shadow: 0 0 8px rgba(220,220,220, 0.75);
    padding: 40px 35px 50px;
    margin-top: 50px;
    width: 400px;
    border-radius: 5px;
    border: none;
}

.card2{
    box-shadow: 0 0 8px rgba(220,220,220, 0.75);
    padding: 25px 35px 25px;
    margin-top: 20px;
    width: 400px;
    border-radius: 5px;
    border: none;
}

.custom-popup{
    background: rgba(255,255,255, .9) !important;
    box-shadow: 0 0 8px rgba(220,220,220, 0.75) !important;
    border-radius: 10px !important;
    height: 400px !important;
}

.custom-title{
    font-size: 20px !important;
    font-weight: bolder !important;
}

.swal2-html-container{
    font-size: 15px !important;
    margin-top: -15px !important;
}

.swal2-image{
    margin: 20px auto -10px !important;
}