#auth {
    background: background: rgb(33,195,1);
background: linear-gradient(90deg, rgba(33,195,1,0.15312062324929976) 0%, rgba(66,31,255,0.06068364845938379) 64%, rgba(69,252,233,0.08869485294117652) 100%); !important;
}

.btn-primary {
    background-image: linear-gradient(to right, #34e89e 0%, #0f3443 100%)!important;
    font-weight: 600!important;
}

.btn-primary:hover {
  
    background: #139C0B !important;
}

.card {
    border-radius: 20px !important;
    margin-top: 100px !important;
}

.form-control {
    border: 1px solid rgb(19, 156, 11) !important;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: rgb(19, 156, 11) !important;
}

body {
    
    color: rgb(19, 156, 11) !important;
 
}

.form-group label {
    color: rgb(0 0 0) !important;
    
}