* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

p {
    color: #757575;
}

.b-form-width {
    width:450px;
}

.b-parentdiv {
    background-image: linear-gradient(120deg, #3498db, #8e44ad); 
    height: 100%;
    min-height: 100vh;
}

#heading {
    /*text-transform: uppercase;*/
    color: #367AAB; 
    font-weight: 600;
    font-size: 36px;
}

.card {
    border-radius: .5rem;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.b-multistep-form {
    margin-top: 100px!important;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: center;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input,
#msform textarea {
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #367AAB;
    outline-width: 0;
}

#msform .action-button {
    width: 88px;
    background: #367AAB;
    font-weight: 500;
    font-size: 14px;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border: none!important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #396686;
}

#msform .action-button-previous {
    width: 88px;
    background: #616161;
    font-weight: 500;
    font-size: 14px;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border: none!important;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #367AAB;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
}

.purple-text {
    color: #367AAB;
    font-weight: normal;
}

.steps {
    font-size: 20px;
    color: #767676;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
    margin-top: 4px;
}

.fieldlabels {
    color: #222222;
    text-align: left;
    width: 20%;
    font-size: 19px;
    display: none;
}


.fit-image {
    width: 100%;
    object-fit: cover;
}




.prenexbut {
    width: 40%;
     height: 100%; 
    display: block;
    margin: 0px auto;
}

.b-ques {
    margin-left: 20px;
    overflow: hidden;
    text-align: left;
}

.b-ques ul {
    overflow: hidden;
    display: inline-block;
}

.b-ques p, .b-ques label {
    text-align: left;
}

.b-ques p {
    font-size: 18px;
    font-weight: 400;
    /*position: relative;
    top: 30px;*/
    color: #000;
    margin-bottom: 0px;
}

/*label*/
.b-placeholder {
    position: absolute;
    left: 15px;
    top: 40px;
    font-size: 16px;
    z-index: 0!important;
    color: #80868b;
    -webkit-transition: top 0.15s, font-size 0.15s;
    -o-transition: top 0.15s, font-size 0.15s;
    -moz-transition: top 0.15s, font-size 0.15s;
    transition: top 0.15s, font-size 0.15s;
}

/*#email:focus {
    border: #367AAB;
}*/

#email:focus + .b-placeholder,
#password:focus + .b-placeholder {
    color: #367AAB;
    top: 17px;
    left: 10px;
    font-size: 12px;
    background-color: #ffffff;
    padding: 0px 5px;
    z-index: 1!important;
}

#email.has-content + .b-placeholder,
#password.has-content + .b-placeholder {
    color: #367AAB;
    top: 17px;
    left: 10px;
    font-size: 12px;
    background-color: #ffffff;
    padding: 0px 5px;
    z-index: 1!important;
}

#email,
#password {
  background-color: #ffffff00!important;
  border: 4px solid #fff;
  padding: 2em;
  width: 16em;
  height: 56px;
  position: relative;
  margin: 0 auto;
  z-index: 1!important;
}
#email:before,
#password:before {
  background: none;
  border: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none;
}



/*forgot */
.b-forgot {
    text-align: left;
}
.b-forgot a {
    font-size: 14px;
    font-weight: 500;
    color: #367AAB;
    text-decoration: none;
}


/*password show / hide*/
.input-group-addon {
    position: absolute;
    right: 5px;
    top: 42px;
    z-index: 10;
}
.input-group-addon a {
    color: #367AAB;
}








@media screen and (max-width:500px) {
    .b-form-width {
        width: 350px;
    }             
    #msform input, #msform textarea {
        width: 100%!important;
    }                  
}