﻿html{
	background:url('/Content/Custom/Images/background-login.jpg') no-repeat center center;
	min-height:100%;
	background-size:cover;
}

body {
    background: none !important;
}

.login-box-body {
    border-radius: 20px;   
}

.login-box {
    border-radius: 20px;  
    background-color: rgba(255, 255, 255, 0.9);
}

.login-box-body {
    background: none;
}