:root {
    --font-color: #000;
    --bg-color: #000;
    --head: #262626;
    --block:  #e9ecef;
    --box: #131313;
    --form: #fff;
    --footer: #fff;
}

[data-theme="light"] {
    --font-color: #000;
    --bg-color: #f3f3f3;
    --head: #e1e1e1;
    --block:  #fff;
    --box: #e3e3e3;
    --form: #000;
    --footer: #000;
}

body
{
    background-color: var(--bg-color);
    color: var(--font-color);
    padding: 0px;
    margin: 0px;
}

/* tabs */
header {
    color: #fff;
    text-align: center;
    min-height: 140px;
    margin-bottom: 60px;
}

header h1{
    margin-top: 100px;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 100;
}

header a{
    font-size: 18px;
    margin-left: 20px;
}

.copyright {
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

/*------------------- Tabs Start--------------------------- */

.ease {
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.container {
    width: 100%;
    margin: 0 auto;
    
}

.tabs {
    background: var(--box);
    position: relative;
    margin-bottom: 50px;
    border-radius: 5px;
}

span{
    font-size: 19px !important;
}

.form-control:disabled, .form-control[readonly]{
    background-color: var(--block);
}

.tabs > input,
.tabs > span {
    width: 33%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
}

.tabs > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.tabs > span {
    background: #f0f0f0;
    text-align: center;
    overflow: hidden;
    border: 0.01rem solid #ccc;
}

.tabs > span i,
.tabs > span {
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

.tabs > input:hover + span {
    background: rgb(185, 185, 185);
}

.tabs > input:checked + span {
    background: #fff;
    ;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
    color: #333;
}



#tab-2, #tab-2 + span {
    left: 0%;
}

#tab-3, #tab-3 + span {
    left: 33.5%;
}

#tab-4, #tab-4 + span {
    left: 67%;
}


.tab-content {
    padding: 45px 20px 40px;
    width: 100%;
    min-height: 340px;
}

.tab-content section {
    width: 100%;
    display: none;
}

.tab-content section h1 {
    margin-top: 15px;
    font-size: 100px;
    font-weight: 100;
    text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
    display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
    display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3  {
    display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4  {
    display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5  {
    display: block;
}



/* effect-3 */

.effect-3 .line{
    background: #383838;
    width: 33%;
    height: 4px;
    position: absolute;
    top: 56px;
}



#tab-2:checked ~ .line {
    left: 0%;
}

#tab-3:checked ~ .line {
    left: 33.5%;
}

#tab-4:checked ~ .line {
    left: 67%;
}



/*---------x----- tabs-----x------------ */
.logo {
    margin: auto;
    position: relative;
    display: block;
    background-image: url(logo.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 156px;
    height: 96px;
    border: none;
}

.logo:hover {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-position: 0px -103px;
    border: none;
}

.login-container{
    margin-top: 3%;
    margin-bottom: 3%;
}
.login-form-1{
    padding: 0% 25%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-3{
    padding: 0% 30%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-4{
    padding: 0% 25%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-1 h3{
    text-align: center;
    color: var(--form);
}
.login-form-3 h3{
    text-align: center;
    color: var(--form);
}
.login-form-4 h3{
    text-align: center;
    color: var(--form);
}
.login-form-2{
    padding: 5%;
    border-radius: 15px;
  width: 47%;

}
.login-form-2 h3{
    text-align: center;
    color: var(--form);
}
.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #000;
    background-color: #fff;
    margin-left: 5rem;

}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.form-control{
    color: #000;
}
.header{
  padding: 10px 20px 6px;
  color: var(--form);
  background-color: var(--head);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.block{
  padding: 8px 14px;
  color: #171717;
  background-color: var(--block);
  border-radius: 5px;
  margin-bottom: 1.07rem;

}
.block1{
  padding: 8px 14px;
  color: #171717;
  background-color: var(--block);
  border-radius: 5px;
  margin-bottom: 1.07rem;
}
.block2{
  padding: 8px 14px;
  color: #171717;
  background-color: var(--block);
  border-radius: 5px;
  margin-bottom: 1.07rem;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  margin-top: -38px;
  float: right;
}
.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;

}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: var(--bg-color);
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #cecece;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  background-color: var(--bg-color);
}

.text{
    margin-bottom: 40px;
}

.footer{
    color: white;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 14px 14px 0px 14px;
    background-color: var(--box);
    border-radius: 5px;
}

.link{
    color: var(--footer);
}

.link:hover{
    color: #67c372;
}

@media (max-width:700px) {
  .login-form-1{
    padding: 0%;
    width: 100%;
    
}
.login-form-2{
 padding: 0%;
  width: 50%;

}
.login-form-1 .btnSubmit{
  margin-left: 3rem;

}
.login-form-3{
    padding: 0% 7%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-3 h3{
    text-align: center;
    color: var(--form);
}
.login-form-4{
    padding: 0% 0%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-4 h3{
    text-align: center;
    color: var(--form);
}
}

@media (max-width:500px) {
  .login-form-1{
    width: 100%;
    
}
.login-form-2{
  width: 100%;
}
.login-form-1 .btnSubmit{
  margin-left: 4rem;

}
.login-form-1{
    padding: 0% 0%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-1 h3{
    text-align: center;
    color: var(--form);
}
.login-form-2{
    padding: 0% 0%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-2 h3{
    text-align: center;
    color: var(--form);
}
.login-form-3{
    border-radius: 15px;
  width: 100%;
    
}
.login-form-3 h3{
    text-align: center;
    color: var(--form);
}
.login-form-4{
    padding: 0% 0%;
    border-radius: 15px;
  width: 100%;
    
}
.login-form-4 h3{
    text-align: center;
    color: var(--form);
}
.header{
  padding: 0px 20px 0px;
  color: var(--form);
  background-color: var(--head);
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.header h3{
  padding: 10px 0px 6px;
  border-radius: 2px;
  margin-bottom: 1rem;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 30px !important;
}
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  margin-top: -78px;
  margin-right: 0%;
}
}