.body-wrapper {
    background: linear-gradient(rgba(8, 8, 8, 0.8), rgba(192, 192, 192, 0)), url(../img/background-min.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}
.container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frame {
  
    background: #070D15;
    border-top: solid 2px #4B9B95;
    opacity: 0.7;
}
.logo{
    width: 100px;
    border-radius: 50%;
}
.img-holderlogin {
    width: 100%;
    height: 100px;
    padding-top: 20px;
    opacity: 1;
    text-align: center;
    transition: all 0.5s ease;
}
.form-signin {
    width: 430px;
    height: 375px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 55px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.contact {
	display: block;
	width: 100%;
	z-index: 2;
	text-align: center;
    border-left: 1px solid;
    padding: 20px;
    margin-top: 60px;
}

.contact .icons {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	text-align: center;
	list-style: none;
	list-style-type: none;
}

.contact .icons li {
	display: inline-block;
	margin-right: 10px;
}

.contact .icons li:last-of-type { margin-right: 0px; }

.contact .icons li a {
	display: block;
	width: 25px;
	height: 25px;
	opacity: .5;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	color: #ffffff;
	font-size: 24px;
}


.contact .icons li a:hover {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.contact a.mail {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 8px;
	font-size: 15px;
}

.contact a.mail::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 125px;
	margin-left: -60px;
	margin-top: 10px;
	height: 1px;
	background: #666666;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.contact a.mail:hover::after, .contact a.mail:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
