/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 25, 2016, 4:59:34 PM
    Author     : AGulchenko
*/


*{
 font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
 padding: 0;
 margin: 0;
}


body{
    background:  #5c6a70;
}

#userPass{
  
    border-left: 0px;
    border-right: 4px;
    border-top: 0px;
    border-bottom:solid white 2px;
    height: 40px;
    background: #5c6a70;
    padding-left: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-top: 50px;
    position: absolute;
    width: 210px;
    color: white;
    
    
}
#userlogin{
    border-left: 0px;
    border-right: 4px;
    border-top: 0px;
    border-bottom:solid white 2px;
    height: 40px;
    padding-left: 5px;
    font-size: 18px;
    background: #5c6a70;
    font-style: normal;
    font-weight: 500;
    margin-top: 5px;
    position: absolute;
    width: 210px;
    color: white;

}
input {outline: none;}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #5c6a70 !important; /* Цвет фона */
    -webkit-text-fill-color: white !important; /* цвет текста */
   
}

#userlogin::-webkit-input-placeholder {color:white;}
#userlogin::-moz-placeholder          {color:white;}/* Firefox 19+ */
#userlogin:-moz-placeholder           {color:white;}/* Firefox 18- */
#userlogin:-ms-input-placeholder      {color:white;}

#loginbutton{
   background: #5c6a70 ;
    position: absolute;
    margin-top: 100px;
    border-radius: 5px;
    width: 215px;
    height: 40px;
    border: 1px solid white;
    cursor: pointer;
    

}

form{
    width: 340px;
    margin:0 auto;
    padding-top: 150px;
    padding-left: 100px;
 
}

#logo {
    margin-left:  10px;
}
#error{
    position: absolute;
    margin-top: 175px;
    padding-left: 5px;
    width: 215px;
    height: 40px;
    color: #BF3F3F;
    font-weight: 600;
}
form span{
    position: absolute;
    margin-top: 150px;
    border-radius: 5px;
    text-align: center;
    width: 215px;
    height: 40px;
    line-height: 20px;
    cursor: pointer;
    color: #6B1D26;
}