@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/museosans.otf") format("opentype");
}

html {
    height:100%;
    min-height: 100%;
    background: #EE7F00 url('../img/background.svg');
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    min-height:700px;
}
#loginGroup {
    text-align:center;
}
.loginbloc {
    background:#FFF;
    padding:85px 100px 124px;
    border-radius:12px;
    display:inline-block;
    text-align:left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 578px / 2);
}
label.label_input_text {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #3E3D40;
    display:block;
    padding-bottom:10px;
}
input.input_text {
    padding: 0px 8px;
    width: 360px;
    height: 48px;
    border: 1px solid #C3C2C5;
    border-radius: 4px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #878588;
}
button.btn_submit {
    padding: 0px 12px;
    width: 100%;
    height: 48px;
    background: #EE7F00;
    border-radius: 4px;
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3E3D40;
    border:none;
    display:block;
    cursor:pointer;
}
button.btn_submit img {
    vertical-align: sub;
    margin-left: 5px;
}
.bloc_input {
    margin-top:60px;
}
.msg--error {
    margin: 0 auto;
    margin-top: 5px;
    padding: 10px;
    width: 250px;
    min-height: 25px;
    text-align: center;
    color: #F00;
    display: block;
    position: absolute;
    width: calc(100% - 220px);
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}