html,body{
	height:100%;
	    background: url('images/login/SHbg.png');
        background-repeat: repeat;
        background-size: auto auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.formSHlogin{
	padding-bottom:40px;
}
.loginform{
    text-align: center;
    min-width: 320px;
    width: 320px;
    margin: auto;
        margin-top: auto;
    background: url('images/login/SHformbg.png');
        background-repeat: repeat;
        background-size: auto auto;
    border-radius: 20px;
    height: auto;
    padding-top: 40px;
    margin-top: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.logininput{
    background-color: #000;
    background-image: none;
    border: 1px solid #634c0e;
    border-radius: 1px;
    color: #fff;
    display: block;
    padding: 6px 12px;
    width: 225px;
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
}
.btnlogin{
	background: #ffc525;
	border: 1px solid #634c0e;
    border-radius: 1px;
    color: #000002;
    display: block;
    padding: 6px 12px;
    width: 225px;
    font-size: 12px;
    text-align: center;
    margin: auto;
}
.forgotlink {
    color: #fec627;
    margin: 10px;
    display: block;
    font-size: 12px;
}