@charset "UTF-8";

@font-face {
    font-family: Pat-PaCool;
    src: url(/assets/fonts/Pat-PaCool.otf);
}

body {
	margin: 0px;
	color: #333;
  background: #eee;
}
strong, b {
    font-weight: bold;
}

.main, .modal-dialog {
	font-family: 'Roboto','Verdana',Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: 200;
}

a {
	color: #333;
}

header {
	background-color: #333;
	margin-bottom: 60px;
	padding-bottom: 14px;
}

header menu {
	margin-top: -15px;
	margin-bottom: 0px;
}

header .homelink  {
	margin-left: 50px;
	width: 100px;
	height: 0px;
}

header .homelink .logo {
	position: absolute;
}

.box {
	-webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    7px 7px 15px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         7px 7px 15px 0px rgba(50, 50, 50, 0.25);
  border-radius: 4px;
  background: #fff;
}

/* Migration Form */

.box-migration, .box-status {
  max-width: 80%;
  padding: 15px;
  display: block;
}

.box-migration .form-group.row,
.box-status .form-group.row {
	width: 100%;
}

/* Login */

/* stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix */

.box-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin {
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


