@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0px auto 15px;
  padding: 24px 45px 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);
  border: 5px solid #f9f9f9;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #E0DEDE;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #337ab7;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #2e6da4;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
background: #e9e9e9; 
    background: url("http://www.integradata.pl/templates/gk_mystore/images/main_bg.png") 50% 0px no-repeat rgb(239, 239, 239);
}

.alert
{
    padding:10px !important;
}
.ch-fullscreen
{
     position: absolute;
    display: block;
    margin-top: 16px;
    margin-bottom: 10px;
    left: 17px;
    font-size: 12px;
    bottom: 0px;
    }

.body-bg {
    height: 100vh;
    background-color: #000;
}

    .body-bg:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.4;
        background-image: url(../garage-hanging-mechanic-162553.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

.login-form {
    margin: 15% auto 0 auto;
    width: 431px;
    display: block;
    -webkit-box-shadow: 0px 0px 84px 17px rgba(0, 0, 0, 0.84);
    -moz-box-shadow: 0px 0px 84px 17px rgba(0, 0, 0, 0.84);
    box-shadow: 0px 0px 84px 17px rgba(0, 0, 0, 0.84);
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    background-color: rgba(255, 255, 255, 0.89);
    padding: 30px;
    font-size: 16px;
}
.login-usr-ico {
    background-color: #c5c5c5;
    height: 1px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 1;
}

    .login-usr-ico span {
        background-color: #e8e8e8;
        font-size: 17px;
        padding: 11px;
        /* border-radius: 50%; */
        position: absolute;
        right: 21px;
        color: #989898;
        top: -24px;
        font-weight: 300;
        font-family: 'Open Sans';
    }


.btn-wroc, .btn-wroc:hover, .btn-wroc:active, .btn-wroc:visited {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 0 !important;
    display: block !important;
    /* float: right; */
    margin-top: 21px;
    margin: 25px auto 0 auto;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet div {
    display: block;
}

body {
    font-size: 15px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

