body{
    font-family: 'Roboto';
    text-align: center;
    background-color: #1a283e;
    background-color: rgb(32, 36, 46);
    margin: 0px;
    /* background-image: linear-gradient(45deg, #0d0b13, #00454d); */
    /* font-kerning: auto; */
    letter-spacing: 1.5px;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: none;
    stroke: 1px solid white;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: none;
    stroke: 1px solid white;
    border-left: 1px solid white;
}

::-webkit-scrollbar-thumb
{
	background-color: #ffffff;
	border: none;
    border-radius: 0 4px 4px 0;
}


h1{
    color: white;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 3%;
}

.content-header-div{
    padding-top: 3%;
    border-bottom: 1px solid white;
    margin-bottom: 3%;
    width: 100%;
}

.content{
    width:50%;
    margin: auto !important;
    padding-top: 3%;
    

    width: 100%;
    margin: auto !important;
    padding-top: 3%;
    /* min-height: 89vh; */
    backdrop-filter: blur(12px);
  }

  .background-image-fill-container{
    display: flex;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    margin: 0px;
    position: fixed;
    z-index: -1;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
.backgroundImage{
    /* position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    /* opacity: 0.15; */
    width:100%; 
        /* position: fixed; */
        top: 0px;
        left: 0px;
        z-index: -1;
        /* opacity: 0.15; */
        width: 100%;
        min-width: 1920px;
        min-height: 1080px;
        height: 100%;
        object-fit: cover;
  }
  .background-video{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    /* opacity: 0.15; */
    width: 100%;
  }
button{
    background-color: transparent;
    display: inline-block;
    padding:0.35em 1.2em;
    border:0.1em solid #FFFFFF;
    margin:0 0.3em 0.3em 0;
    border-radius:0.12em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    text-align:center;
    transition: all 0.2s;
    cursor: pointer;
}
button:hover{
    color:#000000;
    background-color:#FFFFFF;
}
@media all and (max-width:30em){
        button{
            display:block;
            margin:0.4em auto;
        }
    }








.aim-production-textIcon{
    font-family: roboto;
    font-weight: 600;
}
.aim-production-textIcon b{
    font-family: roboto black;
}


.pageLink{
    /* color: white;
    background-color: #1a283e1e; */
    font-size: x-large;
}

.clean-link{
    color:white !important;

}

.full-btn{
    width:100%;
}
.btn{
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.default-form{
    /* background-color: #ffffff0d;
    backdrop-filter: blur(8px);
    border-radius: 15px;
    margin: 20px;
    color: #e1df89;
    border: 1px solid #599edd73; */

    /* top:50%;
    transform: translateY(-50%); */
    /* color: white;

    border-radius: 18px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: #20202033;
    contain: content;
    border: 1px solid #ff80803b;
    padding: 10px; */
    color: #7b7b7b;
    border-radius: 7px 7px 0px 0px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: #0f0f0f;
    contain: content;
    /* border: 1px solid #ff8080; */
    padding: 10px;
    border-bottom: 2px solid red;
    /* box-shadow: 0px 3px 8px #0000009c; */
    padding-bottom: -16px;
    
}
.default-form input{
    /* margin: 9px; */
    
    padding: 10px;
    border-radius: 17px;
    color:black;
    color:#616161;
    width: 100%;

}


.header-image-icon{
    max-width: 100px;
    max-height: 100px;
    /* width: 50px;
    height: 50px; */
}








.form-container{
    /* width: 100%;
    padding: 25%;
    width: 61%;
    padding: 8%;
    margin: auto;


    border-radius: 18px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: #20202033;
    contain: content;

    border: 1px solid #ffffff38;
    box-shadow: 0 0 8px 0px #00000057; */
    width: 100%;
    padding: 25%;
    width: 61%;
    padding: 8%;
    margin: auto;
    /* border-radius: 8px; */
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background-color: #090909;
    contain: content;
    /* border: 1px solid #ffffff38; */
    box-shadow: 0 4px 8px 0px #000000c7;
    /* background-color: #ffffff05; */
    border-bottom: 1px solid red;
    /* color: white !important;


}


@media only screen and (max-width: 1920px) {
    body{
        zoom: 0.75;
    }
    /* .form-container{
        width: 100%;
        padding: 25%;
        width: 61%;
        padding: 8%;
        margin: auto;
        zoom: 0.5;
    } */

  }

.form-container label{
    font-size: large;
}


input[type="submit"] {
    /* CSS properties */
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}




.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: #e80000;
    --bs-btn-border-color: #700505;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d70b0b;
    --bs-btn-hover-border-color: #ca0a0a;
    --bs-btn-active-bg: #ca0a0a;
    --bs-btn-active-border-color: #be0a0a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fd0d0d;
    --bs-btn-disabled-border-color: #fd0d0d;
}