body { 
  /*background: url("../../image/summer.jpg") no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover  !important;
  overflow: hidden;
}

#winter{
    background: url("../../image/winter.jpg") no-repeat 0 0 /cover rgba(0, 0, 0, 0);
}
/*Весна*/
#spring{
    background: url("../../image/spring.jpg") no-repeat 0 0 /cover rgba(0, 0, 0, 0);
}
/*Лето*/
#summer{
    background: url("../../image/summer.jpg") no-repeat 0 0 /cover fixed rgba(0, 0, 0, 0);
}
/*Осень*/
#autumn{
    background: url("../../image/autumn.jpg") no-repeat 0 0 /cover rgba(0, 0, 0, 0);}

img{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

#login-button{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(3,3,3,.5);
  overflow: hidden;
  /*opacity: 0.5;*/
  box-shadow: 10px 10px 30px #000;
  border: 4px solid rgba(255,255,255,0.5);
}
#ansver{
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin: auto;
  /*width: 400px;*/
  height: 40px;
  font-weight: 300;
  /*text-align: center;*/
  /*background: rgba(3,3,3,.8);*/
  /*overflow: hidden;*/
}

/* Login container */
#container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 260px;
  height: 240px;
  border: 4px solid rgba(255,255,255,0.5);
  background: rgba(3,3,3,0.4);
  /*box-shadow: 1px 1px 50px #000;*/
  display: none;
}

.close-btn{
  position: absolute;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 18px;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  /*opacity: .2;*/
  background-color: #eee;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: .2
}

.close-btn:hover{
  opacity: .6;
}

/* Heading */
h1{
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  margin-top: 13px;
  text-align: center;
  font-size: 26px;
  color: #eee;
  /*text-shadow: 3px 3px 10px #000;*/
}

/* Inputs */
a,
input,button{
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  position: relative;
  width: 80%;
  display: block;
  margin: 9px auto;
  font-size: 17px;
  color: #fff;
  padding: 8px;
  /*border-radius: 6px;*/
  border: none;
  background: rgba(3,3,3,.1);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input:focus{
  outline: none;
  box-shadow: 3px 3px 10px #333;
  background: rgba(3,3,3,.18);
}

/* Placeholders */
::-webkit-input-placeholder {
   color: #ddd;  }
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  }
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  }
:-ms-input-placeholder {  
   color: #333;  }

/* Link */
button{
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  padding: 4px 8px;
  background: rgba(107,255,3,0.5);
}

button:hover{
  opacity: 0.7;
}

#remember-container{
  position: relative;
  margin: -5px 20px;
  /*float: left;*/
  width: 223px;
}
#remember-container span{
  /*padding-left: 30px;*/
  color: #ccc;
}

.checkbox {
  position: relative;
  cursor: pointer;
	-webkit-appearance: none;
	padding: 5px;
	border-radius: 4px;
  background: rgba(3,3,3,.2);
	display: inline-block;
  width: 16px;
  height: 15px;
}

/*.checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked {
  background: rgba(3,3,3,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.5);
	color: #fff;
}

.checkbox:checked:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #fff;
}*/

/*#remember{
	padding-left: 10px;
}*/

#forgotten{
	margin: 20px 6px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#forgotten:hover{
  color: rgba(255,255,255,.6);
}

#forgotten-container h1{
	font-size: 25px;
}
#forgotten-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10px;
  margin: auto;
  width: 260px;
  height: 180px;
  background: rgba(3,3,3,0.25);
  border: 4px solid rgba(255,255,255,0.5);
  /*box-shadow: 1px 1px 50px #000;*/
  display: none;
}

.orange-btn{
  background: rgba(87,198,255,.5);
}