@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size:1.1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em
}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
	background: url(../img/support/license.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*      LICENSE     */

.license{
	padding: 4em 10%;
	font-size: 1.15em;
	font-weight: 300;
}

.license h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}


.license .lft, .license .rght{
	width: 46%;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.3);
	padding: .5em;
	float: left;
	font-size: .9em;
	margin-top: .75em;
	margin-right: 2%;
}

.license select{
	width: 47.5%;
	padding: .75em 0 .5em;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.3);
	font-size: .9em;
	margin-top: .4em;
	margin-right: 2%;
	color: #666;
	outline: none;
}

.license #submit{
	display: block;
	background: rgba(204,0,0,1);
	color: #fff;
	height: 3em;
	width: 11.5em;
	margin: 3em auto 1em;
	border: none;
	font-size: 1em;
	cursor: pointer;
	transition: .5s;
}

.license #submit:hover{
	background: rgba(232,139,4,1);
}

@media only screen and (max-width: 1170px){

.license .lft, .license .rght{
	width: 100%;
	margin-right: 0;
}	
	
.license select{
	width: 103%;
	margin: .7em 0 0 0;
	padding: .75em 0 .5em .3em;
}	
}
