﻿html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*background-color: #ebf5f7;*/
}

.container {
    position: absolute;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    /*background: #ebf5f7;*/
    z-index: 2;
}

.login-foot {
    text-align: center;
    position: fixed;
    width: 100%;
    margin: auto;
    bottom: 40px;
}

.foot {
    text-align: center;
    z-index: 0;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-horizontal .control-label {
    margin-bottom: 10px;
}

.templatemo-container {
    background-color: rgba(255,255,255,0.8);
    margin: 0 auto;
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group a {
        line-height: 34px;
    }

.inline-block {
    display: inline-block;
}


.templatemo-login-form {
    max-width: 1000px;
    height: 700px;
    position: relative;
    z-index: 2;
}

    .templatemo-login-form a {
        color: gray;
    }

        .templatemo-login-form a:hover {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

input.form-control {
    height: 48px;
    font-size: 15px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    outline: none;
    box-shadow: none !important;
}

/*-------------------------------------
Media Queries
---------------------------------------*/
@media screen and (max-width: 767px) {
    .templatemo-container {
        padding: 15px;
    }
}
