@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
}
h1{
    font-size: 10pt;
    font-weight: normal;
}
h2{
    margin: 10px 0px;
	text-align: center;
}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.signupInfo {
	margin-bottom: 30px;
}
.mainContainer{
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, 
    rgb(81, 121, 200) 0%, 
    rgb(62, 75, 99) 50%, 
    rgb(18, 21, 26) 100%) 
    repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    display: flex;
    /*! align-items: center; */
    /*! justify-content: flex-start; */
    padding: 10px 3%;
}
.login_container, .signup_container{
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #000;
    width: 700px;
    min-height: 830px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    padding: 30px 0px;
    color: #fff;
}
#logoimg{
    width: 275px;
    margin-bottom: 10px;
}
.login_container a, .signup_container a{
    color: #fff;
    text-decoration: none;
}
.login_container a:hover, .signup_container a:hover{
    text-decoration: underline;
}
#loginInfo, .signupInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#loginInfo label, .signupInfo label{
    color: #fff;
}
input[type=text], input[type=password], select, input[type=number], input[type=email]{
    height: 50px;
    width: 266px;
    margin: 10px 0px;
    background-color: rgba(0, 0, 0, 0.36);
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 11pt;
}

input[type=password]{
    padding-right: 40px;
}
.signupInfo input[type=text], select,  input[type=number], input[type=email]{
    width: 100%;
}
.signup_container form{
    width: 90%;
    color: #fff;
    margin: 30px 0;
}
.signup_container form a{
    color: #fff;
}
.signup_container form input:last-of-type{
    margin-bottom: 30px;
}
.stepHeader{
    text-align: center;
    margin-bottom: 50px;
    font-size: 18pt;
    margin-top: -25px;
}
.submitBtn{
    width: 262px;
    height: 49px;
    background-color: #eed202;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    letter-spacing: 4px;
    text-shadow: 0px 0px 7px #1c1a1a;
    margin: 20px 0px;
}
.prevbtn{
    background-color: #758ebf;
}
.prevnext{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 15px 0;
}
.totalCostContainer  {
	width:100%;
}
.submitBtn:hover{
    filter: brightness(1.09);
    cursor: pointer;
}
.showpasswrd{
    filter: invert(1);
    display: block;
    position: relative;
    bottom: 48px;
    left: 230px;
    opacity: 0.5;
}
.showpasswrd:hover{
    cursor: pointer;
}
.forgreat{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.legal{
    font-size: 10pt;
    color: #fff;
    text-align: center;
    margin: 30px 0px;
}
.copyright{
    font-size: 8pt;
    color: rgba(255,255,255,0.5);
}
.loading {
    position: fixed;
	width: 500px;
	height: 200px;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:10;
}
.hidden {
	display:none;
}
.loading div {
  padding: 10px;
  display:flex;
  z-index:10;
}
.signup_steps{
	text-align: center;
}
.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #d2e0ec;
	border: none;  
	border-radius: 50%;
	display: inline-block;
}

.step.active, .step_line.active {
	background-color: #f5cb00;
}

.signup_stepsContainer{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
	width: 100%;
	color: #fff;
}
.signup_steps{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
.signup_steps_text{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	font-size: 11pt;
	padding: 0 7px;
}
.signup_steps_text .step_text:nth-child(2){
	margin-left: 10px
}
.step_line{
	background-color: #d2e0ec;
	list-style-type: none;
	height: 3px;
	width: 42%;
}
#error_display li{
    margin-bottom: 10px;
    color: red;
}
.disabled {
    background-color: gray !important;
    cursor: not-allowed;
}
.login_container, .signup_container{
/*! margin-right: 1em; */
}
.moduleMonthlyProduct {
	text-align:center;
	justify-content:space-between;
}
.product {
	background: rgba(0,0,0,0.2);
	text-align:center;
	padding: 10px;
	margin: 2px;
	min-width: 165px !important;
}
.error {
	color: red !important;
	margin:4px;
	padding:4px;
}
.re_cap div {
	width:100% !important;
}
.displayErrror {
	padding:4px;
}
@media only screen and (max-width: 750px){
    .login_container, .signup_container{
        width: 100%;
    }
    .submitbtn{
        width: 35%;
        font-size: 11pt;
    }
    #error_display{
    width: 80%;
    }
    h2{
        font-size: 6vw
    }
	 .forgreat{
        font-size: 10pt;
    }
}
@media only screen and (min-width: 700px){
    .login_container, .signup_container{
        width: 700px;
    }
    .mainContainer{
        justify-content: center;
    }
}
@media only screen and (max-width: 750px) and (max-height: 830px){
    .mainContainer{
        height: auto;
    }
}
@media only screen and (max-height: 830px) {
    .mainContainer{
        height: auto;
    }
}
@media only screen and (min-height: 830px) {
    body{
        height: 100%;
    }
	.login_container{
        height: 100vh;
    }
}





