* {
  box-sizing: border-box;
}

body {
    font-family: 'B Koodak';
    color: white;
    font-size: 12px;
    background: #435c70;
}

#cont {
    position: relative;
    height:100%;
}
#log {
    background: #111;
    width: 300px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.4em;
    overflow: hidden;
    border: 1px solid #191919;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
}
#error{
    width:260px;
    text-align:center;
    color:crimson;
}
form {
  background: #111;
  width: 300px;
  margin: 15px auto;
  border-radius: 0.4em;
  overflow: hidden;
  position: relative;
  
}

form:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100px;
  left: 20%;
  background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #111111);
  top: 0;
}

#divpic {
    width:100%; 
    text-align:center;

}
#h33 {
   margin-top:10px;
   color:red;
   font-size:22px;
}
#pic {
    width:150px;height:150px; margin-top:20px;
}

form:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    border-radius: 50%;
    left: 34%;
    top: -7px;
    box-shadow: 0 0 6px 4px #fff;
}
#frm2:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100px;
    left: 35%;
    background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #111111);
    top: 0;
}
#frm2:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 5px;
    border-radius: 50%;
    left: 50%;
    top: -7px;
    box-shadow: 0 0 6px 4px #fff;
}
.inset {
  padding: 20px;
  border-top: 1px solid #19191a;
}
#h44 {
   margin-top:40px;color: whitesmoke; margin-bottom:60px; font-size:16px;
}

form h3 {
    font-size: 18px;
    text-shadow: 0 1px 0 black;
    text-align: center;
    padding: 15px 0;    
    position: relative;
}
form h1 {
  font-size: 18px;
  text-shadow: 0 1px 0 black;
  text-align: center;
  padding: 15px 0;

  position: relative;
}


    form h3:after {
        content: "";
        display: block;
        width: 280px;
        height: 100px;
        position: absolute;
        top: 0;
        left: 20px;
        pointer-events: none;
        transform: rotate(70deg);
        background: linear-gradient(50deg,rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    }
form h1:after {
  content: "";
  display: block;
  width: 280px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 30px;
  pointer-events: none;
  transform: rotate(70deg);
  background: linear-gradient( 50deg,rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
}

label {
  color: #666;
  display: block;
  padding-bottom: 9px;
  font-size:14px;
}

input[type=text],
input[type=password] {
  width: 100%;
  padding: 8px 5px;
  background: linear-gradient(#1f2124, #27292c);
  border: 1px solid #222;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 0.3em;
  margin-bottom: 20px;
}

h3 {
    margin-top:15px;
    color: lightcyan;
    text-align:center;
    font-size:16px;
}
h4 {
    margin-top: 15px;
    color: lightcyan;
    text-align: center;
}
#remember {
    color: #666;
    display: inline-block;
    padding-bottom: 0;
    padding-top: 5px;
}

input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
}

.p-container {
  padding: 0 20px 20px 20px;
}

.p-container:after {
  clear: both;
  display: table;
  content: "";
}

.p-container span {
  display: block;
  float: right;
  color: #0d93ff;
  padding-top: 8px;
}

input[type=submit], a {
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 10px 10px rgba(255, 255, 255, 0.1);
    border-radius: 0.3em;
    background: #0184ff;
    color: white;
    float: left;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
   
}

input[type=submit]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px rgba(255, 255, 255, 0.1);
}

input[type=text]:hover,
input[type=password]:hover,
label:hover ~ input[type=text],
label:hover ~ input[type=password] {
  background: #27292c;
}
#logout{
    margin-top:10px;
   margin-left:105px;
  
   margin-bottom:50px;
}
#logout2 {
    margin-top: 10px;
    margin-left: 85px;
    margin-bottom: 50px;
}