﻿body {
    background: rgb(178,219,237);
    background: linear-gradient(180deg, rgba(178,219,237,1) 0%, rgba(78,155,201,1) 50%, rgba(178,219,237,1) 100%);
    color: #666666;
    font: normal .8em/1.5em Arial, Helvetica, sans-serif;
    overflow: hidden;
    background-attachment: fixed
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

/*
#loginContent
{
    width:100%;

    background-image: url("/Images/Applications/Wasp/login/spots.png");
    background-repeat: repeat-x;
    height: 400px;
}*/

#loginBox {
    
    height: 300px;
    width: 695px;
    top: 10px;
    margin: auto;
    vertical-align: middle;
    position: relative;
    top: calc(50% - 150px);
}

.loginUpDownDiv
{
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    height: 40px;
    background: #8b8b8b; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #a9a9a9, #7a7a7a); /* for firefox 3.6+ */
    margin-bottom: 0px;
    border: solid 1px #6d6d6d;
}

.infoLoginBox
{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.6);
    clear: both;
    height: 287px;
    margin: 0 auto;
}

.editor-field
{
    height: auto;
}

    .editor-field input
    {
        width: 80%;    
    }

.editor-label label
{
    color: gray !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

.editor-field input
{
    border-radius: 20px;
}

.editor-label-remember input
{
    float: left !important;
}

.editor-label-remember label
{
    color: gray !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
    margin-left: 5px;
    float: left !important;
}

.field-validation-error
{
    color: red;
}

.fieldLogin
{
    border: solid 1px #6d6d6d;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    margin-right: 10px;
}

.wasp-login-image
{
    /*background-image:url('/Images/openWasp.png') !important;
    background-repeat: no-repeat;
    width:270px;
    height: 165px;
    background-size: 87% auto;
    position: relative;
    top: 20px;
    left: 20px; */
    background-image: url("/Images/Applications/Wasp/login/logoWasp.png") !important;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*height: 224px;*/
    left: 0;
    position: relative;
    top: 0;
    /*width: 285px;*/
    opacity: 1 !important;
    height: 288px;
    width: 358px;
}

.wasp-login-control-box
{
    background-color: rgba(185,218,243,0.8);
    border-radius: 10px 10px 10px 10px;
    bottom: 275px;
	height: 262px;
    left: 361px;
    position: relative;
    width: 320px;
}

.wasp-login-galia-emblem {
    background-color: white;
    border-radius: 20px;
    height: 60px;
    margin: 0 auto;
    opacity: 0.8;
    position: relative;
    width: 150px;
}

.galia_login_text {
    color: #476690 !important;
    font-weight: bold;
    vertical-align: middle;
    font-size: 19px;
}

/*Class for the copyright text of the login*/
.wasp-login-aqualogy-copyright
{
    position: relative;
    top: 66px;
}

.validation-summary-errors
{
    background-color: #F6CECE;
    border: 1px solid red;
    border-radius: 5px 5px 5px 5px;
}

    .validation-summary-errors span
    {
        color: red;
        font-weight: bold;
        margin-left: 15px;
    }

    .validation-summary-errors li
    {
        color: red;
    }



.wasp-login-detail-label
{
    margin-right: auto;
    margin-left: auto;
    position: relative;
    color: gray;
    text-align: center;
    padding-top: 5px;
    margin-bottom: -10px;
}

.wasp-hr-login-style
{
    border-color: gray;
    margin-bottom: -10px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
    width: 50%;
}


/***********ANIMATIONS BACKGROUND LOGIN***********************************/



@-webkit-keyframes cfFadeInOut
{
    0%
    {
        opacity: 1;
    }

    25%
    {
        opacity: 1;
    }

    75%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 0;
    }
}

@-moz-keyframes cfFadeInOut
{
    0%
    {
        opacity: 1;
    }

    25%
    {
        opacity: 1;
    }

    75%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 0;
    }
}

@-ms-keyframes cfFadeInOut
{
    0%
    {
        opacity: 1;
    }

    25%
    {
        opacity: 1;
    }

    75%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 0;
    }
}


@-webkit-keyframes cfFadeOutIn
{
    0%
    {
        opacity: 0;
    }

    25%
    {
        opacity: 0;
    }

    75%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@-moz-keyframes cfFadeOutIn
{
    0%
    {
        opacity: 0;
    }

    25%
    {
        opacity: 0;
    }

    75%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

@-ms-keyframes cfFadeOutIn
{
    0%
    {
        opacity: 0;
    }

    25%
    {
        opacity: 0;
    }

    75%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 1;
    }
}

#spots1
{
    background-image: url("/Images/Applications/Wasp/login/spots1.png");
    background-repeat: repeat-x;
}

#spots2
{
    background-image: url("/Images/Applications/Wasp/login/spots2.png");
    background-repeat: repeat-x;
}

#loginContent
{
    width: 100%;
    /*background-image: url("/Images/Applications/Wasp/login/spots.png");
    background-repeat: repeat-x;*/
    height: 100vh;
}

#cf {
    
    width: 100%;
    height: 400px;
    position: absolute;
    top: calc(50% - 200px);
}

    #cf img
    {
        position: absolute;
        left: 0;
    }


    #cf div.top
    {
        background-image: url('/Images/Applications/Wasp/login/spots1.png');
        background-repeat: repeat-x;
        -webkit-animation-name: cfFadeInOut;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 7s;
        -webkit-animation-direction: alternate;
        -moz-animation-name: cfFadeInOut;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 7s;
        -moz-animation-direction: alternate;
        -ms-animation-name: cfFadeInOut;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -ms-animation-duration: 7s;
        -ms-animation-direction: alternate;
        height: 450px;
        position: absolute;
        width: 100%;
    }


    #cf div.bottom
    {
        background-image: url('/Images/Applications/Wasp/login/spots2.png');
        background-repeat: repeat-x;
        -webkit-animation-name: cfFadeOutIn;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 7s;
        -webkit-animation-direction: alternate;
        -moz-animation-name: cfFadeOutIn;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 7s;
        -moz-animation-direction: alternate;
        -ms-animation-name: cfFadeOutIn;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -ms-animation-duration: 7s;
        -ms-animation-direction: alternate;
        height: 450px;
        position: absolute;
        width: 100%;
    }
