@import url("../css/base.css?v=1.0.1"); /* Import the colors file */

body{margin:0px;}

.serko-incharge-login{
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-1;}


.serko-incharge-900{
	width:1020px;
	margin:0 auto;
	}


.serko-incharge-900 img	{
width: 150px;
margin-top: 40px;
margin-left:5px;
}


.serko-incharge-100p{
	width:100%;
background-color:white;
background:RGBA(255,255,255,0.95);
height:450px;
margin:0px; position:relative; top:100px;
}


.serko-incharge-01,
.serko-incharge-02 {
    width: 50%;
    height: 390px;
    background-color: var(--primary-dark);
    float: left;
    font-family: var(--font-family-default);
    font-weight: 100;
    color: var(--primary-dark-contrast);
}

.serko-incharge-01 h2,
.serko-incharge-01 h3,
.serko-incharge-02 h2,
.serko-incharge-02 h3 {
    font-family: var(--font-family-default);
    font-weight: normal;
    font-style: normal;
    color: var(--primary-text-alternate);
    font-size: 22px;
}

.serko-incharge-01 h3{font-size:18px;}
.serko-incharge-02 h3{font-size:15px;}

.serko-incharge-02 h3{
    color: var(--primary-text-default);
}

.serko-incharge-01 h2, .serko-incharge-02 h2 {
     margin-top: 30px;
}
.serko-incharge-02 h2 {
     color: var(--primary-dark);
}

.serko-incharge-300{width:300px; margin:0 auto;width: 450px;
margin-right: 0 auto;
float: right;
margin-right: 55px;
}

.serko-incharge-300-b{width:300px; margin:0 auto;width: 450px;
margin-right: 0 auto;
float: left;
margin-left: 55px;
}


.serko-incharge-02{background-color:#eeeeee}

.serko-incharge-01 a{margin-top:20px;}
.button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: var(--font-family-default);
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.53846rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.76923rem;
    padding-right: 1.53846rem;
    padding-bottom: 0.84615rem;
    padding-left: 1.53846rem;
    font-size: 0.84615rem;
    background-color: var(--primary-main);
    border-color: var(--primary-main);
    color: var(--primary-main-contrast);
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}


.button:hover {
    background-color: var(--primary-darker)
}

.serko-incharge-text {
    font-family: var(--font-family-default);
    font-weight: normal;
    line-height: normal;
    font-size: 15px;
    color: var(--primary-text-default);
}

.serko-incharge-border {
-webkit-border-radius: 2px;
border-radius: 2px;
}

.question-mark-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    border-radius: 50%;
    background-color: var(--primary-main); /* Change this to your desired color */
    color: white; /* Text color */
    font-size: 20px; /* Adjust font size as needed */
    font-weight: bold; /* Optional: makes the question mark bold */
    text-align: center;
    line-height: 1; /* Ensures proper vertical alignment */
    cursor: pointer; /* Optional: changes cursor to pointer */
}
