/* CSS Document */


.login-block {
    width: 280px;
    padding: 20px;
    background: #DBE0E4;
    border-radius: 5px;
    border-top: 5px solid red;
        margin: 30px 0;

}

.login-block h1 {
    text-align: center;
    color: #484647;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #146C1E;
}

.login-block .btn {
    width: 100%; 
    height: 40px;
    background: green;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #C1C1C1;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
}

.my-pri-btn {
  
    background: gray;
    box-sizing: border-box;
    
   
    color: #fff;
    font-weight: bold;
	border: 1px solid #C1C1C1;
    
}
.my-pri-btn:hover { background: #4F4F4F; }

.login-block .btn:hover {
    background: #4F4F4F;
}
.back a {  width: 100%; 
    height: 40px !important;
    background: gray;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #4F4F4F;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
	text-decoration: none;
	padding: 0 20px 0 20px;}
.back a:hover { text-decoration: none;
				background: #4F4F4F;}
.forget{ background:none !important;
		 font-size:14px !important;
		border:none !important;
		text-transform:none !important;
		color:#09413F !important;
		font-weight:200 !important;
		float:right !important;
		padding:0 !important;}
