:root {
  --primary-color: rgb(11, 78, 179);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Montserrat, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  display: block;
  place-items: center;
  min-height: 100vh;
  background:#ccc;
}
/* Global Stylings */
label {
  display: block;
  margin-bottom: 0.5rem;
}

input {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.width-50 {
  width: 50%;
}

.ml-auto {
  margin-left: auto;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #a94442;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

/* Progressbar */
.progressbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin: 2rem 0 4rem;
}

.progressbar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-color: #dcdcdc;
  z-index: 0;
}

.progress {
  background-color: var(--primary-color);
  width: 0%;
  transition: 0.3s;
  z-index: 0;
}

.progress-step {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.5rem);
  font-size: 0.85rem;
  color: #666;
}

.progress-step-active {
  background-color: var(--primary-color);
  color: #f3f3f3;
}



.form-step {
  display: none;
  transform-origin: top;
  animation: animate 0.5s;
}

.form-step-active {
  display: block;
}

.input-group {
  margin: 2rem 0;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/* Button */
.btns-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.cmnbtn {
  padding: 0.75rem;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #f3f3f3;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
  border: 0px;
}
.btn-primary:hover {
  color: #f3f3f3;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}
.btn-default:hover {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}


/*--------------Custom coding starts--------------------*/
body {
    background:none;
    overflow-x:hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}
.formcontainer {
    max-width: 1170px;
    background-color: #FFF;
    padding: 20px 15px;
    margin: 0px auto;
    display: block;
    margin-bottom: 50px;
}
.form {
 /*  width: clamp(320px, 30%, 430px); */
  margin: 0 auto;
  //border: 1px solid #ccc;
  border-radius: 0.35rem;
  //padding: 1.5rem;
  width:100%;
  background: #fff;
}
.loginBox {
    margin:0px auto;
}
.createUserBox {
    margin:0px auto;
}
.userDetailDisplayBox {
    margin:0px auto;
}

fieldset {
  min-width: 0 !important;
  padding: 0;
  margin: 15px 0px !important;
  border: 1px solid silver;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
legend {
  border: 0 !important;
  width: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #0b4eb3;
}
footer{
    display: none;
}
.container-login100 {
    width: 100%;
    position: fixed;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    height: 100vh;
}

.login100-more {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: calc(100% - 55%);
    background-color: #b41512;
    background-color: #3E85F0;
}

.login100-form {
    min-height: 100%;
    display: block;
    background-color: #f7f7f7;
    padding: 0px 96px 0px 96px;
    padding: 0px 6px 0px 56px;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    width: 55%;
}
.login100-form .schoolName{
    width: 100%; 
    max-width: 440px;
    margin: 15px auto;
}
.login_01 {
    color: #b41512;
    color: #3E85F0;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.test_01 {
    text-align: left;
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
}
.slider {
    display: flex;
    align-items: center;
    height: 100vh;
    right: -16rem;
    position: relative;
}
.form-group {
    margin-bottom: 8px;
}
.form-control {
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder {
  color:#999;
  opacity:1
}
.form-control:-ms-input-placeholder {
  color:#999
}
.form-control::-webkit-input-placeholder {
  color:#999
}
.form-control::-ms-expand {
  background-color:transparent;
  border:0
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color:#eee;
  opacity:1
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor:not-allowed
}
textarea.form-control {
  height:auto
}
input[type=search] {
  -webkit-appearance:none
}

/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .login100-more {
        display:none;
    }
    .login100-form {
        width: 100% !important;
        padding: 20px !important;
    }
    .login100-form .schoolName{
        max-width: 100%;
        margin: 15px auto;
    }
    .loginBox{
        width:100%;
    }
    .createUserBox{
        width:100%;
    }
    .userDetailDisplayBox{
        width:100%;
    }
    .image-previewer {
        width: 80px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .login100-more {
        display:none;
    }
    .login100-form {
        width: 100% !important;
        padding: 40px !important;
    }
    .login100-form .schoolName{
       max-width: 100%;
    }
    .loginBox{
        width:100%;
    }
    .createUserBox{
        width:100%;
    }
    .userDetailDisplayBox{
        width:100%;
    }
    .image-previewer {
        width: 80px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .login100-more {
        display:block;
        width: calc(100% - 55%) !important;
    }
    .login100-form {
        width: 55% !important;
        padding: 0px 40px !important;
    }
    .login100-form .schoolName{
        max-width: 440px;
        margin: 15px auto;
    }
    .loginBox {
        width:50%;
    }
    .createUserBox{
        width:50%;
    }
    .userDetailDisplayBox{
        width:50%;
    }
    .image-previewer {
        width: 80px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .loginBox {
        width:50%;
    }
    .createUserBox{
        width:45%;
    }
    .userDetailDisplayBox{
        width:45%;
    }
    .image-previewer {
        width: 110px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .loginBox {
        width:50%;
    }
    .createUserBox{
        width:35%;
    }
    .userDetailDisplayBox{
        width:35%;
    }
    .image-previewer {
        width: 130px;
    }
} 