﻿
.absolute-pos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.v-center {
    display: table-cell;
    vertical-align: middle;
}

.h-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.background {
    display: table;
    height: 100%;
    width: 100%;
}

.form-container {
    width: 25rem;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    box-shadow: 0 0 2px #f0f0f0;
    background-color: #fff;
    padding: 40px 50px;
}

.block {
    display: block;
}

.account-icon {
    width: 86px;
    color: #2C3E50;
    opacity: 0.65;
    font-size: 86px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
}

.login {
    width: 100%;
    background-color: #00c8b4 !important;
    border-color: #00c8b4 !important;
}

.login:hover {
    background-color: #00c8b4;
    border-color: #00c8b4;
}

.login-container {
    padding-top: 16px;
    width: 100%;
}


.large .form-control {
    height: calc(2.7578125rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.large {
    width: 100%;
}

div.image {
    content: url(http://placehold.it/350x150);
}

​


.aParent div {
    float: left;
    clear: none;
}


.responsive {
    width: 100%;
    height: auto;
}



.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    background-color: #fafafa;
}

.login-image-container {
    
}

.login-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url('../login_1024_x_768.jpg');
}

.login-form-title {
    display: block;
    width: 100%;
    font-family: Poppins-Bold;
    line-height: 1;
    text-align: center;
}

.login-title {
    font-size: 4.8em;
    color: #00c8b4;
}

.login-develop-title {
    font-size: 1.6em;
}

.portrait .wrap-login {
    width: 100%;
    max-width: none;
}

.portrait .login-develop-title {
    padding-bottom: 0.5em;
}

.wrap-login {
    /*min-height: 100vh;*/
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 35%;
    max-width: 500px;
    min-width: 280px;
    /*padding-top: 10%;*/
}

.wrap-login-form {
    float: right;
    min-width: 280px;
    width: 100%;
    padding-top: 35%;
}

.login-fieldset {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 35%;
}

.login-input .form-control {
    border-width: 0px 0px 1px 0px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #00c8b4;
}

.form-control.is-invalid:focus {
    box-shadow: none;
}

.portrait .login-image {
    background-image: url('../login_360_x_640.jpg');
}

@media screen and (max-width:600px) {
    /*body {
        font-size: 12px;
    }*/

    .login-form-title {
        font-size: 10px;
    }
}

@media screen and (min-width:600px) and (max-width:800px) {
    .login-form-title {
        font-size: 11px;
    }

    .login-develop-title {
        padding-bottom: 0.3em;
    }
}

@media screen and (min-width:800px) and (max-width:1000px) {
    .login-form-title {
        font-size: 12px;
    }

    .login-develop-title {
        padding-bottom: 0.3em;
    }
}

@media screen and (min-width:1000px) and (orientation:landscape) {
    .login-develop-title {
        padding-bottom: 2em;
    }
}

.container-login.portrait {
    flex-wrap: wrap;
}
@media screen and (orientation:portrait) {
    .login-image {
        background-image: url('../login_360_x_640.jpg');
    }

    .wrap-login {
        display: contents;
    }

    .login-develop-title {
        padding-bottom: 0.5em;
    }

    .login-fieldset {
        padding-top: 5%;
    }

    .wrap-login-form {
        padding-top: 0;
    }

    .container-login {
        flex-wrap: wrap;
    }
}

@media screen and (orientation:landscape) {
    .login-image {
        background-image: url('../login_1024_x_768.jpg');
    }

    .wrap-login {
        /*min-height: 100vh;*/
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        max-width: 500px;
    }

    /*.login-develop-title {
        padding-bottom: 3em;
    }*/

    .login-fieldset {
        padding-top: 0%;
    }

        .login-fieldset .group {
            /*margin-bottom: 10%;*/
            margin-bottom: 1.5em;
            margin-top: 2em;
        }
}

@media screen  and (orientation:portrait) {
    .wrap-login-form {
        padding-top: 0;
    }
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px;
}

.validate-input {
    position: relative;
}

.label-input100 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    padding-left: 2px;
}

.input100 {
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    font-family: Poppins-Regular;
    font-size: 22px;
    color: #555555;
    line-height: 1.2;
    padding: 0 2px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}



.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border-bottom: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}




* {
    box-sizing: border-box;
}

body {
    font-family: Helvetica;
    background: #eee;
    -webkit-font-smoothing: antialiased;
}

hgroup {
    text-align: center;
    margin-top: 4em;
}

h1, h3 {
    font-weight: 300;
}

h1 {
    color: #636363;
}

h3 {
    color: #00c8b4;
}

form {
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
    /*padding: 3em 2em 2em 2em;*/
    padding-top: 2em;
    /*background: #fafafa;
    border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;*/
}

.group {
    position: relative;
    margin-bottom: 1.5em;
    margin-top: 2em;
    /*margin-bottom: 36px;*/
}

input {
    font-size: 1.2em;
    padding: 4px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: #fafafa;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

    input:focus {
        outline: none;
    }


/* Label */

label {
    color: #999;
    font-size: 1.1em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: all 0.2s ease;
}


/* active */

input:focus ~ label, input.used ~ label {
    top: -20px;
    transform: scale(.75);
    left: -2px;
    /* font-size: 14px; */
    color: #00c8b4;
    
}


/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #00c8b4;
        transition: all 0.2s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}


/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
    from {
        background: #00c8b4;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/* Button */

.button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em 0;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 1em;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #00c8b4;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .button:focus {
        outline: 0;
    }


/* Button modifiers */

.buttonBlue {
    background: #00c8b4;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

    .buttonBlue:hover {
        background: #00c8b4;
    }


/* Ripples container */

.ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}


/* Ripples circle */

.ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

footer {
    text-align: center;
}

    footer p {
        color: #888;
        font-size: 13px;
        letter-spacing: .4px;
    }

    footer a {
        color: #00c8b4;
        text-decoration: none;
        transition: all .2s ease;
    }

        footer a:hover {
            color: #666;
            text-decoration: underline;
        }

    footer img {
        width: 80px;
        transition: all .2s ease;
    }

        footer img:hover {
            opacity: .83;
        }

        footer img:focus, footer a:focus {
            outline: none;
        }