body {
  padding-top: 40px;
  padding-bottom: 40px;
	background: #fff;
  /*background:url("images/login_bg.jpg") no-repeat top center #69a1cc;*/
}

.but-foggort{
    width: 155px;
    height: 25px;
/*    border: 2px solid #7D96AB;*/
border: 2px solid #ccc;
    display: inline-block;
/*    border-radius: 3px;*/
    line-height: 20px;
    text-transform: uppercase;
/*    color: #fff;*/
color: #444;
    margin-top: 20px;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#758da1), color-stop(100%,#476681));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #758da1 0%,#476681 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #758da1 0%,#476681 100%);*/ /* Opera 11.10+ */
    text-align: center;
    font-size: 11px;
/*    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(154,171,186,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(154,171,186,1);
    box-shadow: inset 0px 0px 0px 1px rgba(154,171,186,1);*/
}
.but-foggort:hover{color: #444 !important;}

.but-log{
   display: inline-block;
    width: 89%;
    padding-right: 0;
    background: transparent;
    height: 54px;
    margin-top: 35px;
/*    border:1px solid #E7EBED;*/
/*    border-radius: 3px;*/
border: 1px solid #000;
    padding-left: 0;    
/*    color:#A3B3C0;*/
color: #444;
    text-transform: uppercase;
    text-align: center;
/*    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(65,81,96,1);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(65,81,96,1);
    box-shadow: inset 1px 1px 3px 0px rgba(65,81,96,1);*/


/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#758da1), color-stop(100%,#476681));*/ /* Chrome,Safari4+ */
/*    background: -webkit-linear-gradient(top, #758da1 0%,#476681 100%);*/ /* Chrome10+,Safari5.1+ */
/*    background: -o-linear-gradient(top, #758da1 0%,#476681 100%);*/ /* Opera 11.10+ */

}
.form-log{
    width: 89%;
    /*background-color: rgba(165,165,165,0.4);*/
    height: 56px;
    margin: 0 5%;
/*    color: #ffffff !important;*/
	color: #444 !important;
    padding: 0 2%;
    /*border-radius: 5px;*/
    margin-top: 20px;
/*    border: 1px solid #fff;*/
border: 1px solid #ccc;
/*    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(93,93,93,1);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(93,93,93,1);
    box-shadow: inset 2px 2px 5px 0px rgba(93,93,93,1);*/
}
.form-pass{
    width: 89%;
/*    background-color: rgba(165,165,165,0.4);*/
    height: 56px;
    margin: 0 5%;
color: #444 !important;
    padding: 0 2%;
/*    border-radius: 5px;*/
    margin-top: 20px;
/*    border: 1px solid #fff;*/
border: 1px solid #ccc;
/*    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(93,93,93,1);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(93,93,93,1);
    box-shadow: inset 2px 2px 5px 0px rgba(93,93,93,1);*/
}
.form-signin {
    width: 100%;
    max-width: 497px;
    text-align: center;
    min-height: 317px;
/*    border-radius: 5px;*/
/*    box-shadow: 0 0 2px 2px #438CBF;*/
box-shadow: 0 0 5px rgba(167,167,167,0.4);
    margin-right: 50px;
    padding: 15px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
/*    border: 2px solid #C4ECE5;*/
border: 1px solid #ccc;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}


#logo{
	text-align: center;
	margin-bottom:20px;
}
.hands {
    width: 913px;
    height: 672px;
    position: fixed;
    top: -70px;
    right: -50px;
    /*background: url("images/gecko.png") no-repeat center;*/
    background-size: 90%;
}
@media only screen and (max-width:1024px) {
    .hands {
        top: -110px;
        right: -100px;
        background-size: 80%;
    }    
}

@media only screen and (max-width:667px) {
    .hands {
        top: -130px;
        right: -210px;
        background-size: 60%;
    }    
}
@media only screen and (max-width:568px) {
    .hands {
        top: -160px;
        right: -300px;
        background-size: 50%;
    }    
}
@media only screen and (max-width:320px) {
    .hands {
        background-size: 50%;
        top: -160px;
        right: -374px;

    }    
}
.spanText{
    font-size: 12px;
line-height: 20px;
text-align: left;
display: table;
color: #FFF;
padding: 6px 35px 0 37px;
font-weight: 500;
}
.Headtext{
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
/*    color:#E5E6E8;*/
color: #444;
}
.form-signinn{
      width: 100%;
    max-width: 497px;
    text-align: center;
    min-height: 100px;
/*    border-radius: 5px;*/
/*    box-shadow: 0 0 2px 2px #438CBF;*/
    margin-right: 50px;
    padding: 15px;
    position: relative;
/*    background-color: rgba(255, 255, 255, 0.3);*/
    margin: 0 auto;
/*    border: 2px solid #C4ECE5;*/
border: 1px solid #ccc;
}
.ok-send{
   width: 195px;
    height: 38px;
    border: 1px solid #444444;
    display: inline-block;
    border-radius: 3px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#758da1), color-stop(100%,#476681));
    background: -webkit-linear-gradient(top, #758da1 0%,#476681 100%);
    background: -o-linear-gradient(top, #758da1 0%,#476681 100%);
    text-align: center;
    font-size: 22px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(154,171,186,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(154,171,186,1);
    box-shadow: inset 0px 0px 0px 1px rgba(154,171,186,1);
	color: #000;
}
.ok-send:active, .ok-send:hover{color: #000;}

.form-signin .wrap-log input { font-family: Arial;}
.form-signin .wrap-log input::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #606060;}
.form-signin .wrap-log input::-moz-placeholder { /* Firefox 19+ */  color: #606060;}
.form-signin .wrap-log input:-ms-input-placeholder { /* IE 10+ */  color: #606060;}
.form-signin .wrap-log input:-moz-placeholder { /* Firefox 18- */  color: #606060;}
