/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 11, 2015, 1:29:10 AM
    Author     : Sonnet
*/

body {
    padding: 0px;
    margin: 0px;
}
#wrapper_login {
    width: 300px;
    height: auto;
    margin: 100px auto 0px auto;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #005e64;
    box-shadow: 1px 1px 10px #a2a2a2;
    background-color: #C9DDEF;
}
#header_login {
    width: auto;
    height: auto;
}
#content_login {

}
.form_login {
    width: 300px;
    height: auto;
    text-align: center;
}
.login_text {
    width: 80%;
    height: auto;
    margin:0 auto 12px auto;
    border-radius: 5px;
    padding: 3px 7px;
}
.login_text:first-child {
    margin-top: 15px;
}
.login_button {
    padding: 5px 10px;
    letter-spacing: 5px;
    font-size: 15px;
    float: right;
    margin-right: 25px;
    clear: right;
    margin-bottom: 15px;
    border-radius: 7px;
    color: white;
    border: transparent;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+76,207cca+91,7db9e8+100 */
    background: rgb(59,103,158); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 76%, rgba(32,124,202,1) 91%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(76%,rgba(43,136,217,1)), color-stop(91%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 76%,rgba(32,124,202,1) 91%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 76%,rgba(32,124,202,1) 91%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 76%,rgba(32,124,202,1) 91%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 76%,rgba(32,124,202,1) 91%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
.login_button:hover {
    color: #000000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,207cca+9,2b88d9+24,3b679e+100 */
    background: rgb(125,185,232); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(125,185,232,1) 0%, rgba(32,124,202,1) 9%, rgba(43,136,217,1) 24%, rgba(59,103,158,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,185,232,1)), color-stop(9%,rgba(32,124,202,1)), color-stop(24%,rgba(43,136,217,1)), color-stop(100%,rgba(59,103,158,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 9%,rgba(43,136,217,1) 24%,rgba(59,103,158,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 9%,rgba(43,136,217,1) 24%,rgba(59,103,158,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 9%,rgba(43,136,217,1) 24%,rgba(59,103,158,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(32,124,202,1) 9%,rgba(43,136,217,1) 24%,rgba(59,103,158,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */

}
#footer_login {
    width: 300px;
    height: 20px;
    padding: 10px 0px;
    clear: both;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    background-color: #E0E0E0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #a2a2a2;
}
#footer_login p {
    margin: 0px;
    padding: 0px;
}

#footer_login .version {
    font-size: 12px;
    font-weight: bold;
    color: #1061b7;
}