/* 
    Document   : login
    Created on : 26 avr. 2013, 11:39:47
    Author     : Sébastien
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
#submitSignup, #submitLogin {
    margin-top: 10px;
    background-color: #222;
    color: white;
    border: 1px solid rgb(237,122,66);
    text-transform: uppercase;
    font-size: 12px;
}
#loginMail, #loginMdp, #firstname, #name, #phone, #mail, #password {
    background-color: rgb(79,79,79) !important;
    border: 0px;
    color: white;
}

#phoneContainer {
    margin-top: 8px;
}

.loginContainer {
    color: white;
    padding: 10px;
}
.loginFieldsContainer {
    padding: 10px 50px;
    background-color: rgb(46,46,46);
}
label.checkbox,.forgotenPasswordContainer label{
    text-transform: inherit;
}
legend {
    color: white;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 3px;

}
#container{
    background-color: rgb(26,26,26);
    min-height: 650px;
}
.help-block {
    color: white;
    font-style: italic;
    font-size: 11px;
}
label {
    cursor: auto;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
input[type="text"], input[type="password"]{
    display: block;
}
.help-block {
    float: left;
    min-width: 210px;
    max-width: 320px;
    padding-top: 11px;
}

#firstnameContainer ,#mailContainer ,#phoneContainer {
    float: left;
    margin-right: 15px;
}
#nameContainer, #passwordContainer  {
    float: left;
}
#alreadySubscribedAlert,#loginErrorAlert{
    display: none;
}
#forgotenPasswordSuccess,#forgotenPasswordError{
    display: none;
}