@font-face {
    font-family: 'Linotte';
    src: url("../fonts/Linotte-Heavy.eot");
    src: url("../fonts/Linotte-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Linotte-Heavy.woff") format("woff"), url("../fonts/Linotte-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'LinotteLight';
    src: url("../fonts/Linotte-Light.eot");
    src: url("../fonts/Linotte-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Linotte-Light.woff") format("woff"), url("../fonts/Linotte-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'LinotteRegular';
    src: url("../fonts/Linotte-Regular.eot");
    src: url("../fonts/Linotte-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Linotte-Regular.woff") format("woff"), url("../fonts/Linotte-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LinotteSemiBold';
    src: url("../fonts/Linotte-SemiBold.eot");
    src: url("../fonts/Linotte-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Linotte-SemiBold.woff") format("woff"), url("../fonts/Linotte-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

body {
    background: url(/AdminFiles/Images/login-crm.jpg) no-repeat;
    background-size: cover;
    color: #666666;
    font-family: 'RobotoDraft', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 5px solid #1e8c43;
}

/* Pen Title */
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

    .pen-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300;
    }

    .pen-title span {
        font-size: 12px;
    }

        .pen-title span .fa {
            color: #1e8c43;
        }

        .pen-title span a {
            color: #1e8c43;
            font-weight: 600;
            text-decoration: none;
        }

/* Rerun */
.rerun {
    margin: 0 0 30px;
    text-align: center;
}

    .rerun a {
        cursor: pointer;
        display: inline-block;
        background: transparent;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        padding: 10px 20px;
        color: #ffffff;
        text-decoration: none;
        transition: ease 0.3s;
    }

        .rerun a:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        }

/* Scroll To Bottom */
#codepen, #portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #363636;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: ease 0.3s;
    color: #ffffff;
    text-align: center;
}

    #codepen i, #portfolio i {
        line-height: 56px;
    }

    #codepen:hover, #portfolio:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

/* CodePen */
#portfolio {
    bottom: 96px;
    right: 36px;
    background: #1e8c43;
    width: 44px;
    height: 44px;
    animation: buttonFadeInUp 1s ease;
}

    #portfolio i {
        line-height: 44px;
    }

/* Container */
.container {
    position: relative;
    max-width: 460px;
    width: 100%;
    margin: 0 auto 100px;
}

    .container.active .card:first-child {
        background: #f2f2f2;
        margin: 0 15px;
    }

    .container.active .card:nth-child(2) {
        background: #fafafa;
        margin: 0 10px;
    }

    .container.active .card.alt {
        top: 20px;
        right: 0;
        width: 100%;
        min-width: 100%;
        height: auto;
        border-radius: 5px;
        padding: 60px 0 40px;
        overflow: hidden;
    }

        .container.active .card.alt .toggle {
            position: absolute;
            top: 40px;
            right: -70px;
            box-shadow: none;
            transform: scale(10);
            transition: transform .3s ease;
        }

            .container.active .card.alt .toggle:before {
                content: '';
            }

        .container.active .card.alt .title,
        .container.active .card.alt .input-container,
        .container.active .card.alt .button-container {
            left: 0;
            opacity: 1;
            visibility: visible;
            transition: .3s ease;
        }

        .container.active .card.alt .button-container-send {
            left: 0;
            opacity: 1;
            visibility: visible;
            transition: .3s ease;
        }

        .container.active .card.alt .title {
            transition-delay: .3s;
        }

        .container.active .card.alt .input-container {
            transition-delay: .4s;
        }

            .container.active .card.alt .input-container:nth-child(2) {
                transition-delay: .5s;
            }

            .container.active .card.alt .input-container:nth-child(3) {
                transition-delay: .6s;
            }

        .container.active .card.alt .button-container {
            transition-delay: .7s;
        }

/* Card */
.card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 60px 0 40px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: .3s ease;
    /* Title */
    /* Inputs */
    /* Button */
    /* Footer */
    /* Alt Card */
}

    .card:first-child {
        background: #fafafa;
        height: 10px;
        border-radius: 5px 5px 0 0;
        margin: 0 10px;
        padding: 0;
    }

    .card .title {
        position: absolute;
        z-index: 1;
        border-left: 5px solid #1e8c43;
        margin: 0 0 35px;
        top: 20px;
        padding: 10px 0 10px 50px;
        color: #1e8c43;
        font-family: LinotteSemiBold;
        font-size: 32px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .card .input-container {
        position: relative;
        margin: 50px 60px 50px;
    }

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

.card .input-container input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.card .input-container input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 60px;
    border: 0;
    font-family: LinotteRegular;
    color: #999999;
    font-size: 24px;
    font-weight: 400;
}

    .card .input-container input:focus ~ label {
        font-family: LinotteRegular;
        color: #999999;
        transform: translate(-12%, -50%) scale(0.75);
    }

    .card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
        width: 50%;
    }

    .card .input-container input:valid ~ label {
        font-family: LinotteRegular;
        color: #999999;
        transform: translate(-12%, -50%) scale(0.75);
    }

.card .input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    line-height: 60px;
    transition: 0.2s ease;
}

.card .input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757575;
    width: 100%;
    height: 1px;
}

    .card .input-container .bar:before, .card .input-container .bar:after {
        content: '';
        position: absolute;
        background: #1e8c43;
        width: 0;
        height: 2px;
        transition: .2s ease;
    }

    .card .input-container .bar:before {
        left: 50%;
    }

    .card .input-container .bar:after {
        right: 50%;
    }

.card .button-container {
    margin: 0 60px;
    text-align: center;
}

    .card .button-container a {
        outline: 0;
        cursor: pointer;
        position: relative;
        display: inline-block;
        text-decoration: none;
        background: 0;
        width: 240px;
        border: 2px solid #757575;
        padding: 20px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        overflow: hidden;
        transition: .3s ease;
    }

        .card .button-container a span {
            position: relative;
            z-index: 1;
            color: #757575;
            transition: .3s ease;
            font-family: LinotteRegular;
        }

        .card .button-container a:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            background: #1e8c43;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            margin: -15px 0 0 -15px;
            opacity: 0;
            transition: .3s ease;
        }

        .card .button-container a:hover, .card .button-container a:active, .card .button-container a:focus {
            border-color: #1e8c43;
        }

            .card .button-container a:hover span, .card .button-container a:active span, .card .button-container a:focus span {
                color: #1e8c43;
            }

            .card .button-container a:active span, .card .button-container a:focus span {
                color: #ffffff;
            }

            .card .button-container a:active:before, .card .button-container a:focus:before {
                opacity: 1;
                transform: scale(10);
            }

.card .button-container-send {
    margin: 0 60px;
    text-align: center;
    opacity: 0;
}

    .card .button-container-send a {
        outline: 0;
        cursor: pointer;
        position: relative;
        display: inline-block;
        background: 0;
        text-decoration: none;
        width: 240px;
        border: 2px solid #fff;
        padding: 20px 0;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        overflow: hidden;
        transition: .3s ease;
    }

        .card .button-container-send a span {
            position: relative;
            z-index: 1;
            color: #fff;
            transition: .3s ease;
            font-family: LinotteRegular;
        }

        .card .button-container-send a:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            background: #1e8c43;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            margin: -15px 0 0 -15px;
            opacity: 0;
            transition: .3s ease;
        }

        .card .button-container-send a:hover, .card .button-container-send a:active, .card .button-container-send a:focus {
            border-color: #fff;
        }

            .card .button-container-send a:hover span, .card .button-container-send a:active span, .card .button-container-send a:focus span {
                color: #fff;
            }

            .card .button-container-send a:active span, .card .button-container-send a:focus span {
                color: #ffffff;
            }

            .card .button-container-send a:active:before, .card .button-container-send a:focus:before {
                opacity: 1;
                transform: scale(10);
            }

.card .footer {
    margin: 40px 0 0;
    color: #d3d3d3;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

    .card .footer a {
        color: inherit;
        text-decoration: none;
        transition: .3s ease;
    }

        .card .footer a:hover {
            color: #bababa;
        }

.card.alt {
    position: absolute;
    top: 40px;
    right: -70px;
    z-index: 10;
    width: 140px;
    height: 140px;
    background: none;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    transition: .3s ease;
    /* Toggle */
    /* Title */
    /* Input */
    /* Button */
}

    .card.alt .toggle {
        position: relative;
        background: #1e8c43;
        width: 140px;
        height: 140px;
        border-radius: 100%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        color: #ffffff;
        font-size: 58px;
        line-height: 140px;
        padding-top: 35px;
        text-align: center;
        cursor: pointer;
    }

        .card.alt .toggle:before {
            content: '\f040';
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
        }

    .card.alt .title,
    .card.alt .input-container,
    .card.alt .button-container {
        left: 100px;
        opacity: 0;
        visibility: hidden;
    }

    .card.alt .title {
        position: absolute;
        border-color: #ffffff;
        color: #ffffff;
        width: 90%;
    }

        .card.alt .title .close {
            cursor: pointer;
            position: absolute;
            top: -30px;
            right: -40px;
            display: inline;
            color: #fff;
            font-size: 58px;
            font-weight: 400;
            opacity: 1;
        }

            .card.alt .title .close:before {
                content: '\00d7';
            }

    .card.alt .input-container input {
        color: #ffffff;
    }

        .card.alt .input-container input:focus ~ label {
            color: #ffffff;
        }

        .card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
            background: #ffffff;
        }

        .card.alt .input-container input:valid ~ label {
            color: #ffffff;
        }

    .card.alt .input-container label {
        color: rgba(255, 255, 255, 0.8);
    }

    .card.alt .input-container .bar {
        background: rgba(255, 255, 255, 0.8);
    }

    .card.alt .button-container input {
        width: 100%;
        background: #ffffff;
        border-color: #ffffff;
    }

        .card.alt .button-container input span {
            color: #1e8c43;
        }

        .card.alt .button-container input:hover {
            background: rgba(255, 255, 255, 0.9);
        }

        .card.alt .button-container input:active:before, .card.alt .button-container input:focus:before {
            display: none;
        }

    .card.alt .button-container-send input {
        width: 100%;
        background: #ffffff;
        border-color: #ffffff;
    }

        .card.alt .button-container-send input span {
            color: #1e8c43;
        }

        .card.alt .button-container-send input:hover {
            background: rgba(255, 255, 255, 0.9);
        }

        .card.alt .button-container-send input:active:before, .card.alt .button-container-send input:focus:before {
            display: none;
        }

/* Keyframes */
@keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0;
    }
}

/*# sourceMappingURL=loginmaterial.css.map */
