/*______________ Titul Page ________________*/
body {
        background: url(../img/titul-bg700.png) repeat-x top, url(../img/titul-bg2.png) repeat;
}

.input_tit {
        background-color: #faf6eb;
        height: 45px;
        width: 300px;
        border-radius: 22px;
        box-shadow: inset 3px 3px 5px gray;
        margin: 20px 0px;
}

.input_tit input {
        border: none !important;
        height: 45px !important;
        margin-left: 20px !important;
        background: none !important;
        font-size: 22px !important;
        line-height: 45px !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        text-shadow: -1px -1px #fff;
        color: #477bbe;
        outline: none !important;
        padding: 0 !important;
        box-shadow: none !important;
}

.logo_tit {
        margin: 20px 0px;
}

.slogan_tit {
        min-height: 70px !important;
        position: absolute;
        bottom: 0px;
        border-radius: 0 0 22px 22px;
        font-size: 28px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #ffffff;
        text-shadow: 0px -1px 1px #070f4e;
        background: url(../img/titul-bg2.png) repeat;
        line-height: 70px;
        box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.5);
}

.menu_tit {
        margin-top: 60px;
        margin-bottom: 10px;
        height: 30px;
}

.menu_tit a {
        color: #D52326 !important;
        font-size: 24px;
        display: inline-block;
        text-decoration: none;
        border-bottom: 1px dashed #D52326;
        margin: 0 5px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        outline: none;
}

.menu_tit a:hover {
        border-bottom: none !important;
        text-decoration: none;
}

.copy_tit {
        padding-top: 20px;
        color: #fff;
        font-size: 18px;
        text-shadow: 0px -1px 0px #070f4e;
}

.bg_tit {
        background: url(../img/titul-bg2.png) repeat;
        height: 525px;
        border-radius: 22px;
        box-shadow: 0px 0px 15px #393939;
        position: relative;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
}

.login_bg {
        background: url(../img/loginform-bg.png) no-repeat;
        background-size: 100% auto;
        height: 455px;
        border-radius: 22px 22px 0 0;
}

.login_bg a {
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        color: #487CBE;
        border-bottom: 1px dashed #487CBE;
}

.login_bg a:hover {
        border: none;
        text-decoration: none;
}

.rem_pass {
        width: 300px;
        margin: -10px 0 15px 0px;
}

.frm_log {
        /*margin-left: 40px!important;*/
}

.btn_tit {
        background: url(../img/titul-bg_dr.png) repeat !important;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5), inset 0px -10px 20px #8f0a0f, inset 0px 15px 20px rgba(255, 255, 255, 0.3) !important;
        font-size: 22px !important;

        border: 1px solid #dc2d33;
        border-color: #dc2d33 #8f0a0f #8f0a0f #dc2d33 !important;
        border-radius: 8px !important;
        text-shadow: 0px -1px 0px #8f0a0f !important;
        height: 45px !important;
        color: white !important;

}

.btn_tit:hover {
        border: 1px solid !important;
        border-color: #dc2d33 #8f0a0f #8f0a0f #dc2d33 !important;
        box-shadow: inset 0px -10px 20px rgba(255, 255, 255, 0.3), inset 0px 15px 20px #8f0a0f !important;
        text-shadow: 0px 1px 0px #8f0a0f !important;
}

.err_msg {
        margin-top: 10px !important;
/ / display : none;
}

.span35 {
        width: 253px;
}

input[type="text"]:focus::-webkit-input-placeholder {
        color: transparent;
        text-shadow: none
}

input[type="password"]:focus::-webkit-input-placeholder {
        color: transparent;
        text-shadow: none
}

input[type="text"]:focus::-moz-placeholder {
        color: transparent;
        text-shadow: none
}

input[type="password"]:focus::-moz-placeholder {
        color: transparent;
        text-shadow: none
}