/* Card */

.topheader {
    background: #55c676;
    color: #fff;
    min-height: initial;
}

    .topheader h3 {
        margin: 10px 0;
        font-weight: bold;
    }

.poweredBy {
    float: right;
}

    .poweredBy span {
        vertical-align: bottom;
    }

    .poweredBy img {
        width: 85px;
    }

.card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 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);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 10px;
    /* Title */
    /* Inputs */
    /* Button */
    /* Footer */
    /* Alt Card */
}

    .card:first-child {
        background: #fafafa;
        height: 10px;
        border-radius: 5px 5px 0 0;
        margin: 0 10px;
        padding: 0;
        clear: both;
    }

    .card .title {
        position: relative;
        z-index: 1;
        border-left: 5px solid #55c676;
        margin: 0 0 10px;
        padding: 10px 0 10px 50px;
        color: #55c676;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .card .input-container {
        position: relative;
        margin: 0 60px 25px;
    }

        .card .input-container input {
            outline: none;
            z-index: 1;
            position: relative;
            background: none;
            width: 100%;
            height: 50px;
            border: 0;
            color: #212121;
            font-size: 15px;
            font-weight: 400;
        }

            .card .input-container input[type=checkbox] {
                height: 15px;
                width: auto;
            }

            .card .input-container input:focus ~ label {
                color: #9d9d9d;
                -webkit-transform: translate(-12%, -50%) scale(0.75);
                transform: translate(-12%, -50%) scale(0.75);
            }

input.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    position: relative;
    top: 5px;
    border-bottom: 1px solid #000;
}

.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
    width: 50%;
}

.card .input-container input:valid ~ label {
    color: #9d9d9d;
    -webkit-transform: translate(-12%, -50%) scale(0.75);
    transform: translate(-12%, -50%) scale(0.75);
}

.card .input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    -webkit-transition: 0.2s ease;
    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: #55c676;
        width: 0;
        height: 2px;
        -webkit-transition: .2s ease;
        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 button {
        outline: 0;
        cursor: pointer;
        position: relative;
        display: inline-block;
        background: 0;
        width: 240px;
        border: 2px solid #e3e3e3;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        color: #55c676;
        text-transform: uppercase;
        overflow: hidden;
        -webkit-transition: .3s ease;
        transition: .3s ease;
 	max-width:100%;
    }

        .card .button-container button span {
            position: relative;
            z-index: 1;
            color: #55c676;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

        .card .button-container button:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            background: #55c676;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            margin: -15px 0 0 -15px;
            opacity: 0;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

        .card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
            border-color: #55c676;
        }

            .card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
                color: #55c676;
            }

            .card .button-container button:active span, .card .button-container button:focus span {
                color: #ffffff;
            }

            .card .button-container button:active:before, .card .button-container button:focus:before {
                opacity: 1;
                -webkit-transform: scale(10);
                transform: scale(10);
            }

.card .footer {
    margin: 5px 0 0;
    color: #fdc100;
    font-size: 15px;
    text-align: center;
}

    .card .footer a {
        color: inherit;
        text-decoration: none;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

        .card .footer a:hover {
            color: #bababa;
        }


.app {
    margin: 50px auto 0;
    display: block;
    width: 100%;
    position: relative;
}

    .app .android {
        position: absolute;
        z-index: -1;
        width: 115px;
        top: 0;
        right: 62%;
    }

    .app .icon {
        margin: 0 auto;
        width: 180px;
    }

    .app h4 {
        text-align: center;
        margin: 35px 0 25px;
    }

        .app h4 span {
            background: #fff;
            padding: 10px 20px;
            color: #55c676;
            border-radius: 5px;
            position: relative;
            border-top: 2px solid #55c676;
	    display:inline-block;
        }

            .app h4 span:before {
                content: "";
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #55c676;
                position: absolute;
                top: -10px;
                left: 45%;
            }

@media (max-width: 767px) {
    .app {
        margin: 0 auto;
    }

        .app .android {
            right: 68%;
        }
}
