﻿@font-face {
    font-family: 'CenturyGothic';
    src: url('../../fonts/CenturyGothic.otf');
    font-weight: 300;
}
.validation-summary-errors ul {
    list-style-type: none;
    padding: 0 5px 0;
}

.alert {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.body-styles {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
    width: 100%;
    height: 90vh;
}

.btn-entrar {
    background-color: #0000a4;
    border-color: #0000a4;
    color: #FFFFFF;
}

    .btn-entrar:hover {
        color: #fff;
        background-color: #00aeff;
        border-color: #00aeff;
    }

.helping-grow {
    font-family: 'CenturyGothic';
    font-weight: bold;
    color: #0000a4;
}

.helping-subtitle {
    font-family: 'CenturyGothic'; 
    font-weight: bold;
    color: #636363;
    padding-top: 15px;
}

.password-text-color {
    color: #0000a4;
}

.dis-none {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'CenturyGothic';
    background: url("/images/Login_background.png") no-repeat center center fixed;
    -webkit-font-smoothing: antialiased;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

small {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

h1, h3 {
    font-weight: 300;
}

h1 {
    color: #636363;
}

h3 {
    color: #4a89dc;
}

form {
    width: 100%;
    margin-right: 10rem;
    margin-top: 0.5rem;
    padding: 3em 2em 2em 2em;
    background: rgba(255, 255, 255, 1.00);
    border: 1px rgba(255, 255, 255, 0.70);
    border-radius: 2px;
    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: 35px;
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: rgba(255, 255, 255, 0.0);
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

    input:focus {
        outline: none;
    }


/* Label */

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    top: -20px;
    transform: scale(.75);
    left: -2px;
    color: #0000a4;
}

/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #0000a4;
        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;
}

/* Button */

.button {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: .3em 0 1em 0;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #3160B6;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .button:focus {
        outline: 0;
    }

.login-card {
    width: 425px;
    margin-right: 10rem;
    margin-top: 3.5rem;
    padding: 3em 2em 2em 2em;
    background: rgba(255, 255, 255, 1.00);
    border: 1px rgba(255, 255, 255, 0.70);
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}


.ant-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.ant-avatar-lg {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.ant-avatar {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.ecolab-link {
    height: auto;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

.windows-icon {
    vertical-align: middle;
    font-size: 32px;
}

.text-link {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    text-align: left;
}

.chars-link {
    color: white;
    font-size: 16px
}


@media only screen and (max-width: 768px) {
    body {
        text-align: center;
    }

    form {
        float: none;
        display: inline-block;
        width: 100%;
        margin-top: 0.5rem;
        margin-right: 0;
        padding: 2em 2em 2em 2em;
        background: rgba(255, 255, 255, 0.90);
        border: 1px rgba(255, 255, 255, 0.90);
        border-radius: 2px;
        box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px, rgba(0,0,0,0.09804) 0px 1px 2px 0px;
    }
}

