﻿* {
    box-sizing: border-box;
}

p {
    color: #ff5443;
}

/*.wrapper {
    position: absolute !important;
    margin: auto !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}*/

.alert-error {
    border: 1px groove #fff;
    border-left: none;
    border-right: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    background: linear-gradient(to right, #35779c 25%, #295d7a 75%, #1f4c67 100%);
}

.inner {
    position: relative;
    text-align:center;
    margin: auto;
    width: 700px;
    height: 800px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    box-shadow: 0px 4px 10px 9px rgba(0, 0, 0, 0.2);
}

.login-title {
    font-weight: 300;
    color: #333;
    padding-left: 72px;
}

.login .wrapper h1 > a img {
  margin-right: 20px;
  margin-bottom: -16px;
  padding-top: 8px;
}

.login-img {
    text-align: center;
    vertical-align: middle;
    padding: 64px 0;
}

.last-update {
    color: white;
    position: absolute;
    bottom: 12px;
    width: 100%;
}

.controls {
    display: flex;
    justify-content: center;
    margin: 0px 15%;
}

.form-control {
    /*background-color: rgba(255, 255, 255, 0.25) !important;
    background-color: red !important;
    background: red !important;*/
    margin: 0 14px;
    transition: none !important;
}

.forget {
    text-align: center;
    margin: 32px 0px 32px 0px;
    font-weight: 600;
    font-size: 14px;
}

.submit {
    width:100%;
    height:auto;
    margin-top: 24px;
}

.btn-connecter-rework {
    font-size: 28px;
    font-weight:600;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #00aeef;
    text-align: center;
    border: 5px solid #00aeef;
    border-radius: 10px !important;
}

.underline {
    width: auto;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    margin: 0% 8% 6% 8%;
}

#forgot-password {
    color: white;
}

#forgot-password:hover {
    color: #cbcbcb;
}

#login-label {
    width: calc(100% - 64px);
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin: 0px 32px 38px 32px;
}

@media(max-height: 600px) {
    .login-img {
       display: none;
    }
    .inner {
        height: 100%;
    }
}