body {
    background: url("../img/login-bg.jpg") no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-attachment:fixed;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login {
    margin-top: 200px;
}

    .login h2 {
        text-align: center;
        font-size: 25px;
        color: #18a689;
        font-weight: bold;
    }

    .login label {
        color: #fff;
        text-align: right;
    }

    .login form {
        margin-top: 20px;
    }

    .login img {
        display: block;
        margin: 0 auto;
    }

.heading h1 {
    color: #18a689;
    font-size: 45px;
    text-align: center;
    margin-top: 70px;
}

    .heading h1 span {
        font-size: 60px;
    }

input {
    outline: 0;
}

.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #18a689;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    padding: 6px 12px;
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: none;
    outline: 0;
}

    .form-control:focus {
        box-shadow: none;
    }

label a {
    color: #304050;
    display: block !important;
    font-weight: bold;
    padding: 0;
}

label {
    display: block;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}

.form-group {
    min-height: 25px;
}

.btn {
    border: 1px solid #148B73;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #fff;
    background-color: #18A689;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#18A689), to(#2CC2A3));
    background-image: -webkit-linear-gradient(top, #18A689, #2CC2A3);
    background-image: -moz-linear-gradient(top, #18A689, #2CC2A3);
    background-image: -ms-linear-gradient(top, #18A689, #2CC2A3);
    background-image: -o-linear-gradient(top, #18A689, #2CC2A3);
    background-image: linear-gradient(to bottom, #18A689, #2CC2A3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#18A689, endColorstr=#2CC2A3);
    text-shadow: none;
    width: 70px;
    margin: 20px auto;
}

    .btn:hover {
        border: 1px solid #148B73;
        background-color: #127964;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#127964), to(#239880));
        background-image: -webkit-linear-gradient(top, #127964, #239880);
        background-image: -moz-linear-gradient(top, #127964, #239880);
        background-image: -ms-linear-gradient(top, #127964, #239880);
        background-image: -o-linear-gradient(top, #127964, #239880);
        background-image: linear-gradient(to bottom, #127964, #239880);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#127964, endColorstr=#239880);
        color: #fff;
    }


@media (min-width:120px) and (max-width:480px) {
    .heading h1 {
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
    }

        .heading h1 span {
            font-size: 25px;
        }

    .login {
        margin-top: 10px;
        padding: 15px;
    }

        .login h2 {
            margin: 0;
        }
}

.FlowupLabels .fl_wrap {
    height: 46px;
    margin: 12px auto;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.FlowupLabels .fl_label {
    top: 15px;
    left: 5px;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .10s linear;
    -moz-transition: all .10s linear;
    -transition: all .10s linear;
    color: #fff !important;
    font-weight: normal;
}

.FlowupLabels .fl_input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}



.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
    top: 0;
    font-size: 12px;
    color: #949494;
    border: none !important;
}

.FlowupLabels .fl_wrap.focused .fl_label {
    color: #fff !important;
    border: none !important;
}

.submit {
    background: none;
    border: none;
    font-weight: bold;
    color: #ccc;
}

.login-button, .forget {
    padding-left: 0;
    padding-right: 0;
}

.forget {
    text-align: right;
    font-weight: bold;
}

label a {
    color: #ccc;
}
