@import url("http://fonts.googleapis.com/css?family=Nunito");
html {
    min-height: 100%;
}
body {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100%;
}
html,
body {
    height: 100%;
    position: relative;
}
.login-page2 {
    background: url(../images/bg.jpg);
    height: 100%;
    width: 100%;
    position: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.partie2-droite {
    position: fixed;
    width: 400px;
    right: 0;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
}
.text-titre {
    padding-top: 80px;
    color: #fff;
    margin-bottom: 20px;
}
.text-titre h4 {
    font-size: 26px;
    margin-top: 20px;
    color: #1485df;
    margin-bottom: 80px;
    margin-top: 20px;
}
.text-titre p {
    color: #1485df;
    font-size: 16px;
}
.input-form {
    position: relative;
    margin-top: 20px;
    /* color: #fff; */
}
.input-form label {
    color: #449cd6;
    position: absolute;
}
.input-form i {
    color: #2573b1;
    font-size: 24px;
    text-align: center;
    padding-right: 20px;
    margin-left: -5px;
    top: 15px;
}
.postion-i {
    position: absolute;
    width: 20px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
.input-form input[type=text],
.input-form input[type=password] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #449cd6;
    outline: none;
    vertical-align: middle;
    width: 70%;
    height: 34px;
    padding: 6px 0px!important;
    /* padding-right: 15px; */
    font-size: 16px;
    margin: 0 0 15px 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: #449cd6;
}
.input-form input[type=text]:focus,
.input-form input[type=password]:focus {
    border-bottom: 2px solid #2196f3;
}
form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder {
    color: #449cd6;
    opacity: 1;
}
form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder {
    color: #449cd6;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder {
    color: #449cd6;
}
.partie2-droite .checkbox {
    text-align: left;
    color: #fff;
    margin: 0 0 15px 50px;
}
.btn-login {
    color: #fff;
    background-color: #2196f3;
    border-color: #2c9df7;
    border-radius: 0;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active {
    color: #fff;
    background-color: #0a8df6;
    border-color: #0686eb;
}
.btn-login {
    width: 50%;
}

/*reponsive deisgn*/

@media (max-width: 767px) {
    .text-titre h4 {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 32px;
    }
    .partie2-droite {
        width: 100%;
        padding: 0px 5px;
    }
    .text-titre {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .partie2-droite .checkbox {
        margin: 0 0 15px 30px;
    }
}
