
html, body{
	height: 100%;
}
body{
	display: flex;
	align-items: center;
}
a{
	color: #842029;
	text-decoration: none;
}
a:hover{
	color: #5a1118;
}
.uf-form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}
.uf-input-group .input-group-text {
    background: #116fbc;
    color: #f8f9fa;
    border: unset;
    font-size: 18px;
    padding: 15px;
    width: 50px;
    border-top-right-radius: 0px; /* Add radius to the top-right corner */
    border-bottom-right-radius: 0px; /* Add radius to the bottom-right corner */
    border-top-left-radius: 5px; /* Add radius to the top-left corner */
    border-bottom-left-radius: 5px; 
}


.uf-input-group .form-control {
    /* border: unset; */
    /* border : 0.4px solid grey; */
    /* border-left: 1px solid #ffffff05; */
    font-size: 16px;
    background: white;

}

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

.uf-btn-primary:hover {
    background: #116fbc;
    color: #fff;
}

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

.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: #842029;
}
.uf-social-ic:hover i{
	color: #fff;
}
