@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900);
* {

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    box-sizing: border-box;
}

body {
}

.subtitle{
    font-size:13px;
    font-family: 'Lato', Arial, Helvetica Neue, Helvetica, sans-serif !important;
    text-align: center;
    color:#999;
    margin-top:10px;
    margin-bottom:200px;
}
.subtitle-footer{
    font-size:12px;
    font-family: 'Lato', Arial, Helvetica Neue, Helvetica, sans-serif !important;
    text-align: center;
    color:#999;
    margin-top:30px;
    margin-bottom:0px;
}

.banner{
    width: 343px;
    margin: 100px auto 0 auto ;
}
.banner img{

}

/*-----------------logo----------------*/
.thumbnail {
    width: 230px;
    height: 52px;
    margin: 10px auto 40px;
}
.icon {
    width: 230px;
    height: 52px;
    margin: 10px auto 40px;
    text-align: center;

}

h1 {
    color: #999;
    font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif !important;
    text-align: center;
    font-size: 18px;
    margin-top:20px;
    font-weight:bold;

}

.login-form {
    width: 320px;
    padding: 30px 30px 10px 30px;
    background: #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-group {
    position: relative;
    margin-bottom: 15px;
}
.form-group-pwd {
    position: relative;
    margin-bottom: 15px;
    margin-top: 130px;
}

.form-group-check  {
    position: relative;
    margin-bottom: 15px;
    margin-top: 340px;
}


.form-control {
    width: 100%;
    color: #999999;
    font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif !important;
    font-size: 14px;
    height: 50px;
    padding: 5px 7px 5px 15px;
    background: #fff;
    border: 2px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-control:focus, .form-control:focus + .fa {
    border-color: #a2be67;
}
.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;
}
.form-group-pwd .fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #999;
}

.log-status.wrong-entry {
    -moz-animation: wrong-log 0.3s;
    -webkit-animation: wrong-log 0.3s;
    animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
    border-color: #aa4643;
}

.log-btn {
    background: #a2be67;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.log-btn:hover {
    background-color: #8ca847;
    cursor:pointer;
}

.link-green{
    text-decoration: none;
    color: #a2be67;
    font-weight:bold;
    cursor:pointer;}

.link {
    text-decoration: none;
    color: #8F8F8A;
    float: right;
    font-size: 12px;
    margin-top: 8px;
    cursor:pointer;
}

.link:hover {
    color: #636362;
}

.language {
    text-decoration: none;
    color: #8F8F8A;
    float: left;
    font-size: 12px;
    margin: 8px 0px 0px 4px;
    cursor:pointer;
}
.language img {
    width:16px;
}



.alert {
    display: none;
    font-style: italic;
    font-size: 12px;
    color: #aa4643;
    float: left;
}

.oa {   margin: 50px 0px 0px 0px; color:#999; font-size:11px; text-align: center; line-height: 2}

.copyright { color:#999; font-size:10px}

.error {
    font-style: italic;
    font-size: 12px;
    color: #aa4643;
    margin-bottom: 10px;
}


/*Lets start with the cloud formation rather*/

/*The container will also serve as the SKY*/

*{ margin: 0; padding: 0;}

#clouds{
    overflow-x: hidden;
    padding: 150px 0px 0px 0px;
    background: #c9dbe9;
    background: -webkit-linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
}

/*Time to finalise the cloud shape*/
.cloud {
    width: 200px; height: 60px;
    background: #fff;

    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;

    position: relative;
}

.cloud:before, .cloud:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100px; height: 80px;
    position: absolute; top: -15px; left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}

.cloud:after {
    width: 120px; height: 120px;
    top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
    -webkit-animation: moveclouds 15s linear infinite;
    -moz-animation: moveclouds 15s linear infinite;
    -o-animation: moveclouds 15s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    left: 200px;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.6; /*opacity proportional to the size*/

    /*Speed will also be proportional to the size and opacity*/
    /*More the speed. Less the time in 's' = seconds*/
    -webkit-animation: moveclouds 25s linear infinite;
    -moz-animation: moveclouds 25s linear infinite;
    -o-animation: moveclouds 25s linear infinite;
}

.x3 {
    left: -250px; top: -250px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}

.x4 {
    left: 470px; top: -250px;

    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.75; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 18s linear infinite;
    -moz-animation: moveclouds 18s linear infinite;
    -o-animation: moveclouds 18s linear infinite;
}

.x5 {
    left: 600px; top: -150px;

    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; /*opacity proportional to the size*/

    -webkit-animation: moveclouds 20s linear infinite;
    -moz-animation: moveclouds 20s linear infinite;
    -o-animation: moveclouds 20s linear infinite;
}


@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}



@-moz-keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }
    20% , 60% {
        left: 15px;
    }
    40% , 80% {
        left: -15px;
    }
}
@-webkit-keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }
    20% , 60% {
        left: 15px;
    }
    40% , 80% {
        left: -15px;
    }
}
@keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }
    20% , 60% {
        left: 15px;
    }
    40% , 80% {
        left: -15px;
    }
}

.password-rules {
    display:block;
    color:#999999;
    padding-bottom:15px;
    font-style: italic;
    font-size: 12px;
}