
/* backoffice */

body.loginPage {
    margin: 0;
    padding: 0;
    color: #34302D;
    font-family: "Arial","Calibri","Verdana",serif;
    font-size: 12px;
    background-color: #6382b0;
}

div#wrapper {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

div#headerLogin {
    height: 108px;
    width: 770px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 5px;
}


div.logoLogin {
    float: left;
    padding-left: 10px;
    margin-top: 15px;
}

h1 {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: -5px;
    color: #9ea1a5;
}

span.formTitle {
    font-weight: bold;
    font-size: 33px;
    text-transform: uppercase;
    font-family: "Calibri","Verdana",serif;
}

div#mainLogin {
    width: 750px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    min-height: 350px;
}

div.titleFormBackoffice {
    padding-top: 55px;
    padding-right: 10px;
    text-align: right;
    color: #9ea1a5;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Calibri","Verdana",serif;
}

input[type=text]#userName {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #9ea1a5;
    border-radius: 5px;
    padding: 4px 6px;
    width: 340px;
    color: #9ea1a5;
}

input[type=text]#password-1 {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #9ea1a5;
    border-radius: 5px;
    padding: 4px 6px;
    width: 300px;
    color: #9ea1a5;
}

input[type=password].login {
    font-family: "Calibri","Verdana",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #9ea1a5;
    min-width: 300px;
    background: transparent;
    background-size:auto !important;
    color: #9ea1a5;
    border-radius: 5px;
    padding: 4px 6px;
}

div.loginField {
    padding-top: 12px;
}

.hideShow-toggle {
    background-color: transparent;
    background-image: url('../img/wink.png'); /* fallback */
    background-image: url('../img/wink.svg'), none;
    background-position: 0 center;
    height: 44px;
    width: 46px;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.hideShow-toggle-hide {
    background-position: -44px center;
}

div.submitLogin {
    clear: both;
    padding-bottom: 30px;
}

input.login[type=submit] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #0088cc;
    width: 250px;
    height:34px;
}

input.login[type=submit]:hover {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: inherit;
    background-color: #0088cc;
    padding: 4px 6px;
    font-weight: bold;
    color: #fff;
}


/** Show/hide password **/
::-ms-reveal,
::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../img/wink.png'); /* fallback */
    background-image: url('../img/wink.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    /*border: 2px solid transparent;
    border-radius: 0.25em;*/
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-right: 2px;
}

.hideShowPassword-toggle-hide {
    background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: #0088cc;
    outline: transparent;
}

.hideShow-toggle {
    background-color: transparent;
    background-image: url('../img/wink.png'); /* fallback */
    background-image: url('../img/wink.svg'), none;
    background-position: 0 center;
    height: 44px;
    width: 46px;
    border: none;
    outline:none;
    cursor: pointer;
    font-size: 100%;
    height: 44px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: 'hidden';
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}


div.login-container{
    margin-left: 50px;
}

.hideShow-toggle-hide {
    background-position: -44px center;
}

div.submitLogin {
    clear: both;
    padding-bottom: 30px;
}

input.login[type=submit] {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #0088cc;
    width: 250px;
    height:34px;
}

input.login[type=submit]:hover {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: inherit;
    background-color: #0088cc;
    padding: 4px 6px;
    font-weight: bold;
    color: #fff;
}


a.footer {
    color: #fff;
    text-decoration: none;
}

div.footer {
    clear: both;
    font-size: 10px;
    margin-top: 5px;
    padding-right: 5px;
    color: #fff;
}

div.footerAddress{
    text-align: left;
    float: left;
    font-size: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
}

div.copyright{
    float:right;
    text-align: right;
}

div.fieldErrorNewLine {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
    color: #ff0000;
}

.btn {
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    box-shadow: 0 0 3px #DDDDDD, 0 10px 20px #FCFCFC inset;
    padding: 4px 6px;
    font-weight: bold;
    color: #008000;
    font-size: 12px;
    height: 40px;
}

.error {
    color: #ff0000;
}

.errorblock{
    color: #000;
    background-color: #ffEEEE;
    border: 3px solid #ff0000;
    padding:8px;
    margin:16px;
}

.errorblockPassword {
    font-family: "Calibri", "Verdana", serif;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #ff0000 !important;
    border-radius: 5px;
    padding: 4px 6px;
    width: 300px;
    color: #9ea1a5;
}