@import url(https://fonts.googleapis.com/css?family=Roboto:300);

form .form-group :required {
				border: 1px solid #e0301e;
}

.navbar-default a.navbar-brand {
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
				font-weight: 900;
				color: #000;
				line-height: 10px;
}

.navbar-default a.navbar-brand .subtext {
				font-weight: 300;
				font-style: italic;
				line-height: 25px;
				font-size: 15px;
}
.btn-group.inline > * {
				margin-right: 0px;
}

.login-page {
				width: 360px;
				padding: 8% 0 0;
				margin: auto;
}
.form {
				position: relative;
				z-index: 1;
				background: #FFFFFF;
				max-width: 560px;
				margin: 0 auto 100px;
				padding: 45px;
				text-align: center;
				box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-form input {
				font-family: "Roboto", sans-serif;
				outline: 0;
				background: #f2f2f2;
				width: 100%;
				border: 0;
				margin: 0 0 15px;
				padding: 15px;
				box-sizing: border-box;
				font-size: 14px;
}

.form input textarea {
				font-family: "Roboto", sans-serif;
				outline: 0;
				background: #f2f2f2;
				width: 100%;
				border: 0;
				margin: 0 0 15px;
				padding: 15px;
				box-sizing: border-box;
				font-size: 14px;
}
.form .button-login {
				font-family: "Roboto", sans-serif;
				text-transform: uppercase;
				outline: 0;
				background: #4CAF50;
				width: 100%;
				border: 0;
				padding: 15px;
				color: #FFFFFF;
				font-size: 14px;
				-webkit-transition: all 0.3 ease;
				transition: all 0.3 ease;
				cursor: pointer;
}
.form .button-login:hover,.form .button-login:active,.form .button-login:focus {
				background: #43A047;
}

.table-contacts {
				background: #FFFFFF;
				box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3), 0 5px 5px 0 rgba(0, 0, 0, 0.44);
				/* Vertical center */
				margin-top: 30px;
				margin-bottom: 30px;
				min-width: 1380px;
				padding-right: 30px;
				padding-left: 30px;
}

.table-contacts h1
{
				padding-top: 20px;
				text-align: center;
}

.row>label {
				color: #151515;
				font-size: smaller;
}

.inline {
				display: inline-flex;
}

.inline > * {
				margin-left: 5px;
				margin-right: 5px;
}

.form hr {
				border-color: grey;
}

body {
				background: #76b852; /*fallback for old browsers*/
				background: -webkit-linear-gradient(right, #76b852, #8DC26F);
				background: -moz-linear-gradient(right, #76b852, #8DC26F);
				background: -o-linear-gradient(right, #76b852, #8DC26F);
				background: linear-gradient(to left, #76b852, #8DC26F);
				background: url('mosa.png') repeat center center fixed;
				background-position: fixed;
				font-family: "Roboto", sans-serif;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				padding-top: 70px;
}

.right-elem-headline {
				margin-top:10px;
}

.footer {
				/*position: absolute;*/
				bottom: 0;
				width: 100%;
				/* Set the fixed height of the footer here */
				height: 45px;
				line-height: 45px; /* Vertically center the text there */
				background-color: #f5f5f5;
}
