body{
	min-width:1200px;
}
.sign-up-main{
 height: 100svh !important;
}
.sign-up-right{
	display: flex; 
  	flex-direction: column; 
  	align-items: flex-end;
}
.title_right_image {
    display: inline-grid;
    grid-column: start/end;
    grid-row: title / items;
    font-weight: bold;
    padding-left: 2%;
    /* margin-top:580px; */
}
.glide_forecolor_4D4D4D {
    color: #4D4D4D;
    background: transparent;
}
.glide_forecolor_00AEBF {
	color: #00AEBF;
	background: transparent;
}
.f30pxElement {
    font-size: 2.7em;
}
.right_image_holder {
/*     display: inline-grid;
    grid-template-columns: [start] 100% [end];
    overflow: hidden;
    grid-template-rows: [start] 55% [title] 6% [items] 39% [end];
    grid-area: top / description / bottom / description;
    width: 887.9px; */
    background-size: cover; 
  	background-repeat: no-repeat; 
  	background-position: center center; 
}
.background_right_image {
	max-height:1060px;
	pedding-right:100px;
	background-clip: content-box; 
	padding: 30px;
}
.display-items{
	height:220px !important;
}
.sign_up_logo_image{
	height: 60px;
	margin-left: 20px;
	margin-top: 20px;
}
.sign_up_logo_image_CCAM{
	height: 80px;
	margin:60px auto 60px auto;
}
.sign_up_left_col{
	display: flex;
  	flex-direction: column;
}
.sign_up_left_col_userProfile{
	display: flex;
  	flex-direction: column;
  	height:512px;
}
.tempPassword{
	padding: 25px 0 25px;
	height:100px;
}
.glide_forecolor_00AEBF {
    color: #00AEBF;
    background: transparent;
}
.f20pxElement {
    font-size: 2em;
}
.f40pxElement {
    font-size: 3em;
}
.login_platform_name {
    display: grid;
    grid-row: additional/end;
    grid-column: start/end;
    font-weight: bold;
}
.profilePhotoRow{
	height:150px !important;
}
.sign_up_text{
	margin-bottom:10px;
}
.checkboxDiv{
	display: flex;
    align-items: flex-start;
}
.checkboxDivLeft{
	width:120px;
}
.checkboxDivRight{
	width:200px;
	height:65px;
	margin-top:20px;
}
.loginText{
	margin:25px auto;
}
.footer_holder{
	margin:10px auto;
	grid-row: footer/end;
    grid-column: start/end;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    color: #4D4D4D;
    background: transparent;
    font-size: .65em;
}
.alertBackground{
	height:200px;
	width:500px;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.alertBox{
	font-size:1.2em;
	margin:auto;
	width:500px;
	height:80px;
	color: #fb8c00 !important;
    background-color: #ffffff !important;	
}
#alertBoxId {
	color: #fb8c00 !important;
    background-color: #ffffff !important;
}
.v-icon.v-alert__icon{
	color: #ffffff;
    background-color: #fb8c00;
}
.ccam_text{
	font-size: 3.7em;
	color: rgb(239, 95, 35);
    background: transparent;
    font-weight: bold;
    margin:10px auto 0px;
}
.ccam_black{
	color: rgb(88, 106, 116);
}
.ccam_title_div{
	height: 150px;
	display: flex;
	justify-content: center; 
	align-items: center;
}
.display-items_ccam{
	height:700px !important;
}
.top_image {
	height:210px;
	width:300px;
	margin:50px auto;
}
.inside_image{
	height:50px;
	margin:0 auto;
}
.display-items_ccam .v-carousel__item{
	height:700px !important;
	font-size: 1.2em;
	color:rgb(88, 106, 116);
	font-weight: bold;
}
.centerDiv{
	display: flex;
	align-items: center;
    flex-direction: column;
}


:root {
  --point-color: #555;
  --size: 40px;
}

.loader {
  overflow: hidden;
  width: 100%;
  height: 90%;
  position: fixed;
  top: 10%;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 100000;
}

.element {
  border-radius: 100%;
  border: var(--size) solid var(--point-color);
  margin: calc(var(--size) * 2);
}

.element:nth-child(1) {
  animation: preloader 0.6s ease-in-out alternate infinite;
}
.element:nth-child(2) {
  animation: preloader 0.6s ease-in-out alternate 0.2s infinite;
}

.element:nth-child(3) {
  animation: preloader 0.6s ease-in-out alternate 0.4s infinite;
}

@keyframes preloader {
  100% {
    transform: scale(2);
  }
}