#l_grey {
    border-bottom: 1px solid #b0b2b0;
    color: #b0b2b0;
    font-size: 10px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

#linia_txt {
    background: #f7f7f7;
    padding: 0 5px;
    position: relative;
    top: 5px;
}

#l_blue {
    width: 100%;
    border-color: #98c0dd;
    height: 2px;
    margin-bottom: 13px;
}

#uwaga {
    color: #d15b47;
}

#pamieta {
    /* display: inline; */
    text-align: left !important;
}

#niepamieta {
    text-align: right !important;
}

#tytul {
    color: #096eb7;
    font-size: 25px;
}

#krok {
    color: #096eb7;
    font-size: 17px;
}

#polecenie {
    color: #98c0dd;
    font-size: 13px;
}

#login,
#haslo,
#haslo2,
#nip,
#email {
    background-color: #f7f7f7;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #98c0dd;
}


#form {
    padding-left: 8%;
    padding-right: 8%;
}

#panel_boody_text {}

#panel_top {}

#tyt {
    color: #096eb7;
}

.shadow-box {
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12); 
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);

}
/* czcionka  */

.login-container {
/*     font-family: "myriad-pro", sans-serif; */
    /* font-weight: 400; */
    font-style: normal;
    width: 100% !important;
    margin: 0% !important;
}


/*buttons*/

#zaloguj {
    color: #fff;
    background-color: #71bf44 !important;
    border-color: #71bf44 !important;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

#wyslij {
    color: #fff;
    background-color: #d15b47 !important;
    border-color: #d15b47 !important;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
}


/*---------- social ----------------*/

.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;   */
    margin: 0.1em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 29px;
    white-space: nowrap;
    /* border-radius: 0.2em; */
    font-size: 10px;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}


/* Facebook */

.loginBtn--facebook {
    background: #4064BA  !important;
    border: 1px solid #4064BA !important;
    font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif  !important;
    color: #ffffff !important;
    width:175px;
}

.loginBtn--facebook:before {
    background: url('../img/FB_small.png') no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5 !important;
    background: url('../img/FB_small.png') no-repeat;
/*     color: rgb(149, 167, 218) !important; */
}


/* Google */

.loginBtn--google {
    background: #ffffff !important;
    font-family: "Roboto", arial, sans-serif  !important;
    color: #888888 !important;
    border: 1px solid #ccc !important;
    width:175px;
}

.loginBtn--google:before {
    background: url('../img/google_small.png') no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background-color: #F7F7F7  !important;
    background: url('../img/google_small.png') no-repeat;
}

.userbox-container .btn-sm {
  border-width: 1px;
  padding: 8px;
  width: 80%;
  font-weight: bold;
}

.userbox-container .btn.btn-sm.btn-panel a {
  color: #096eb7 !important;
}

.userbox-container .btn.btn-sm.btn-panel {
  color: #096eb7 !important;
  border-color: #096eb7 !important;
  background-color: white !important;
  white-space: normal;
}

.userbox-container .btn.btn-sm.btn-panel:hover,
.userbox-container .btn.btn-sm.btn-panel:focus{
  background-color: #f9f9f9 !important;
}

.alert-narrow {
  padding: 0 8%;
}
