﻿.right-align {
    text-align: right;
}



.form-control:focus {
    box-shadow: 0 0 0 0
 }

.backgroundimage {
    height: 800px;
    margin: 0px;
    min-height: 100%;
    background-image: url("../images/login.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
