/*
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 : 14 nov. 2014, 09:40:30
    Author     : stagiaire
*/
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.container {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle, #25445e, #002f4a);
}
.btn {
    text-transform: uppercase;
    border: 0px;
    border-radius: 2px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.logologin {
    box-sizing: content-box;
    background:url(../images/logo-bridge.png) no-repeat 50% bottom transparent;
    background-size: 150px;
    text-align: center;
    color: #206660;
    padding: 230px 0px 5px;
    z-index: 20;
    margin-bottom: 15px;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin:10px 0 10px;
    color: white;
}

#formLogin {
    background-color: #fff;
    width: 380px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    padding: 30px 20px 10px;
    margin: 0 auto;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

#formLogin .input-group-addon {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #849192;
    font-size: 14px;
    padding: 5px 15px;
}

#formLogin fieldset {
    margin-bottom: 15px;
}

.input-group .form-control {
    color: #425457;
    font-size: 16px;
    font-weight: 300;
}
.form-group button {
    text-transform: uppercase;
}

.forgot {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    display: block;
}
