/*
 * DIAGEXPERT
 * Copyright 2017 Twentic
 */

/* ie10-viewport-bug-workarround.css */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/gotham-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: "GothamBook";
}

.container {
	margin-top: 100px;
}

.container2 {
	margin-top: 25px !important;
}

.form-control {
    height: 40px;
	font-size: 12px;
	line-height: 1;
}
.form-control:focus {
    border-color: #c406b9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 156, 118,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 156, 118,.6);
}
.btn-success {
	background-color: #c406b9;
}

.footer {
	font-size: 11px;
}
.btn-success:hover {
    color: #fff;
    background-color: #ff00f0;
    border-color: #c406b9;
}