body {
    background-color: #eee;
    color: #fff !important;
    font-weight: 300;
}

.body-img{
    background-image: url('../img/home.png') !important; 
    background-size: cover; 
    background-position: top center;
    /*background: rgb(250,250,250);
    background: radial-gradient(circle, rgba(250,250,250,1) 0%, rgba(204,204,204,1) 60%);*/
}

.btn.btn-primary {
    color: #fff;
    background-color: #53b357;
    border-color: #53b357;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover {
    color: #fff;
    background-color: #51b155;
    border-color: #3e7d41;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
}
.form-control:invalid {
	background-image: linear-gradient(to top, #54b358 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}
.link{
	color: #53b357 !important;
}
.link:hover{
	color: #2e7b30 !important;
}

.card-login{
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 15px;
    color: #333333;
    background: #fff0;
    width: 100%;
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.form-control {
    background: #333333;
    background-size: 0 100%, 100% 100%;
    border: 0;
    border-radius: 20px;
    height: 46px;
    transition: background 0s ease-out;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    margin:5px;
    color:#9b9999 !important;
}

.form-control:focus {
    color: #495057;
    background-color: #333333;
    border-color: #9acffa;
    outline: 0;
    box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.form-control:invalid {
    background-image: linear-gradient(to top, #54b358 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #333333 1px, rgba(210, 210, 210, 0) 1px);
}

.form-check .form-check-sign .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}

.btn-dark {
    color: #ffffff;
    background-color: #333333;
    border-color: #343a40;
    box-shadow: none;
     border-radius: 20px;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}
.centered-element{
    margin-top: 10%;
}
footer
{
    position:fixed;
    padding: 0px !important;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
}

