﻿

@import url(http://fonts.googleapis.com/css?family=Molle:400italic);

/* latin-ext */
@font-face {
    font-family: 'Molle';
    font-style: italic;
    font-weight: 400;
    src: url(/assets/fonts/molle/v4/xY1WJpgr41mrbiUV_l4P7PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Molle';
    font-style: italic;
    font-weight: 400;
    src: url(/assets/fonts/molle/v4/xY1WJpgr41mrbiUV_l4P7PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.body-login {
    color: white !important;
    font-weight: 300;
    background: url(/Assets/build/images/back-login2.jpg);
    /*background: url(/assets/images/back-login.png);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10% 0;
}

.formbase {
    margin-top: 1%;
    background-color: white;
}


/*------------------------------------------LOGIN PAGE END-----------------------------------------------*/
.usericon-home {
    font-size: 230px;
    color: #4eb1ac;
    -webkit-transition: all .4s ease-in-out;
}

    .usericon-home:hover {
        color: #367c79;
    }

.well-home {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

/*-----------------------------------------------*/


* {
    box-sizing: border-box;
}

.valid {
    top: -10px;
    left: 0px;
    color: #209494;
    font-weight: bold;
}

.form {
    width: auto;
    /*margin: 15em auto;*/
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 10%;
    padding: 3em 2em 2em 2em;
    background: #2b3b52;
    border: 3px solid #209494;
    box-shadow: 5px 5px 5px rgba(43, 59, 82, 0.31);
    /*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: 45px;
}

.input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background-color: transparent;
    color: #E0E0E0;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #209494;
}

    .input:focus {
        outline: none;
    }


/* Label */

label {
    color: #E0E0E0;
    font-size: 18px;
    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: #209494;
}


/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #209494;
        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: #209494;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/* Button */

.button-login {
    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 #1c7d7d;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .button-login:focus {
        outline: 0;
    }



/* Button modifiers */

.buttonBlue {
    background: #209494;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

    .buttonBlue:hover {
        background: #118285;
    }



/* 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: #4a89dc;
        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;
        }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon span {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
        color: white;
    }


#logo {
    font-family: 'Open Sans', sans-serif;
    color: #2b3b52;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 86px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
    text-shadow: #EDEDED 3px 2px 0;
    position: relative;
}

    #logo:after {
        content: "login";
        position: absolute;
        left: 8px;
        top: 28px;
    }

    #logo:after {
        background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
        background-size: 4px 4px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: -5;
        display: block;
        text-shadow: none;
    }


#logo1 {
    font-family: 'Open Sans', sans-serif;
    color: #2b3b52;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 86px;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 1;
    text-shadow: #EDEDED 3px 2px 0;
    position: relative;
}

    #logo1:after {
        content: "erp";
        position: absolute;
        left: 8px;
        top: 28px;
    }

    #logo1:after {
        background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
        background-size: 4px 4px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: -5;
        display: block;
        text-shadow: none;
    }


.user-icon {
    margin-left: 30%;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 5px solid #209494;
    color: #209494;
    font-size: 70px;
}

.text-info {
    margin-top: 40%;
}

    .text-info h1 {
        font-family: 'Molle';
        font-weight: 400;
        font-style: italic;
        color: #2b3b52;
        font-size: 8em;
        margin-top: 50px;
        text-align: center;
        text-shadow: 2px 2px 5px rgba(0,0,0,.65);
    }

::selection {
    background-color: none;
    color: transparent;
    text-shadow: 0 0 20px rgba(0,0,0,.15), 2px 2px 5px rgba(0,0,0,.45);
}

::-moz-selection {
    background-color: none;
    color: transparent;
    text-shadow: 0 0 20px rgba(0,0,0,.15), 2px 2px 5px rgba(0,0,0,.45);
}

.text-info h3 {
    color: #2b3b52;
    font-weight: 400;
    font-size: 2em;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0,0,0,.65);
}

::selection {
    background-color: none;
    color: transparent;
    text-shadow: 0 0 20px rgba(255,255,255,.15), 2px 2px 5px rgba(0,0,0,.45);
}

::-moz-selection {
    background-color: none;
    color: transparent;
    text-shadow: 0 0 20px rgba(255,255,255,.15), 2px 2px 5px rgba(0,0,0,.45);
}

.footer {
    margin-top: 30%;
    font-size: 13px;
}

.serveralert {
    padding: 20px;
    color: white;
    min-width: 250px;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 10px 12px;
    position: fixed;
    z-index: 1;
    left: 55%;
    top: 6%;
    font-size: 17px;
    -webkit-box-shadow: 0px 6px 28px 8px rgba(0,0,3,0.3);
    -moz-box-shadow: 0px 6px 28px 8px rgba(0,0,3,0.3);
    box-shadow: 0px 6px 28px 8px rgba(0,0,3,0.3);
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    /*padding: 20px;
    color: white;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 100px;
    font-size: 17px;
    -webkit-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 28px 0px rgba(0,0,0,0.1);*/
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

.serveralert .fa {
    font-size: 28px;
    padding: 3px 8px;
    border: 1px solid #e3ffff;
    color: #e3ffff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.serveralert.error {
    background-color: #f44336;
    border: 2px solid #9a140a;
}

    .serveralert.error .fa {
        background-color: #9a140a;
    }


.serveralert.success {
    background-color: #4CAF50;
    border: 2px solid #0f7e13;
}

    .serveralert.success .fa {
        background-color: #0f7e13;
    }

.serveralert.info {
    background-color: #2196F3;
    border: 2px solid #0e6cb7;
}

    .serveralert.info .fa {
        background-color: #0e6cb7;
    }


.serveralert.warning {
    background-color: #ff9800;
    border: 2px solid #bb7000;
}

    .serveralert.warning .fa {
        background-color: #bb7000;
    }

.alertclosebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 28px;
    cursor: pointer;
    transition: 0.3s;
}

    .alertclosebtn:hover {
        color: black;
    }
