﻿html, body, form {
    width: 100%;
    height: 100%;
}

.Back {
    background: #FFFFFF url('/Image/Banner/BannerLogin.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.Wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.Title {
    color: #FFFFFF;
    text-align: center;
    font-size: 35px;
}

.SingInForm {
    background-color: #3e454c;
    border-radius: 5px;
    padding: 2%;
    margin: 0 auto;
    display: inline-block;
}


