
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
 	font-size: 40px;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	background-color: #191919;
	font-family: Helvetica, Arial, sans-serif;
}

input,
select {
   	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

#marca {
    top: 20px;
    left: 100px;
    width: 125px;
    position: absolute;
}

.box-center {
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -120px;
    position: absolute;
}

.title {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}

.link {
    display: block;
    border-radius: 5px;
    border: 2px solid #ccc;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    margin-bottom: 10px;
}

.link:hover {
    background-color: #292929;
}

.select {     outline: none;     display: block;     border-radius: 5px;     border: 2px solid #ccc;     background-color: #191919;     font-size: 18px;     height: 44px;     line-height: 40px;     color: #fff;     padding: 0 20px;     text-decoration: none;     margin-bottom: 10px; } .select option {     line-height: 40px; }

.back {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    bottom: 20px;
    position: absolute;
    display: block;
    border-bottom: 2px solid #ccc;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
}

