﻿body {
 /*background: url('http://www.ets-logistics.nl/Style/Default/Images/Background2.jpg') no-repeat center fixed;*/
 background-size: cover;
 background-color: #05263f;
}

@font-face {
    font-family: 'zrnic___';
    src: url('../../fonts/zrnic___.ttf') format('truetype');
}

.wrapper {
  margin-top: 150px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
  color: #094573;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.validation-summary-errors {
    text-align: center;
    font-weight: bold;
    color: #a30000;
    font-size: medium;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
}

.logo {
    font-family:zrnic___;
    font-weight: 600;
    color: #094573;
    max-width: 400px;
    padding: 15px 65px 15px;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 48px;
}

#btn-login {
    background-color: #094573;
}
