/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');



/** Base Body Styles **/
body{ 
    background: url(../../img/body-bg.png); 
    color:#838383; 
    font-family: 'Roboto', sans-serif !important;
}


.card {

    height: 100%;
    width: 95%;
    align-content: center;
    background-color: #F7F7F7 !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(44,51,73,.9);  	
}

.card-body {
	padding: 0 50 0 50px;
}

.card-body h1 {
	text-align: center;
}
.card-header h3 {
    color: black;
}

.signin-logo span {
	font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.signin-logo span:hover {
	color: white;
    cursor: pointer;
}
  
.cp {
	color: black !important;
}  
.signin-logo {
	position: absolute;
    right: 40px;
    top: -47px;
}
.step.active{
    color: #080808 !important;
}
.step-num.active{
    border-color: #080808 !important;
    color: white;
    background: #080808;
}
.container {
    height: 100%;
    align-content: center;
}

.justify-content-left {
    float: right;
}

.left-content {
	margin-top: 100px;
	position: absolute;
	font-size: 2em;
	margin-right: 50%;
}

.consent-alert {
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	position: fixed !important;
}

.alert {
	height: 100px !important;
}

.cookie-label {
	font-size: .9em !important;
}

.step-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;	
}

.step {
	flex-direction: column;
	cursor: pointer;
}

.step-group .step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.step-num {
	margin: 0;
    border-radius: 50%;
    width: 2em;
    text-align: center;
    height: 2rem;
    border: 1px solid white;		
}

.step-group .step-connector {
    height: 2px;
    margin: 1rem;
    flex: auto;
    background: white;
}
.back {
	color: white !important;
	font-size: 2em;
}
@media (max-width: 414px) {
	.card {
		height: 100%;
		width: 100%;
	}
	.content {
		width: 100% !important;
		padding-top: 0; 
     	padding-left: 0;
	}
}

@media (width: 768px) {
}