﻿body {
    background: #E9E9E9;
    color: #333333;
    font-family: 'Roboto'!important;
    font-size: 14px;
    line-height: 18px;
    font-weight:normal;
}

a:hover{
    text-decoration:none;
}
.login-block {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0px 0;
}
html, body, .container-fluid, .row {
    height: 100%;
}
.login-bg {
    background-image: url('../../../images/factory1.png');
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-color: #999;
    height: 100%;
    color: white;
    font-weight:normal;
}
.form-group.form-md-line-input {
    letter-spacing: 0.5px;
    line-height: 16px;
}
.login-sec {
    height: 100%;
    padding: 100px 30px;
}
.no-padding{
    padding-left:0px !important;
    padding-right:0px !important;
}
.login-sec {
    height: 100%;
    padding: 50px 0px 0px 0px;
    width: 80%;
    margin: 0px auto;
}
.lbl {
    color: #9e9e9e;
    font-size: 15px;
}
.login-heading {
    border-bottom: 2px solid #C6C7C7;
    margin-bottom: 30px;
}
    .login-heading h3 {
        font-weight: 400;
    }
.login-btn {
    background-color: #FF734E;
    border: 0;
    color: white;
    padding: 7px 16px;
    letter-spacing: 1.25px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px #a9a9a9;
}
.login-btn span {
        display: block;
        position: relative;
        z-index: 1;
}
.login-btn span::after {
        content: '';
        position: absolute;
        z-index: -1;
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        background: rgba(255,255,255, 0.7);
        width: 30px;
        height: 30px;
        border-radius: 100%;
        transform: scale(0);
}

.login-btn:focus:not(:active) span::after {
    animation: circleGrow 0.3s linear;
}

@keyframes circleGrow {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: scale(5);
        opacity: 0;
    }
}
button:focus {
    outline: 0px!important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #616161;
    background-color: #616161;
}
.login-logo {
    background-repeat: no-repeat;
    margin-bottom: 15%;
}

.fa-fw {
    position: absolute;
    right: 8px;
    top: 17px;
    cursor:pointer;
}
.display-5 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-property {
    letter-spacing: 0.5px;
    font-weight: 300;
}
.forgot-password a {
    color: #3C92DF;
    font-size: 16px;
}