.login-block {
    width: 350px;
    padding:10px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #39F;
	margin-left:475px;
}
.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    padding-top:10px;
    margin-bottom: 5px;
}
.input1{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}
.login-block input#username {
    background: #fff url('../images/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}
.login-block input#username:focus {
    background: #fff url('../images/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}
.login-block input#password {
    background: #fff url('../images/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('../images/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#captcha {
    background: #fff url('../images/captcha.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#captcha:focus {
    background: #fff url('../images/captcha.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ff656c;
}

.button {
    width: 100%;
    height: 40px;
    background:#39F;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #39F;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
	left:25px;
}

.button:hover {
    background: #9BCDFF;
}

.captcha
{
width:60px; 
background-image:url(../images/cat.png); 
font-size:20px; 
border: 1px solid;
margin-left:10px;
margin-bottom:20px;
}
.color
{
	color:#FF0000;
}