body,
html {
    border: 0;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

article,
aside,
audio,
canvas,
caption,
details,
div,
figure,
footer,
header,
hgroup,
iframe,
img,
mark,
menu,
nav,
object,
section,
span,
summary,
table,
tbody,
td,
tfoot,
thead,
tr,
video {
    border: 0;
    margin: 0;
    padding: 0
}

a,
abbr,
address,
b,
blockquote,
cit,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
ins,
label,
legend,
li,
ol,
p,
pre,
q,
samp,
small,
strong,
sub,
sup,
ul {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
    display: block
}

table {
    border-collapse: separate;
    border-spacing: 0
}

table caption,
table td,
table th {
    text-align: left;
    vertical-align: middle
}

a img {
    border: 0
}

:focus {
    outline: 0
}

html {
    width: 100%;
    height: auto;
    min-height: 100%
}

.home-page {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

body {
    background: #1E95B3 url(images/bg.jpg) center center no-repeat;
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: inset 0 0 250px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 250px rgba(0, 0, 0, .3)
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    12.5%,
    37.5%,
    62.5%,
    87.5% {
        -webkit-transform: translateX(-10px)
    }
    25%,
    50%,
    75% {
        -webkit-transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    12.5%,
    37.5%,
    62.5%,
    87.5% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    25%,
    50%,
    75% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.wrap {
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.wrap.animate {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 2.5s ease;
    transition: opacity 2.5s ease
}

@media screen and (max-width: 767px) {
    .wrap {
        background-image: none
    }
}

.error {
    display: none;
    color: #BE5353;
    font-size: 13px
}

.container {
    width: 600px;
    top: 1%;
    position: relative;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    opacity: 0;
    margin-bottom: 60px;
    margin-top: 40px;
    filter: alpha(opacity=0);
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.container.animate {
    top: 6%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 1.5s cubic-bezier(.215, .61, .265, .995);
    transition: all 1.5s cubic-bezier(.215, .61, .265, .995)
}

@media screen and (max-width: 767px) {
    .container {
        margin: 20px auto;
        position: static;
        width: 320px;
        padding-bottom: 20px
    }
}

.logo {
    margin-left: 20px;
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .logo {
        width: 200px;
        height: auto
    }
}

.intro {
    font-size: 22px;
    line-height: 24px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .intro {
        font-size: 15px;
        width: 100%;
        line-height: 22px;
        margin-bottom: 17px
    }
}

.modal {
    border-radius: 3px;
    background-color: #f2f8f9;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, .27);
    box-shadow: 0 1px 24px rgba(0, 0, 0, .27);
    padding: 40px 60px 20px;
    width: auto;
    margin: 0 auto 15px;
    text-align: left
}

.modal.signin {
    padding: 30px 18px 20px;
    width: 270px
}

.modal.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .8s;
    -ms-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.modal .alert-danger {
    display: block;
    color: #DB1515
}

.modal .alert-danger ul {
    list-style: none
}

.modal .informations {
    color: #074D79;
    border: 1px solid #BBD0E5;
    font-size: 14px;
    background: rgba(255, 255, 255, .7);
    border-radius: 3px;
    padding: 25px 20px;
    margin: 30px -20px 25px;
}

.modal .informations a {
    color: #008EC1;
    text-decoration: none
}

.modal .informations a:hover {
    text-decoration: underline
}

.modal .informations p {
    margin-bottom: 1em
}

.modal .informations:last-child {
    margin-bottom: 0
}
.modal .informations > :last-child {
    margin-bottom: 0
}

.modal .header {
    height: 30px;
    background: #2181AA;
    padding: 12px 15px 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px 3px 0 0;
    margin: -40px -60px 20px
}

@media screen and (max-width: 767px) {
    .modal {
        padding: 30px 30px 20px
    }
    .modal .informations {
        padding: 13px;
        margin: 24px 0 20px
    }
    .modal .header {
        margin: -40px -30px 20px;
        height: auto;
        font-size: 16px
    }
}

label {
    display: block;
    color: #074d79;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px
}

@media screen and (max-width: 767px) {
    label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 2px
    }
}

.input-text {
    -webkit-appearance: none;
    border: 3px solid #bcd7e4;
    border-radius: 9px;
    background-color: #fcfefe;
    padding: 14px 12px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #59646c;
    margin-left: -1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-text.error {
    border-color: #BE5353
}

.input-text.error::-webkit-input-placeholder {
    color: #BE5353
}

.input-text.error::-moz-placeholder {
    color: #BE5353
}

.input-text.error:-ms-input-placeholder {
    color: #BE5353
}

.input-text:focus {
    outline: 0;
    border-color: #7cc9ed
}

.input-text:focus::-webkit-input-placeholder {
    color: #9db2bf;
    font-weight: 300
}

.input-text:focus::-moz-placeholder {
    color: #9db2bf;
    font-weight: 300
}

.input-text:focus:-ms-input-placeholder {
    color: #9db2bf;
    font-weight: 300
}

.input-text:focus:-moz-placeholder {
    color: #9db2bf;
    font-weight: 300
}

.form-group {
    margin-bottom: 20px
}

::-webkit-input-placeholder {
    color: #9db2bf;
    font-weight: 300
}

::-moz-placeholder {
    color: #9db2bf;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #9db2bf;
    font-weight: 300
}

input:-moz-placeholder {
    color: #9db2bf;
    font-weight: 300
}

.btn {
    background: #1e5e85;
    color: #FFF;
    float: right;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active,
.btn[disabled]:focus {
	opacity: .6;
    background: #1e5e85;
    color: #FFF;
}

.btn:hover {
    background: #2573a2
}

.btn:active {
    background: #1c587d;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4)
}

.file-input-wrapper.btn,
.file-input-wrapper.btn:focus,
.file-input-wrapper.btn:hover .file-input-wrapper.btn:active {
    border: 3px solid #BCD7E4;
    border-radius: 9px;
    background: #FCFEFE;
    padding: 14px 12px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #59646C;
    margin-left: -1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px
}

.file-input-wrapper.btn:focus>span,
.file-input-wrapper.btn:hover .file-input-wrapper.btn:active>span,
.file-input-wrapper.btn>span {
    background: #1e5e85;
    color: #FFF;
    float: right;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 4px 0 0 4px
}

.file-input-wrapper.btn:focus>span:hover,
.file-input-wrapper.btn:hover .file-input-wrapper.btn:active>span:hover,
.file-input-wrapper.btn>span:hover {
    background: #2573a2
}

.file-input-wrapper.btn:focus>span:active,
.file-input-wrapper.btn:hover .file-input-wrapper.btn:active>span:active,
.file-input-wrapper.btn>span:active {
    background: #1c587d;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4)
}

.input-file {
    position: relative
}

.file-input-name {
    color: #59646C;
    position: absolute;
    left: 105px;
    z-index: 2;
    font-size: 15px;
    top: 14px
}

.file-input-name.placeholder {
    color: #969BA8
}

.forget_password a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid transparent
}

.forget_password a:hover {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

#reset_captcha {
    color: #074D79;
    display: inline-block;
    padding-left: 7px;
    font-size: 13px;
    cursor: pointer
}

.background-auto .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}