﻿@import url('vars.css');
body {
    /*background: transparent url('../images/bg.jpg');*/
    background-color: var(--bg-color);
    font-family: futura-pt-book, Arial, Helvetica, sans-serif;
}

#wrap {
    text-align: center;
}

a {
    color: #fff;
}

footer {
    color: var(--login-footer-color);
    position:absolute;
    left: 0;
    bottom: 45px;
    text-align: center;
    width: 100%;
    font-size:12pt;
}

a.Blue
{
    color: #0000ff;
}

p {
    margin-top: 0;
}

.notif {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: var(--theme-light-color);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 60%) repeat scroll 0 0%, -moz-repeating-linear-gradient(-45deg, #F0B500, #F0B500 7px, #FFD000 7px, #FFD000 14px) repeat scroll 0 0 transparent;
    border: 1px solid grey;
    /*color: #333333;*/
    color: #fff;
    display: block;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
    /*text-shadow: 0 1px 0 #FFE56B;*/
}

#forgot {
    line-height: 43px;
}

#login-box {
    text-align: left;
    margin: 0 auto;
    width: 245px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px 12px 12px 12px;
    background-color: #fff;
    padding: 30px;
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

h1 {
    font-size: 20pt;
    color: #fff;
    font-family: futura-pt-demi;
    width: 320px;
    text-align: center;
    margin: 80px auto 20px;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);*/
}

label.txt {
    display: block;
    margin-bottom: 15px;
    color: #666;
}

.txt input {
    width: 230px;
    padding: 4px;
    font-size: 16px;
    color: #000;
}

input.submit {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*    border-radius: 4px;
    border: 1px solid #05486a;
*/
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    font-family: futura-pt-book;
    border: 3px solid var(--theme-light-color) !important;
    background-color: var(--theme-light-color);
    /*    background-color: #2870ba;
    background: -moz-linear-gradient(19% 75% 90deg, #2870ba, #207be7) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#2870BA), to(#2385FA));
 outline: none !important;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;*/
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 10px;
    padding: 6px 0;
    text-align: center;
    /*text-shadow: 1px 1px #000000;*/
    width: 245px;
    cursor: pointer;
}

    input.submit:hover {
        color: black;
        background-color: white;
        /*    background: -moz-linear-gradient(30% 70% 90deg, #2870ba, #2385fa) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#2870BA), to(#2195ff));
*/
    }

input.submit:active {
/*    background: -moz-linear-gradient(30% 70% 90deg, #2385fa, #2870ba) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#2385FA), to(#2870BA));
*/}

span.error {
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-radius-bottomleft: 7px;
    -webkit-border-radius-bottomright: 7px;
    background: none repeat scroll 0 0 #CC0033;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    width: 234px;
}

input.valid {
    color: #009900;
}

.hide {
    display: none;
}