
html, body{
	height: 100%;
}
body{
	display: flex;
	align-items: center;
	background-image: url(../img/2.jpg);   /*  linear-gradient( to right, #11f111, #1d19f5);*/
    background-repeat: no-repeat;
            background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}
.back{
  

    background-image:  linear-gradient( to right, #11f11157, #1d19f580);
    border: rgba(0, 0, 0, 0.212) solid 2px;
border-radius: 5px;
box-shadow: black 5px 5px 15px; 
}
a{
	color: #44f06f;
	text-decoration: none;
}
a:hover{
	color: #379237;
}
.uf-form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}
.uf-input-group .input-group-text {
    background: #a9b1b6af;
    color: #2a2b2eef;
    border: unset;
    font-size: 18px;
    padding: 15px;
    width: 50px;
}

.uf-input-group .form-control {
    border: unset;
    border-left: 1px solid #cbcfd331;
    font-size: 16px;
    background: #e4ebebb2;
}

.uf-input-group .form-control:focus {
    box-shadow: unset;
    background: #ffffff;
}
.uf-btn-primary {
    background: #379237;
    color: #fff;
}

.uf-btn-primary:hover {
    background: #0c410c;
    color: #fff;
}

.uf-form-check-input:checked {
    background-color: #0c410c;
    border-color: #0c410c;
}

.uf-social-login .uf-social-ic+.uf-social-ic{
	margin-left: 15px;
}
.uf-social-ic{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uf-social-ic:hover{
	background: #0c410c;
}
.uf-social-ic:hover i{
	color: #fff;
}

