﻿/* Login Styles */

body, html {
    height: 100%;
    margin: 0;
    letter-spacing: 0.12em;
}

/* Remove Blue Border */
button:focus {
    outline: 0 !important;
}

.bgimg {
    background-image: url("/Images/loginBgImage.jpg");
    height: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-styles {
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    color: #fff;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {
        top: -520px;
    }

    to {
        top: 20px;
    }
}

@keyframes example {
    from {
        top: -520px;
    }

    to {
        top: 20px;
    }
}

/*.login-panel {
    padding: 20px;
    background-color: rgba( 0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #000000;
}*/

.login-panel {
    padding: 20px;
    background-color: rgba( 236, 236, 238, 0.30);
    border: 1px solid #ECECEE;
    border-radius: 10px;
    box-shadow: 0px 0px 30px #000000;
}

.Servman-logo {
    display: block;
    width: 100%;
    height: 100px;
}

    .Servman-logo img {
        max-width: 50%;
        float: right;
        margin-right: -5px;
        margin-top: -10px;
    }

.CompanyName {
    font-size: 1.5em;
    display: block;
    width: 100%;
    height: 40px;
}

.Workwave-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-bottom: 15px;
}
