﻿body {
    background-image: url('../Content/img/loginbg.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.middle {
    padding: 50px 50px 50px 50px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.1);
}

.login {
    margin-left: 20px;
}

.font2 {
    font-size: 1em;
}

.btn {
    border-radius: 6px;
}

.logintop {
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 40px;
    font-weight:600;
    color: white;
}

.loginicn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: -4px 0 0 10px;
}

.loginfooter {
    position:relative;
    bottom:0;
    height: 41px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    color: #a5a4a4;
}

.loginfooterinfo {
    line-height: 41px;
    font-size: 13px;
    font-family: auto;
}

.CustomPosition {
    margin-top:15%;
}