/*!

 =========================================================
 * Login Form Bootstrap 1
 =========================================================

 * Product Page: https://uifresh.net
 * Copyright 2021 UIFresh (https://uifresh.net)
 * Coded by UIFresh

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
html, body{
	height: 100%;
}
body {
    display: flex;
    align-items: center;
    /*background-image: linear-gradient( to right, #00713D, #09F386);
    background-image: linear-gradient( to right, #014927, #00AB5B);*/
    background-image: linear-gradient(rgba(1, 73, 39, 0.5), rgba(0, 171, 91, 0.5)),url(PortadaSCK.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
a {
    color: #00713d;
    text-decoration: none;
}
a:hover{
	color: #5a1118;
}
.uf-form-signin {
    width: 100%;
    max-width: 85%;
    padding: 15px;
    margin: auto;
    background-color:white;
}
.uf-input-group .input-group-text {
    background: #C3C5C6;
    color: #f8f9fa;
    border: unset;
    font-size: 18px;
    padding: 15px;
    width: 50px;
}

.uf-input-group .form-control {
    border: medium;
    border-bottom: 1px solid #C3C5C6;
    border-left: 1px solid #ffffff05;
    font-size: 16px;
    background: #ffffff70;
}

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

.uf-btn-primary:hover {
    background: #014927;
    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;
}
