@font-face {
    font-family: 'Klavika';
    src: local('Klavika'),
    url('../fonts/klavika-regular.eot'),
    url("../fonts/klavika-regular.otf")  format("opentype");
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wayzz-login-theme { --c-main: #00b170 }
.vop-login-theme { --c-main: #203F53 }
.bams-login-theme { --c-main: #d2232a }
.cemex-login-theme { --c-main: #293064 }
.protecto-login-theme { --c-main: #0EA2E2 }
.delta-automation-login-theme { --c-main: #00AEEB }
.ottopark-login-theme { --c-main: #2C5EA4 }
.vicat-login-theme { --c-main: #004486 }
.technimaint-login-theme { --c-main: #F3B500 }
.koovea-login-theme { --c-main: #3853a4 }
.nicollin-login-theme { --c-main: #ff0000 }
.edycem-login-theme {
    --c-main: #003e6f;
    /*background : url(../imgs/edycem/login_background.png) center no-repeat !important;*/
    /*background-size: contain !important;*/
}
.ineosense-login-theme { --c-main: #98D9D3 }
.mwsc-login-theme { --c-main: #023087 }
.theam-login-theme { --c-main: #ea5a0c}
.jouen-login-theme { --c-main: #FFC107 }

.form-theme,
.form-theme > form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form-theme .form-content {
    width: calc(100% - 60px);
    float: left;
    margin-right: 10px;
}

.form-theme .form-content > div {
    margin: 10px 5px;
    position: relative;
}

.form-theme .form-content input {
    padding: 16px;
    border-radius:7px;
    border:0px;
    background: white;
    display: block;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    color: #00b170;
    font-size:18px;
    height: 54px;
}

.form-theme .form-content  input:focus {
    outline-color: rgba(0,0,0,0);
    background: white;
    color: #00b170;
}

.form-theme > form > button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 120px;
    width: 50px;
    border: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    background: #00b170;
    border-radius:7px;
    padding: 10px;
    color:white;
    font-size:22px;
}

.form-theme > form > button:hover {
    background: #00b170;
}

.form-theme .input-icon {
    position:absolute;
    top: 15px;
    right: 15px;
    color:#00b170;
}

.floating-text {
    font-family: Klavika, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    color: white;
}

.error-text {
    color: #ff2f2a;
}

/* region LOGIN ICONS */
#iconWayzz {
    background-image: url(../imgs/wayzz/logo_transparent.png);
    background-size: 230px 230px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconAudemard {
    background-image: url(../imgs/audemard/LogoAUDEMARDblanc.png);
    background-size: 375px 60px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconTransbeton {
    background-image: url(../imgs/transbeton/transbeton_white.png);
    background-size: 375px 94px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconTeralta {
    background-image: url(../imgs/teralta/TRLTLogoblanc.png);
    background-size: 375px 150px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconNicollin {
    background-image: url(../imgs/nicollin/logo.png);
    background-size: auto 250px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconBSM {
    background-image: url(../imgs/BSM/logo_transparent.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconDeltaAutomation {
    background-image: url(../imgs/delta_automation/logo_transparent.png);
    background-size: 375px auto;
    background-repeat: no-repeat;
    background-position: center;
}

#iconTechnobam {
    background-image: url(../imgs/technobam/logo.png);
    background-size: 260px 173px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconBronzo {
    background-image: url(../imgs/bronzo/logo.png);
    background-size: 160px 160px;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px!important;
    width: 230px!important;
    background-color: white;
    border-radius: 50%;
    margin: auto;
	opacity: 0;
}

#iconCeclo {
    background-image: url(../imgs/ceclo/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 350px 101px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconModulauto {
    background-image: url(../imgs/modulauto/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconTam {
    background-image: url(../imgs/tam/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 325px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconCleanData {
    background-image: url(../imgs/cleandata/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 300px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconOttopark {
    background-image: url(../imgs/ottopark/logo.png);
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
}

#iconGreenhouseKeeper {
    background-image: url(../imgs/ghk/logo.png);
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
}

#iconBams {
    background-image: url(../imgs/bams/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconCemex {
    background-image: url(../imgs/cemex/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconEdycem {
    background-image: url(../imgs/edycem/logo.png);
    /*
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    */
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    /*
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    */
    margin-bottom: 30px;
    visibility: hidden;
}

#iconVop {
    background-image: url(../imgs/vop/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconProtecto {
    background-image: url(../imgs/protecto/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 350px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    height: 140px !important;
}

#iconVicat {
    background-image: url(../imgs/vicat/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 215px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconTheam {
    background-image: url(../imgs/theam/logo.png);
    background-size: 768px 230px;
    background-repeat: no-repeat;
    min-width: 768px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
}

#iconTechnimaint {
    background-image: url(../imgs/technimaint/logo_technimaint.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 360px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconKoovea {
    background-image: url(../imgs/koovea/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 350px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconFillnDrive {
    background-image: url(../imgs/fillndrive/logo.png);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconMwsc {
	background-image: url(../imgs/mwsc/logo.png);
    background-repeat: no-repeat;
    background-position: center;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-size: 280px auto;
    background-position: center;
    background-repeat: no-repeat;
	bottom: 10px;
}

#iconIneosense {
    background-image: url(../imgs/ineosense/logo.png);
    background-size: auto 120px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconSagra {
    background-image: url(../imgs/sagra/logo.png);
    background-size: 372px 90px;
    background-repeat: no-repeat;
    background-position: center;
	top: 40px;
}

#iconBML {
    background-image: url(../imgs/wayzz/logo.png);
    background-size: 372px 90px;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 0;
	top: 40px;
}

#iconAxians {
    background-image: url(../imgs/axians/logo.png);
    background-size: 372px 2190px;
    background-repeat: no-repeat;
    background-position: center;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-size: 360px auto;
    background-position: center;
    background-repeat: no-repeat;
	bottom: 10px;
}

#iconMartel {
    background-image: url(../imgs/martel/logo_grp_martel.png);
	background-size: 350px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconLBN {
    background-image: url(../imgs/audemard/lbn_logo_white.png);
	background-size: 372px auto;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
}

#iconGlassconnect {
    background-image: url(../imgs/glassconnect/logo.png);
    background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-size: 420px auto;
    background-position: center;
    background-repeat: no-repeat;
	bottom: 10px;
}

#iconTrackitt {
   background-image: url(../imgs/trackitt/logo_white_trackitt.png);
    background-size: 375px auto;
    background-repeat: no-repeat;
    background-position: center;
	top: 0px;
}

#iconPlattard {
    background-image: url(../imgs/plattard/logo_light_filled.png);
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
}

#iconSGRB {
    background-image: url(../imgs/audemard/sgrb_logo.jpg);
	background-size: 372px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconJouen {
    background-image: url(../imgs/jouen/logo.png);
    background-size: 230px 230px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconCube {
    background-image: url(../imgs/cube/cube_logo.png);
	background-size: 250px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconMADININA {
    background-image: url(../imgs/audemard/madinina_logo.png);
	background-size: 372px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconCBS {
    background-image: url(../imgs/cbs/cbs_logo.png);
	background-size: 290px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconBETONPLUS {
    background-image: url(../imgs/betonplus/betonplus_logo.jpg);
	background-size: 300px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconAZURBETON {
    background-image: url(../imgs/azurbeton/azurbeton_logo.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconRONCARI {
    background-image: url(../imgs/roncari/roncari_logo.png);
    background-size: 350px;
	border-radius: 20px;
	background-color: rgba(9, 17, 255, 1);
    background-repeat: no-repeat;
    background-position: center;
}

#iconFRANCOIS {
    background-image: url(../imgs/francois/francois_logo.png);
	background-size: 350px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconBETONS2LAVANCE {
    background-image: url(../imgs/betons2lavance/betons2lavance_black_logo.png);
	background-size: 325px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconMAULINI {
    background-image: url(../imgs/maulini/maulini_logo.png);
	background-size: 370px auto;
	background-color: rgba(255, 242, 0, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconCICO {
    background-image: url(../imgs/cico/cico_logo.jpg);
	background-size: 210px auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconPIGEON {
    background-image: url(../imgs/pigeon/pigeon_logo.png);
	background-size: 330px auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconDEKRA {
    background-image: url(../imgs/dekra/dekra_logo.png);
	background-size: 170px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconO2CONTROLE {
    background-image: url(../imgs/o2controle/o2controle_logo.jpg);
	background-size: 210px auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
	bottom: 10px;
	opacity: 1;
}

#iconTELTC06 {
    background-image: url(../imgs/telt/telt_logo.png);
    background-size: 180px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconPLAYWRIGHT {
    background-image: url(../imgs/playwright/playwright_logo.png);
    background-size: 180px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconANGERMULLER {
    background-image: url(../imgs/angermuller/angermuller_logo_alt.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconHERONNIERE {
    background-image: url(../imgs/heronniere/heronniere_logo.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconCARAYON {
    background-image: url(../imgs/carayon/carayon_logo.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconSODIBE {
    background-image: url(../imgs/sodibe/sodibe_logo.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconFINDEST {
    background-image: url(../imgs/findest/findest_logo.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconVOUTRE {
    background-image: url(../imgs/basaltes/voutre_logo.png);
    background-size: 230px auto;
    background-color: rgb(244, 244, 244);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconXEROS {
    background-image: url(../imgs/xeros/xeros_logo.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}

#iconSBC {
    background-image: url(../imgs/sbc/sbc_logo.png);
    background-size: 350px auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10px;
    opacity: 1;
}
/* endregion LOGIN ICONS */

.input-login-icon.tam-login-theme {
    position:absolute;
    top: 15px;
    right: 15px;
    color:#005daa;
}

input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-family: Klavika, sans-serif;
}

.input-login:focus::-webkit-input-placeholder {
    color: var(--c-main);
}

.input-login:focus::-moz-placeholder {
    color: var(--c-main);
}

input::-moz-placeholder {
    color: #9b9b9b;
    font-family: Klavika, sans-serif;
}
