

.top-container.front img {
      
}

.top-container img {
       
    top: 63px;
    width: 223px;
}

.top-container.question img {
    width: 125px;
    top: 53px;
    position: absolute;
}

.top-container.question h1 {
     font-size: 42px;
}
p {
	hyphens: none !important;
}

.top-container h1 {
    margin-left: 150px;
}
button[disabled] {
    cursor: not-allowed !important;
}
.sub-container {
    width: 80%;
}

.image-top {
    width: 19%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}


.first-row td.active {
	background-color:#000000 !important;
	border-color:#000000  !important;
}



.second-row td.active {
	background-color:#545454;
	border-color:#545454;
}

.third-row td.active {
	background-color:#a6a6a6;
	border-color:#a6a6a6;
}


table.cubes {width: 200px;}

table.cubes tr td {
	border: 1px solid #dbd5d5 !important;
	padding: 10px;
	border-radius: 100px !important;
	height: 40px;
	width: 40px;
	margin: 3px;
	display: inline-flex;
}
.cubes-container {
	display: inline-block;
	position: absolute;
	top: 12px;
	    right: -50px;
}

.footer-area.style-3 .footer-top {display:none;}

.container-half {
	width:49%;
	display:inline-table;
}
.login-form {
    margin: 30px;
}
.container-half.first {
	margin-right:5px;
}

.container-half.login .container-msq {
	    height: 535px;
}

.container-msq {
    border: 1px solid #ebebeb;
    margin: 20px 0;
    padding: 10px 10px 10px 15px;
	border-radius: 5px;
}

.container-msq div {
    color: #000;
    text-align: left;
}

ul, ol {
    padding: 0;
    text-align: left;
    color: #000;
}
.container-msq:nth-child(even) {
	background-color: #f3f3f3;
}
span.access-code {
    color: red;
    text-align: left;
    display: block;
}
.container-msq p {
    font-weight: bold;
	display: table-row;
}

.top-container p {
    font-weight: 900;
	text-align:left;
}


p, h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
}
select {
    padding: 10px;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    accent-color: #232323;
    width: 400px;
}

#regForm {
  background-color: #ffffff;
    font-family: Raleway;
    padding: 40px;
    width: 100%;
    position: relative;
    min-height: 900px;
    margin: 0 !important;
    max-width: 100% !important;
}

h1 {
  text-align: left;  
  font-size:50px;
  font-weight: bolder;
}

label {
	font-weight:600;
}

input {
  padding: 10px;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
  accent-color: #232323;
}

input[type="email"],
input[type="text"] {
    max-width:400px;
	display: block;
	    min-width: 295px;
	    height: 40px;
	
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


input[type="password"] {
    max-width:400px;
	display: block;
	    min-width: 295px;
	    height: 40px;
	
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Mark input boxes that gets an error on validation: */
input.invalid, select.invalid {
  background-color: #ffdddd;
}

span.invalid  {
  color: red;
}

div.tab div.container div span {
    margin-left: 5px;
}

div.tab div.container div {
    display: initial;
	position:relative;
	margin-right:20px;
}

input[type='radio'] { 
     transform: scale(1.3); 
	    margin-right: 10px;
	
	    margin-left: 17px;
 }

/* Hide all steps by default: */
.tab {
  display: none;.container-msq
}

div.top-container {
    border: 1px solid #ebebeb;
    margin: 20px 0;
    padding: 0px 10px 10px 15px;
	border-radius: 5px;
	position:relative;
}

.top-container h1 {
    margin: 53px 0 45px 150px;
	width:87%;
}

button {
  background-color: grey !important;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
	border-radius:5px;
}

button:hover {
  opacity: 0.80;
}


/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

ul, ol {
	padding:0;
}

.top-notif {
	color: #000000;
	position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	
}

.top-notif h4 {
	color: #000000 !important;
}

.top-notif.white {
    background-color: #cecaca;
    border-color: #cecaca;
	text-align:left;
}

.top-notif.a {
    background-color: #d6d4d4;
    border-color: #d6d4d4;
	text-align:left;
}
.top-notif.b {
    background-color: #30592E;
    border-color: #30592E;
	text-align:left;
}
.top-notif.c {
    background-color: #384031;
    border-color: #384031;
	text-align:left;
}

.top-notif.red {
	border-left: 4px solid #c8242b;
}
.top-notif.green {
	border-left: 4px solid #83ac40;
}
.top-notif.blue {
	border-left: 4px solid #325a92;
}

.top-notif p {
	margin:5px;
	line-height: 1.4;
	color:#000000;
	text-align:left;
}
/*
img {
    right: 0;
    top: 0;
    position: absolute;
        width: 100px;
    margin: 50px;
}
*/
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #000000;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 15% 47%;
    z-index: 9999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-container {
        background: #f1f1f1;
    position: absolute;
    z-index: 999;
    opacity: .5;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.hide {
    display:none;
}

.load-text {
    color: #000 !important;
    text-align: center;
    top: 100px;
    position: absolute;
    left: 0;
    right: 0;
	font-size: larger;
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 36px !important;
		padding-top: 80px !important;
	}

}

.front p {
    margin: 0 !important;
	    width: 70%;
    font-weight: normal;
}