
.h2-line
{
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 36px;
    display: block;
    margin: 0px auto 60px;
    text-align: center;
    text-decoration: none;
    float: none;
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}


.input-1 ,.input-2 
{
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
}
 .input-1::after
 {
    content: "";
    background-image: url("img/form-icon1.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999999;
    right: 20px;
    top: 22px;
    width: 19px;
    height: 24px;
}
 .input-2::after
 {
    content: "";
    background-image: url("img/form-icon2.png");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999999;
    right: 20px;
    top: 22px;
    width: 19px;
    height: 24px;
}
 .input-1 input 
{
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid rgb(171, 171, 171);
    padding: 18px 20px;
	color: rgb(255, 255, 255) !important;
	margin: 0px;
	font-size: 18px;
	position: relative;
	background-color: rgba(158, 159, 163, 0.8);
	border: medium none;
}

 .input-2 input 
{
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid rgb(171, 171, 171);
    padding: 18px 20px;
	color: rgb(255, 255, 255) !important;
	margin: 0px;
	font-size: 18px;
	position: relative;
	background-color: rgba(158, 159, 163, 0.8);
	border: medium none;
}


.buttonlogin
{
	background: rgb(221, 28, 9) none repeat scroll 0% 0%;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	border: medium none;
	cursor: pointer;
	padding: 18px;
	margin: 11px 0px 0px;
	width: 100%;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
} 
















