body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
body{
   background-image: url('ban.jpg');
  /*background-color: #222430;*/
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
   /* background: #3c8dbc;*/
   background-color: #0071bd;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid #3c8dbc;
}


/* Set a style for the submit button */
.btn {
   /* background-color: #3c8dbc;*/
   background-color: #0071bd;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    opacity: 0.9;
}

.btn:hover {
    opacity: 1;
    color: orange;
}
#login-block{
 /*margin:75px 170px 0px;
  max-width: 430px;
  height: 405px;*/
  background-color: rgb(201,201,201);
  border-radius: 10px;
  padding-bottom: 20px;
 
width: 100%;
height: 100%;

}
.login-form{
  border-radius: 20px;
    box-shadow:0 3px 18px 8px rgba(38, 24, 24, 0.25);
    background:rgba(0, 0, 0, 0.28);
}
.container{
  margin: 120px;
  width: 100%;
  height: 100%;
}
#register-block{
 margin-left: 80px;
  background-color: rgb(201,201,201);
  border-radius: 10px;
  padding-bottom: 20px;
 
width: 100%;
height: 100%;

}
.psw{
  padding-top: 10px;
 padding-left: 50px;
}
.psw1{
  padding-top: 10px;
 padding-left: 3px;
}
h2
{
  padding-bottom: 20px;
  color: black;
}
.imgcontainer {
    text-align: center;
    margin: 24px 0 8px 0;
    position: relative;
}
img.user {
    width: 45%;
    border-radius: 50%;
}
.btn-success{
    background-color: #00a65a;
    border-color: #008d4c;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
        display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;


}
.login-form input[type="email"], .login-form input[type="password"] {
    outline: none;
    font-size: 1em;
    color: #000;
    padding: .6em;
    margin: 0;
    width: 93%;
    border: none;
    -webkit-appearance: none;
    display: block;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
#pass-status, #pass-status1 {
    float: right;
    margin-left: -25px;
    margin-top: 10px;
    margin-right: 8px;
    position: relative;
    z-index: 2;
}
#header-wrap {
    background: white;
    position: fixed;
    width: 100%;
   height: 60px;
    padding: 8px;
    top: 0;
    z-index: 1;
    
}
#container{ 
    margin-top: 80px;

}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 50px;
   padding-top: 10px;
  
    background-color: rgba(0, 0, 0, 0.28);
    border-top:1px solid white;
   color: white;
   text-align: center;
}
.foot1{
  height:35px;
 
 
}
.foot2{
   height:35px;
 
}
