﻿@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.link-space {
    margin-top: 3px;
    z-index: 1;
}
    
.loginPanel .checkbox{  
    float: left;
    width: 100%;
    margin: 0;
}

.loginPanel .checkbox span.small input {
    margin-top: -2px;
    vertical-align: middle;
    position: static;
    margin-left: -4px;
}
    
.loginPanel .checkbox span.small input:hover {
    cursor:pointer;
}

.loginPanel {
    background: #1f2e45;
    background: -moz-linear-gradient(45deg, rgba(31,46,69,0.8) 0%, rgba(64,82,106,0.8) 77%);
    background: -webkit-linear-gradient(45deg, rgba(31,46,69,0.8) 0%, rgba(64,82,106,0.8) 77%);
    background: linear-gradient(45deg, rgba(31,46,69,0.8) 0%, rgba(64,82,106,0.8) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e45', endColorstr='#40526a',GradientType=1 );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 450px;
    max-width: 350px;
    margin: auto;
    padding: 30px;
    color: #fff;
    box-shadow: none;
    top: -50px;
    width: 100%;
    -moz-box-shadow: 0 0 6px 0 #000;
    -webkit-box-shadow: 0 0 6px 0 #000;
    box-shadow: 0 0 6px 0 #000;
}

    .loginPanel .fa {
        width: 23px;
        color: #fff;
        font-size: 1.2em;
    }

    .loginPanel a {
        color:#f78f1e;
        text-decoration: none;
        outline:none;
    }

.CSSLogo {
    display: block;
    float: left;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.loginPanel form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

body.LoginScreen {
    background: #2D2727;
    height: 100vh;
    color: #fff;
    background-image:URL('http://occa.ca/wp-content/uploads/2016/08/rNjDs2.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.color-tone {
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    font-size: 1.4em;
    margin-top: 45px;
    margin-bottom: 30px;
}

.input-group-addon {
    width: auto;
    background: transparent;
    border: none;
    padding: 0;
}

.form-control, .form-control:focus {
    border: none;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
}

input.form-control::-webkit-input-placeholder {
    color: #fff;
}

input.form-control:-moz-placeholder {
    color: #fff;
}

input.form-control::-moz-placeholder {
    color: #fff;
}

input.form-control:-ms-input-placeholder {
    color: #fff;
}

.form-group {
    margin-bottom: 28px;
}

.btn-login, .btn-login:hover, .btn-login:focus, .btn-login:visited, .btn-login:active {
    padding: 8px 15px;
    background: -webkit-linear-gradient(top left, #00d9fb, rgb(16, 187, 238));
    background: -moz-linear-gradient(top left, #00d9fb, rgb(16, 187, 238));
    background: -o-linear-gradient(top left, #00d9fb, rgb(16, 187, 238));
    background: -ms-linear-gradient(top left, #00d9fb, rgb(16, 187, 238));
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.small {
    float: left;
    color: #fff;
    margin: auto;
    text-align: center;
    display: block;
    font-size: 12px;
    width: 100%;
}

.custBorder {
    height: 1px;
    display: block;
    float: left;
    width: 100%;
    background: #fff;
}

.navbar {
    display: none;
}

.field-validation-error {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -21px;
}

.field-validation-error span {
    font-size: 0.8em;
    color: #fff;
}

@media(max-width:767px) {
    body.LoginScreen {
        background: #1f2e45;
        background: -moz-linear-gradient(45deg, #1f2e45 0%, #40526a 77%);
        background: -webkit-linear-gradient(45deg, #1f2e45 0%,#40526a 77%);
        background: linear-gradient(45deg, #1f2e45 0%,#40526a 77%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f2e45', endColorstr='#40526a',GradientType=1 );
            
    }

    .loginPanel {
        background-image: none;
        position: static;
        box-shadow: none;
    }

    .CSSLogo {
        padding-bottom: 15px;
        padding-left: 15px;
        bottom: 0;
        left: 0;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .color-tone {
        margin-bottom: 30px;
    }

    .mTop25Mob{
        margin-top: 25px;
    }
}


/*Animations*/

.loginPanel label.animate-label {
    font-size: 0.7em;
    top: -11px;
}

.loginPanel label {
    margin: 0;
    position: absolute;
    left: 3px;
    top: 6px;
    padding-left: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
}

      


    .validation-summary-errors {
        width: 100%;
        font-size: 0.8em;
        text-align: center;
        position: absolute;
        top: 15px;
        margin: auto;
        left: 0;
        right: 0;
        color:#fff;
    }
    .validation-summary-errors ul {
        padding:0;
    }
    .validation-summary-errors li {
        list-style:none;
    }
    .sub-title {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 103px;
    }