@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700,500,300,100);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Raleway',sans-serif;
    position: relative;
    /*background: rgba(0, 0, 0, 0) url("../img/ptn.png") repeat scroll 0 0;*/
}

.in-page {
    min-height: 520px;
}

.main {
    position: relative;
}

a {
    color: #1b5a7c;
}

a:hover, a:focus {
    color: #1b5a7c;
}

.btn-cyan {
    background-color: #1b5a7c;
    color: #fff;
}

.btn-cyan:hover {
    color: #fff;
    opacity: 0.9;
}

.form-control:focus {
    border-color: #1b5a7c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(24, 204, 162, 0.6);
    outline: 0 none;
}

.min-height {
    min-height: 380px;
}

.login-screen {
    background-image: url(../img/waliscoFex14.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.login-screen:before {
    content: "";
    background-color: rgba(68, 68, 68, .88);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.login-center {
    text-align: left;
}

.login {
    width: 320px;
    color: #fff;
}

.login .login-form {
    text-align: left;
}

.login label {
    color: #fff;
}

.login-form .input-group .form-control {
    background: none;
    height: 44px;
    color: #ddd;
}

.login-form .input-group .input-group-addon {
    background: none;
}



.login-form .input-group .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.3;
}

.btn-login {
    background-color: rgba(24, 204, 162, 0.6);
    color: rgba(255, 255, 255, .84);
    width: 180px;
}

.login .sign-btn a {
    text-decoration: none;
}



.float-left{
    float:left;
}
.float-right{
    float:right;
}
.white {
    color:white;
}

.color-primary{
     color: rgba(24, 204, 162, 0.6);
}

.app-name {
    margin-top:10px;
    font-size: 3.7em;
    font-weight: 900;
}

.app-legend {
    font-size: 2.6em;
    font-weight: 700;
}
h3{
    font-size: 22px;
    margin-bottom: 25px;
}
#mdp_oublie, #mdp_oublie:hover, #mdp_oublie:active{
   cursor: hand; 
   cursor: pointer;
   color:white;
}


.alert-danger{
    background-color: #f44336;
    color: rgba(255, 255, 255, .84)
}

.alert-success{
    background-color: rgba(24, 204, 162, 0.6);
    color: rgba(255, 255, 255, .84)
}

.alert-warning{
    background-color: #ff9800;
    color: rgba(255, 255, 255, .84)
}


.modal-content {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
    border-radius: 2px;
    border: none
}

.modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px
}

.modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px
}

.modal-content .modal-footer {
    border-top: none;
    padding: 7px
}

.modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto
}

.modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px
}

.modal-content .modal-footer button+button {
    margin-bottom: 16px
}

.modal-content .modal-body+.modal-footer {
    padding-top: 0
}

.modal-backdrop {
    background: rgba(0, 0, 0, .3)
}

.modal {
    color: #424242;
    background-color: rgba(0, 0, 0, .3)
}

.modal .modal-content {
    border-radius: 2px
}

.modal .modal-content .modal-header {
    border-radius: 2px 2px 0 0;
    padding: 0
}

.modal .modal-content .modal-header .close {
    color: #616161;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    font-size: 14px;
    padding: 5px;
    padding: .5rem;
    margin: 14px 24px 0 0;
    margin: 1.4rem 2.4rem 0 0
}

.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.modal .modal-content .modal-header .modal-title {
    margin: 0;
    padding: 30px 24px 0;
    padding: 3rem 2.4rem 0
}

.modal .modal-content .modal-body {
    padding: 24px;
    padding: 2.4rem
}

.modal .modal-content .modal-body p:last-child {
    margin-bottom: 0
}

.modal .modal-content .modal-footer {
    padding: 10px 20px;
    padding: 1rem 2rem
}

.btn-modal {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;

}

.btn-modal::-moz-focus-inner {
    border: 0
}

.btn-modal{
    box-shadow: none
}


.btn-modal {
    color:rgba(24, 204, 162, 1);
}

.web {
    display:none;
}
.mobile {
    display:inline;
}

@media(min-width:768px) {
    .web {
        display:inline;
    }
    .mobile {
        display:none;
    }
    .app-name {
        margin-top:10px;
        font-size: 6em;
        font-weight: 900;
    }
        .app-legend {
        font-size: 3.5em;
        font-weight: 700;
    }
}



@media(max-width:390px) {
    .app-name {font-size: 3em;}
    .app-legend {font-size: 2em;}
    .form-group {width:270px;}
    .float-right{margin-right: 20%;}
}