@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}


body {
	background-color: #ddd;
	margin : 45px 0 0 0;
}

.form-control:focus,
.btn:focus {
    color: #000;
    border-color: #131516;
    outline: 0;
	box-shadow: none;
}

.input-group-prepend {
	margin-right: -5px;
}

.input-group-text-costum {
	width: 45px;background-color: #fff;
}

.form-control,
.btn {
	border-radius: 0;
}

.copyright {
	text-align: center; 
	font-family: Roboto-Bold; 
	font-size: 12px; 
	margin-top: 12px;
}