/* STYLES only for login, register, forgot password */


body,
html {
    height: 100%;
    margin: 0;
    background-color: transparent !important;
    font-size: 14px !important;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #707070 !important;
    font-size: 14px !important;
}

input.form-control,
.btn {
    font-size: 14px;
    color: #707070 !important;
    border-radius: 5px;
    padding: 25px;
    position: relative;
    background-color: #fff;
    border:1px solid #707070 !important;
}

input.form-control:focus {
    border-color: #707070 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    background: #929292 !important;
    border-color: #707070 !important;
}

input.email {
    content: '';
    background: url("/ideamanagement/javax.faces.resource/images/icon_user.svg.xhtml") no-repeat;
    background-size: 20px;
    background-position: 16px 14px;
    padding-left: 50px;
    background-color: #fff;
}

input.password {
    content: '';
    background: url("/ideamanagement/javax.faces.resource/images/icon_password.svg.xhtml") no-repeat;
    background-size: 16px;
    background-position: 18px 13px;
    padding-left: 50px;
    background-color: #fff;
}

input[type=submit] {
    background: #707070 !important;
    color: #fff !important;
    margin-bottom: 35px !important;
}

.btn {
    padding: 15px;
    color: #fff;
    transition: all .2s ease-in-out;
}

.nobtn,
.nobtn:hover,
.nobtn:active,
.nobtn:focus,
a,
a:hover,
a:active,
a:focus {
    background: none;
    color: #707070;
    text-decoration: underline;
    padding: 0;
    border: unset !important;
    box-shadow: none;
}

.nobtn:hover,
a:hover {
    text-decoration: none;
}

.bg {
    height: 100%;
    width: 100%;
    position: fixed;
    background: url("/ideamanagement/javax.faces.resource/images/backgrounds/socotec_bg.png.xhtml") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.loginscreen {
    background: rgba(255, 255, 255, .75);
    padding: 0 20px 46px 20px;
    width: 100% !important;
    backdrop-filter: blur(7px);
    border: 1px solid #fff;
}

h1.logo-name {
    margin-top: 0;
}

.info-text {
    text-align: left;
}

.mb-40 {
    margin-bottom: 20px;
}

.register .form-group {
    display: flex;
    flex-direction: column;
}

.register .form-group input:first-child {
    margin-right: 15px;
    margin-bottom: 15px;
}

.register.middle-box {
    max-width: 710px;
}

.btn-register {
    width: 100%;
}

@media (min-width: 590px) {
    .register .form-group {
        flex-direction: row;
    }
    .register .form-group input:first-child {
        margin-bottom: 0;
    }
    .loginscreen {
        padding: 0 56px 46px 56px;
    }
    .btn-register {
        max-width: 300px;
    }
}

.alert-box {
    padding: 0;
    list-style: none;
}

.alert-box .alert {
    list-style: none;
    margin-bottom: 15px;
}

.alert-box .alert-danger {
    color: #d80000;
}

.form-control {
    font-weight: normal;
}
