@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,cyrillic);
html {
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
    color: #000;
    font-size: 14px; 
    height: 100%;
    min-height: 100%;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    color: #4c4c4c;
    line-height: 1.2;
    background: #6bbf59;
    position: relative;
    z-index: 1;
}
.bg {
    width: 100%;
    min-width: 680px;
    height: 100%;
    position: fixed;
    z-index: 3;
    background: #174617; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #174617 0%, transparent 0%, #174617 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#174617), color-stop(0%,transparent), color-stop(100%,#174617)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #174617 0%,transparent 0%,#174617 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #174617 0%,transparent 0%,#174617 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #174617 0%,transparent 0%,#174617 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #174617 0%,transparent 0%,#174617 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174617', endColorstr='#174617',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
}
img {
    border: 0;
}
input {
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d9d9d9 !important;
    opacity: 1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   #d9d9d9 !important;
    opacity: 1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #d9d9d9 !important;
    opacity: 1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #d9d9d9 !important;
    opacity: 1;
}
input[type="text"], input[type="password"] {
    border: 1px solid #aebaab;
    margin: 1px;
    padding: 12px;
    width: 270px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow:inset 0 1px 3px #a5a5a5;
    -moz-box-shadow:inset 0 1px 3px #a5a5a5;
    box-shadow:inset 0 1px 3px #a5a5a5;
    margin: 2px;
}
input[type="text"]:focus, input[type="password"]:focus {
    border: 2px solid #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    margin: 1px;
}

.submit {
    margin-bottom: 10px;
    outline: none;
    -moz-box-shadow:inset 0px 1px 0px 0px #b4e5ab, 0px 4px 0px 0px #1f4921, 0px 10px 5px -2px #92b783;
    -webkit-box-shadow:inset 0px 1px 0px 0px #b4e5ab, 0px 4px 0px 0px #1f4921, 0px 10px 5px -2px #92b783;
    box-shadow:inset 0px 1px 0px 0px #b4e5ab, 0px 4px 0px 0px #1f4921, 0px 10px 5px -2px #92b783;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74cd60), color-stop(1, #58ae47));
    background:-moz-linear-gradient(top, #74cd60 5%, #58ae47 100%);
    background:-webkit-linear-gradient(top, #74cd60 5%, #58ae47 100%);
    background:-o-linear-gradient(top, #74cd60 5%, #58ae47 100%);
    background:-ms-linear-gradient(top, #74cd60 5%, #58ae47 100%);
    background:linear-gradient(to bottom, #74cd60 5%, #58ae47 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74cd60', endColorstr='#58ae47',GradientType=0);
    background-color:#74cd60;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #7b9f76;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:20px;
    font-family: 'Ubuntu', sans-serif; 
    font-weight:bold;
    padding:5px 42px;
    text-decoration:none;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(52, 114, 46, 1);
}
.submit:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #75d061), color-stop(1, #54a144));
    background:-moz-linear-gradient(top, #75d061 5%, #54a144 100%);
    background:-webkit-linear-gradient(top, #75d061 5%, #54a144 100%);
    background:-o-linear-gradient(top, #75d061 5%, #54a144 100%);
    background:-ms-linear-gradient(top, #75d061 5%, #54a144 100%);
    background:linear-gradient(to bottom, #75d061 5%, #54a144 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#75d061', endColorstr='#54a144',GradientType=0);
    background-color:#75d061;
}
.submit:active {
    border: 1px solid #3e733e;
    -moz-box-shadow:inset 0px 6px 5px -4px #1a6d33;
    -webkit-box-shadow:inset 0px 6px 5px -4px #1a6d33;
    box-shadow:inset 0px 6px 5px -4px #1a6d33;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #64b752), color-stop(1, #4c9a3a));
    background:-moz-linear-gradient(top, #64b752 5%, #4c9a3a 100%);
    background:-webkit-linear-gradient(top, #64b752 5%, #4c9a3a 100%);
    background:-o-linear-gradient(top, #64b752 5%, #4c9a3a 100%);
    background:-ms-linear-gradient(top, #64b752 5%, #4c9a3a 100%);
    background:linear-gradient(to bottom, #64b752 5%, #4c9a3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#64b752', endColorstr='#4c9a3a',GradientType=0);
    background-color:#64b752;
    position:relative;
    top:4px;
}
.clouds {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}
.wrapper {
    width: 680px;
    height: 650px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    min-width: 680px;
    z-index: 4;
}
.logo {
    margin: 0 0 25px 25px;
    position: relative;
    z-index: 5;
}
.login img{
    margin: 15px 0 10px 0;
}
.login {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow:    0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    box-shadow:         0px 10px 15px 0px rgba(0, 0, 0, 0.37);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 355px;
    height: 450px;
    border: 2px solid #6d6e71;
    background: url(../img/login-bg.png);  
    position: relative;
    z-index: 2;
}
.login-form, .forgot-form  {
    position: relative;
    z-index: 20;
}
.login-form p, .forgot-form p{
    position: relative;
    padding: 6px 0;
}
.login-form div, .forgot-form div{
    position: absolute;
    top: -3px;
    opacity: 0;
    padding: 10px;
    display: table;
    background: #fe2929; /* Old browsers */
    background: -moz-linear-gradient(top, #fe2929 0%, #e31010 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe2929), color-stop(100%,#e31010)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fe2929 0%,#e31010 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fe2929 0%,#e31010 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fe2929 0%,#e31010 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fe2929 0%,#e31010 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2929', endColorstr='#e31010',GradientType=0 ); /* IE6-9 */
    width: 190px;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    -webkit-box-shadow: 7px 7px 21px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    7px 7px 21px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         7px 7px 21px 0px rgba(50, 50, 50, 0.4);
}
.login p span{
    color: #fff;
    width: 150px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 35px;
    text-align: left;
    background: url(../img/arrow.png) no-repeat 5px 55%;
}
.login p:nth-child(2) div{
    top: 8px;
}
/*Чтобы ошибки при логине выплывали*/
.errWrp{
	transition:all 1.000s ease;
	-webkit-transition:all 1.000s ease;
	-moz-transition:all 1.000s ease;
	-o-transition:all 1.000s ease;
	opacity:0;
	right: -180px;
}
.errWrp.visible{
	opacity:1;
	right: -242px;
}
.forgot-form h2{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin: 10px 0;
}
.forgot-form span{
    display: block;
    color: #000;
    margin: 5px 0;
}
.forgot-form {
    display: none;
}
.forgot-form input[type="text"]{
    margin-bottom: 15px;
}
.forgot-form button{
    padding: 5px 15px;
}
.clouds-bg {
    background: url(../img/clouds.png);
    width: 653px;
    height: 227px;
    position: absolute;
    z-index: 5;
    top: 305px;
    left: -195px;
}

.loginTitle{
	width: 100%;
	padding: 30px 20px 20px;
	font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
	box-sizing: border-box;
}

#cloud1, #cloud1-l {
    z-index: 1;
    position: absolute;
    width: 266px;
    height: 102px;
    left: -266px;
    top: 200px;
    background: url(../img/cloud1.png) 0 0 no-repeat;
}
#cloud2, #cloud2-l {
    z-index: 1;
    position: absolute;
    width: 268px;
    height: 150px;
    left: -268px;
    top: 330px;
    background: url(../img/cloud2.png) 0 0 no-repeat;
}
#cloud3, #cloud3-l {
    z-index: 1;
    position: absolute;
    width: 271px;
    height: 110px;
    right: -271px;
    top: 500px;
    background: url(../img/cloud3.png) 0 0 no-repeat;
}