@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');
body{  font-family: "Sora", serif;font-size:14px; margin:0;}
h1, h2,h2,h3,h4,h5,h6, a{  font-family: "Sora", serif; color:#222; text-decoration:none; margin:0; }
*, ::after, ::before {
  box-sizing: border-box;
}
ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
input:focus{outline:unset;}
header {
	padding: 20px 0;
}
.container{max-width:1170px;  margin:auto; padding:0 20px}
.logo_sec {
	max-width: 150px;
}
.logo_sec img {
	max-width: 100%;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.launch_form h2 {
	font-size: 100px;
	text-align: center;
	margin: 30px 0;
	margin-top: 100px;
}
.launch_form_bx {
	max-width: 400px;
	margin: auto;
	border: 2px solid rgb(0, 0, 244);
	padding: 0 0 0 10px;
	min-height: 50px;
	border-radius: 5px;
	display: flex;
	justify-content: start;
	align-items: center;
	position: relative;
}
.launch_form_bx span {
	font-size: 17px;
	color: #222;
}
.launch_form_bx .form-control {
	border: none;
	font-size: 17px;
	min-height: 30px;
	padding: 5px;
	width: 150px;
}
.launch_form_bx form button {
	background: rgb(0, 0, 244);
	min-height: 48px;
	border: none;
	color: #fff;
	width: 150px;
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	right: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 0px; 
	cursor:pointer;
}
.launch_form h3 {
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	margin: 30px 0;
	color: #222;
}
/**/
.login {
	margin: 20px auto;
	padding: 20px 30px;
	max-width: 420px;
	border-radius: 5px;
	background: #fff;
}
  .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 2px; 

  }

.login input[type=text],
.login input[type=password] {
  border: 1px solid #c0c0c0;
  transition: .2s;
}

.login input[type=text]:hover {
  border-color: rgb(0, 0, 244);;
  outline: none;
  transition: all .2s ease-in-out;
} 

.login input[type="submit"] {
	border: none;
	background: rgb(0, 0, 244);
	color: white;
	text-transform: uppercase;
	transition: 0.2s;
	margin: 20px 0px;
	cursor: pointer;
}

.login input[type=submit]:hover {
  background:  rgb(0, 0, 244);;  
}

  .login h2 {
	margin: 20px 0 0;
	color: #222;
	font-size: 20px;
	margin-bottom: 25px;
}

.login p {
  margin-bottom: 40px;
}

.links {
  display: table;
  width: 100%;  
  box-sizing: border-box;
  border-top: 1px solid  rgb(0, 0, 244);
  margin-bottom: 10px;
}

.links a {
  display: table-cell;
  padding-top: 10px;
}

.links a:first-child {
  text-align: left;
}

.links a:last-child {
  text-align: right;
}

  .login h2,
  .login p,
  .login a {
    text-align: center;    
  }

.login a {
  text-decoration: none;  
  font-size: .8em;
}

.login a:visited {
  color: inherit;
}

.login a:hover {
  text-decoration: underline;
}
.login_form {
	background: #f9f9f9;
	padding: 100px 0;
}
footer {
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
}
.launch_form {
	margin-bottom: 100px;
}
.errorMsg {
	color: red;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
.right_nav ul li {
	display: inline-block;
	margin: 0px 10px;
}
.customMainRegisterBtn, .customMainLoginBtn {
	margin: auto;
	text-align: center;
	color: blue;
}
.customRegister, .customLogin {
	color: blue;
	font-size: 16px;
}
/**/
.top_banner img {
	max-width: 100%;
}
@media only screen and (max-width:991px){
.launch_form h2 {
	font-size: 50px;
}
}
@media only screen and (max-width:767px){
.launch_form h2 {
	font-size: 40px;
}
}

.context-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border-radius: 8px;
    padding: 8px 0;
    min-width: 200px;
    margin-top: 5px;
}

.context-menu ul li {
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

.context-menu ul li:hover {
    background-color: #f5f6fa;
    color: var(--primary-color);
}

.hubLink {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}


