﻿body {
    margin: 0px;
    width: 100vw;
    height: 100vh;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.companyLogo {
    width: 100%;
}

.login-form {
    border-left: 12px solid #ff6700;
    margin-top: 5vh;
}

.btn-login{
    border-radius: 0px;
    background-color:#ff6700;
        color: #f1f1f1;
}

.btn-login:hover{
    border-radius: 0px;
    background-color:#af4700;
        color: #f1f1f1;
}