﻿html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, 'Helvetica Neue', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

nav, .page-footer {
    background-color: #54a94e !important;
}

.btn, .btn-large, .btn-small,
.pagination li.active {
    background-color: #00C853 !important;
}

.btn-block {
    width: 100%;
}

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/assets/login_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

    .login-page .card-header {
        background-color: #54a94e !important;
        padding: 24px !important;
    }

    .login-page .card {
        padding: 0 !important;
        border-radius: 5px !important;
    }

    .login-page .card-content {
        padding: 24px !important;
    }

    .login-page .login {
        animation-duration: 3s;
        animation-name: test;
        animation-fill-mode: forwards;
    }

    

    .login-page .image-background,
    .login-page .image-confirmation {
        display: flex;
        justify-content: center;
        animation-duration: 1s;
        animation-name: fizz;
        animation-fill-mode: forwards;
        border-radius: 50%;
    }

        .login-page .image-background > img {
            width: 100%;
            padding-bottom: 0px;
            animation-duration: 3s;
            animation-name: bar;
            animation-fill-mode: forwards;
        }

        .login-page .image-confirmation > img {
            width: 25%;
            padding-bottom: 10px;
            animation-duration: 3s;
            animation-name: bar;
            animation-fill-mode: forwards;
        }

        .login-page .card-content form {
            margin-left: 20px;
            margin-right: 20px;
        }

    .login-page .login-button {
        border-radius: 10px;
        border-style: none;
        cursor: pointer;
        animation-duration: 3s;
        animation-name: buzz;
        animation-fill-mode: forwards;
    }

    .login-page .bottom-logo {
        animation-duration: 3s;
        animation-name: logo-botton;
        animation-fill-mode: forwards;
    }

    .login-page .need-help {
        padding-top: 10px;
        font-size: x-large;
        cursor: pointer;
        animation-duration: 4s;
        animation-name: to-white-color;
        animation-fill-mode: forwards;
    }

    .login-page form .input-field.center{
        text-align: center;
    }

    .login-page a {
        color: #00C853 !important;
        font-size: 12px;
    }

        .login-page a.terms {
            color: #00C853 !important;
            font-size: 15px;
            cursor: pointer;
        }
    

    .login-page p {
        color: #389243;
        font-size: 15px;
        letter-spacing: 0px;
        text-align: center;
        margin: 0 24px 40px 24px !important;
    }

    .login-page p.big{        
        font-size: 24px;        
    }

    .login-page span {
        color: #389243;
        font-size: 15px;
        letter-spacing: 0px;
        text-align: right;
    }

.hidden {
    display: none;
}

.btn.green {
    background-color: #54a94e
}

.btn.full-width {
    width: 100%
}

.btn.seventy-width {
    width: 75%
}

.btn.btn-primary label {
    color: white !important;
}

/* label focus color */
.input-field input[type=text]:focus + label,
.input-field input[type=checkbox]:focus + label,
.input-field input[type=password]:focus + label {
    color: #00c853 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus,
.input-field input[type=checkbox]:focus,
.input-field input[type=password]:focus {
    border-bottom: 1px solid #00c853 !important;
    box-shadow: 0 1px 0 0 #00c853 !important;
}

blockquote.error {
    color: #b71c1c;
}

span.field-icon {
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    color:#a0a0a0 ;
}

::-ms-reveal {
    display: none;
}

#modalEdit.modal {
    width: 40%
}



