

/**** General ****/
html {
    font-size: 100%;
    height: 100%;
}
body {
    height: 100%;
    width: 100%;
    background-image: url("/img/backgrounds/admin-background.jpg") !important;
    background-size: cover;
    color: #FFFFFF;
}
.login input{
    border-radius: 0px ;
    background-color: rgba(255, 255, 255, 0) ;
    color: #FFFFFF;
}

.form-control.bg-transparent.text-white,
.form-control.bg-transparent.text-white:focus{
    color:#fff;
    caret-color:#fff;
}

input.form-control.bg-transparent.text-white:-webkit-autofill,
input.form-control.bg-transparent.text-white:-webkit-autofill:focus{
    -webkit-text-fill-color:#fff !important;
}

.select-flag {
    height: 20px;
}
.login-logo {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    margin-top: 15px;
}

.forgot-pwd-login {
    background: none !important;
    font-size: 1em !important;
    color: #666 !important;
    text-decoration: underline !important;
    margin-top: 0;
}

.connexion-form button {
    margin-top: 0;
    background-color: #FF7201;
}

.morph-button-fixed > button, .content-style-form button {
    background-color: #FF7201;
}

.morph-button-fixed .login-page-button {
    background: none;
    color: #29282b;
    border: solid 1px #f9a114;
    /*max-width: none;
    width: 400px;*/
}
.login button{
    border-radius: 0px ;
    border: 0px ;
    color: #FFFFFF;
    background-color: #3b9dda;
}

.login input::placeholder {
  color: #FFFFFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #FFFFFF !important;
}

.inline-block{
    display: inline-block;
}
.float-right{
    float: right;
}

body.login{
    display: flex;
    /*align-items: center;*/
}

.login .logo{
    margin-top: 20vh;
}

.login .logo,
.login .sign-in,
.login .forgot-password{
    padding-top: 25px;
    padding-bottom: 25px;
}

.login .sign-in,
.login .forgot-password{
    background-color: rgba(0, 0, 0, 0.45);
}

hr,
.login .input-group-addon{
    background-color: transparent;
    border-radius: 0px;
    border-color: #999999;
    color: #FFFFFF;
}

a.forgot-password-link,
a.sign-in-link{
    color: #999999;
    text-decoration: none;
}

.select2-container .select2-choice .select2-arrow {
    border-radius: 0 !important;
    background: none !important;
    background-image: none !important;
}
.beah-color, body .morph-content.beah-color{
    background-color: #312682;
}
a.forgot-password-link,
a.sign-in-link:hover{
    cursor: pointer;
}