﻿

* {
  box-sizing: border-box;
  color: #0c0d1f;
  font: 400 15px 'Didact Gothic', sans-serif;
  &::after, &::before

{
  box-sizing: inherit;
}

}

html, body {
  background-color: white;
  font: 400 15px 'Didact Gothic', sans-serif;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

body {
  color: #0c0d1f;
  position: relative;
}

a {
  color: #ae9a51;
  text-decoration: none;
  &:hover

{
  text-decoration: underline;
}

}

label {
  display: block;
}

input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  outline: none;
  padding: 0 8px 8px 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
  &:focus

{
  border-bottom-color: #0c0d1f;
}

}

.row {
  &::after

{
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

}

.col {
  border-radius: inherit;
  float: left;
  margin: 0;
  padding: 30px 50px;
  position: relative;
  &.col-6

{
  @include col(6);
}

}

.container {
  display: inline-flex
}

.login-box {
  backface-visibility: hidden;
  background: rgba(154, 67, 67, 0.6);
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1, 1);
  width: 90%;
  max-width: 1000px;
}

.login-title {
  background-color: #eeecec;
  width: 60%;
}

h1 {
  
  font-size:48px;
  font-family: "LinotypeUniversW02-Ligh 726118", "Lucida Grande", Helvetica, Arial, Tahoma, Verdana, sans-serif;
  color: #747678;
  text-align:center;
}

.small-text {
  font-size: 22px;
  font-family: "LinotypeUniversW02-Ligh 726118", "Lucida Grande", Helvetica, Arial, Tahoma, Verdana, sans-serif;
  color:red;
  text-align:center;
}

.login-form {
  background: #eeecec;
  text-align: center;
  width: 40%;
  > form

{
  > *:not(:last-child)

{
  margin: 0 0 20px;
}

}
}

.avatar {
  background: rgba(#fff, 1);
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}

  .avatar > img {
    height: 90px;
  }

.login, .passwd {
  position: relative;
}

.login {
}

.passwd {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button {
  border: none;
  background: #fe0009;
  color: #f9f0ea;
  cursor: pointer;
  display: block;
  padding: 12px;
  width: 100%;
  font-size: 20px;
}

.lost-passwd {
  margin: 30px 0 0;
}

.languagebtn {
  float: right;
 
}
.languagebtn-pl {
  background-image: url("../Images/polish.png");
  border: none;
  height: 16px;
  width: 22px;
}
.languagebtn-en {
  background-image: url("../Images/english.png");
  border: none;
  height: 16px;
  width: 22px;
}
.loggin_message > b{
  color:red;
}
