﻿.page_background {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.page_background .item {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_login {
    width: 370px;
    height: 390px;
    display: block;
    background: #FFF;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -185px 0 0 -167px;
    behavior: url(/PIE.htc);
}

.page_login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/logo-act.png) no-repeat center;
    width: 225px;
    height: 42px;
    margin-top: -55px;
    margin-left: 10px;
}

.page_login h1 {
    background: #009fab;
    width: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    font-family: 'Centrale Sans';
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
}

.page_login h1 strong {
    font-weight: 700;
}

.page_login .form {
    width: 320px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.page_login .form label {
    display: block;
    font-family: 'Centrale Sans';
    font-size: 16px;
    font-weight: 300;
    color: #767676;
}

.page_login .form fieldset {
    display: block;
    padding: 10px 10px 0 0;
    width: 100%;
}

.page_login .form input[type="text"],
.page_login .form input[type="password"] {
    background: #FFF;
    width: 100%;
    height: 35px;
    font: 13px SegoeUILight;
    color: #717171;
    margin: 0;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    display: block;
    float: left;
    outline: none;
    behavior: url(/PIE.htc);
}

.page_login .form input[type="submit"] {
    width: 95px;
    height: 35px;
    margin-top: 25px;
    display: block;
    border: none;
    cursor: pointer;
    background: #009fab;
    color: #FFF;
    transition: all .3s;
    font-family: 'Centrale Sans';
    font-size: 16px;
    font-weight: 700;
}

.page_login .form input[type="submit"]:hover {
    background: #f70b79;
}


.page_login p {
    font: 12px SegoeUILight;
    color: red;
    padding-top: 15px;
    text-align: center;
}

.alert_message {
    display: none;
}

label.error {
    display: none !important;
}

input.error {
    border: 1px solid red !important;
}
