/* Cubic Bezier Transition */
/***
Login page
***/
/* bg color */
.bgTaxa{
	background-color:#f9b83b;
    background: linear-gradient(270deg, #d9950e, #fbba3d );
    background-size: 150% 150%;

    /*-webkit-animation: bgGradient 40s ease infinite;
     -moz-animation: bgGradient 40s ease infinite;
     animation: bgGradient 40s ease infinite;*/
}
.bgMultimed{
    background: linear-gradient(270deg, #73a612, #9bbf46 );
    background-size: 150% 150%;
    /*-webkit-animation: bgGradient 40s ease infinite;
     -moz-animation: bgGradient 40s ease infinite;
     animation: bgGradient 40s ease infinite;*/
}

.text-white{
    color: #ffffff;
}

.btn.green {
    color: #FFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}
.btn.green.active, .btn.green:hover {
    color: #FFF;
    background-color: #26a1ab;
    border-color: #2499a3;
}

.login {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .logo {
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    height: 160px;
}
#logoBloc {
    color:white;
    font-size:36px;
}
.login .content {
    background-color: #ffffff;
    width: 500px;
    margin: 40px auto 10px auto;
    padding: 10px 30px 30px 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.3);
}

.login .content h3 {
    color: #4db3a5;
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important; }

.login .content h4 {
    color: #555; }

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px 0; }

.login .content .login-form,
.login .content .forget-form {
    padding: 0;
    margin: 0; }

.login .content select.form-control {
    padding-left: 9px;
    padding-right: 9px; }

.login .content .forget-form {
    display: none; }

.login .content .register-form {
    display: none; }

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px; }
.login .content .form-actions {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 25px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px; }

.login-options {
    margin-bottom: 30px;
    overflow: hidden; }

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa !important; }

.login-options .social-icons {
    float: right;
    padding-top: 3px; }

.login-options .social-icons li a {
    border-radius: 15px 15px 15px 15px !important;
    -moz-border-radius: 15px 15px 15px 15px !important;
    -webkit-border-radius: 15px 15px 15px 15px !important; }

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0; }

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px; }

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.login .content .form-actions .btn {
    margin-top: 1px; }

.login .content .form-actions .btn {
    font-weight: 600;
    padding: 10px 20px !important; }

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none; }

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af; }

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px; }

.login .content .check {
    color: #8290a3; }

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px; }

.login .content .create-account {
    margin: 0 -40px -30px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    border-top: 1px solid #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;}
.login .content .create-account > p {
    margin: 0; }

.login .content .create-account p a {
    font-weight: 600;
    font-size: 14px;
    color: #333; }

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px; }

/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: white;
    font-size: 13px; }

@media (max-width: 440px) {
    /***
    Login page
    ***/
    .login .logo {
        margin-top: 120px; }
    .login .content {
        width: 300px;
    }
    .login .content h3 {
        font-size: 22px; }
    .forget-password {
        display: inline-block;
        margin-top: 20px; }
    .login-options .social-icons {
        float: left;
        padding-top: 3px; }
    .login .checkbox {
        font-size: 13px; } }
