﻿@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: "JioType";

  src: url("../fonts/JioType/JioType-Black.woff2") format("woff2"),
    url("../fonts/JioType/JioType-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "JioType";
  src: url("../fonts/JioType/JioType-Light.woff2") format("woff2"),
    url("../fonts/JioType/JioType-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "JioType";
  src: url("../fonts/JioType/JioType-Bold.woff2") format("woff2"),
    url("../fonts/JioType/JioType-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "JioType";
  src: url("../fonts/JioType/JioType-Medium.woff2") format("woff2"),
    url("../fonts/JioType/JioType-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/*-------------------------------------------------------*/

.header {
background: #fff;
padding: 5px 0px;
margin-bottom: 50px;
}

body {
  font-family: "JioType";
  padding: 0;
  margin: 0 auto;
  font-size: 100%;
  font-size: 16px;
}

.backgroundcol {
  background: #017acf;
}

.background-bg {
  background: #f2f8ff ;
}

.loginbg {
  background: #f2f8ff url(../images/Graphic.png) right 0px no-repeat;
}


a:link,
a:visited {
  color: #2e4fa5;
  text-decoration: none;
}

a:hover {
  color: #2e4fa5;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.wrapper {
  overflow: hidden;
  /*auto*/
}
.whitebx_header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.whitebx_header h1{
  font-size: 20px;
  font-weight: 500;
  color: #fcb131;
  margin-bottom: 0px;
  margin-top: 0px;
}
.bluebtn {
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  background: #017acf;
  transition: 0.5s;
}
.bluebtn:hover {
background: #fcb131;
}
.bluebtn:focus{
  outline: none;
  box-shadow: none;
}
.profile_info{
  background: #f2f2f2;
  padding: 30px;
}

.contentarea {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/*.pie {
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(../PIE.htc);
}*/

#wrapper {
  width: 90%;
  margin: 0px auto;
  height: 500px;
}

#wrapper .logodiv {
  width: 50%;
  float: left;
  height: 300px;
}

#wrapper .logodiv img {
  float: right;
  margin: 20% 18% 0px 0px;
  background: radial-gradient(60% 40% at 50.12% 44.24%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

#wrapper .logindiv {
  width: 30%;
  float: left;
  height: 300px;

}

#wrapper .logindiv .loginbox {
  background: #fff;
  margin: 25% 0px 0px 0px;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.1);
  
  padding: 40px;
  border-radius: 30px !important;
}

.Name {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  padding-left: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "JioType";
  font-size: 16px;
  font-weight: 500;
  ;
}

.email {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  padding-left: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "JioType";
  font-size: 16px;
  font-weight: 500;
}

.password {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  padding-left: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "JioType";
  font-size: 16px;
  font-weight: 500;
}

.mobilenumber {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  padding-left: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: "JioType";
  font-size: 16px;
  font-weight: 500;
}

.loginbox .form-control {
  height: 40px;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
 
  
}


.form-control {
  height: 40px;
  
}
.form-control:focus{
  outline: none;
  box-shadow: none;
}
.btn-sign {
  background: rgba(250, 172, 97, 1);


  width: 100%;
  border-radius: 6px !important;
  font-family: "JioType";
  font-size: 18px;
  color: #fff;
  padding: 10px 0px;
  font-weight: 18px;
}

.btn-sign:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.btn-sign:hover {
  cursor: pointer;
  background: #fcb131;
  color: #fff;
}

.sablinks {
  padding: 0px 0px 25px;
}

.newuser {
  text-align: center;
  font-weight: 500px;
  font-size: 15px;
  margin-top: 20px;
}

.newuser span {
  color: rgba(3, 128, 194, 1);

}

.newuser span a {
  color: rgba(3, 128, 194, 1);
  text-decoration: none;
}
.newuser span a:hover {
  text-decoration: none;
}

.sablinks .remebertxt {
  width: 50%;
  float: left;
  font-family: "JioType";
  font-size: 14px;
}

.sablinks .forgotpass {
  width: 50%;
  float: right;
  text-align: right;
  font-family: "JioType";
  font-size: 14px;

}

.loginbox .sablinks .forgotpass a {
color: rgba(96, 137, 177, 1) !important;


  
}

.sablinks .resendotp {
  width: 100%;
  float: right;
  text-align: right;
  font-family: "JioType";
  font-size: 15px;
  margin-top: 10px;
}

.sablinks .forgotpass a {
  text-decoration: none;
  /* color: #000; */
  color: rgba(3, 128, 194, 1);

  font-size: 15px;
}

.sablinks .resendotp a {
  text-decoration: none;
  color: rgba(3, 128, 194, 1);
  font-size: 15px;
}

.remebertxt .checkboxx {
  background: #fff;
  height: 20px;
  width: 20px;
}

.remebertxt label {
  font-weight: normal;
}

#rc4 {
  border: 1px solid #ccc;
}

.space {
  padding: 5px 0px;
}

.checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 15px;
}

.checkbox-btn input[type="checkbox"],
.checkbox-btn input[type="radio"],
.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.checkbox-btn label,
.radio-btn label {
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  position: relative;
  padding-left: 6px;
  cursor: pointer;
  user-select: none;
  color: #000000;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-left: -18px;
  background-color: white;
  border: 1px solid #d2dadb;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background-clip: padding-box;
  cursor: pointer;
}

.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  top: 6px;
  left: 6px;
  margin-left: -18px;
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: 0.3;
}

.checkbox-btn input[type="checkbox"]:checked+label,
.checkbox-btn input[type="radio"]:checked+label,
.radio-btn input[type="checkbox"]:checked+label,
.radio-btn input[type="radio"]:checked+label {
  color: #000;
}

.checkbox-btn input[type="checkbox"]:checked+label::after,
.checkbox-btn input[type="radio"]:checked+label::after,
.radio-btn input[type="checkbox"]:checked+label::after,
.radio-btn input[type="radio"]:checked+label::after {
  border: 1px solid #d2dadb;
}

.checkbox-btn input[type="checkbox"]:checked+label::before,
.checkbox-btn input[type="radio"]:checked+label::before,
.radio-btn input[type="checkbox"]:checked+label::before,
.radio-btn input[type="radio"]:checked+label::before {
  opacity: 1;
}

.checkbox-btn input[type="checkbox"]:disabled+label,
.checkbox-btn input[type="radio"]:disabled+label,
.radio-btn input[type="checkbox"]:disabled+label,
.radio-btn input[type="radio"]:disabled+label {
  color: #787878;
  cursor: default;
}

.checkbox-btn input[type="checkbox"]:disabled+label::after,
.checkbox-btn input[type="radio"]:disabled+label::after,
.radio-btn input[type="checkbox"]:disabled+label::after,
.radio-btn input[type="radio"]:disabled+label::after {
  border: 3px solid #787878;
  background-color: #ffffff;
}

.checkbox-btn input[type="checkbox"]:disabled+label::before,
.checkbox-btn input[type="radio"]:disabled+label::before,
.radio-btn input[type="checkbox"]:disabled+label::before,
.radio-btn input[type="radio"]:disabled+label::before {
  display: none;
}

.radio-btn label::after {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box;
}

.radio-btn label::before {
  width: 12px;
  height: 12px;
  border: none;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box;
  background-color: #000000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.form-group input.mdl-textfield__input {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  background: #fff;
  color: #000000;
}

.form-group div.mnumber {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  padding-left: 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  background: url(../images/mobile-icon.png) 7px center no-repeat;
  -o-border-radius: 0px;
  font-family: "JioType";
  font-size: 17px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

/*.form-group span.wrapper input {
border-top: 0px;border-left: 0px;border-right: 0px;border-bottom: 1px solid #e1e1e1;box-shadow: none; border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px; -o-border-radius: 0px;font-family: 'FSAlbert-Light'; font-size:17px;   
}*/

.loginbox input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /* color: rgba(0, 0, 0, 0.7); */
  color:rgba(0, 0, 0, 0.7);
}

.loginbox input::-moz-placeholder {
  /* Firefox 19+ */
  color:rgba(0, 0, 0, 0.7);
}

.loginbox input:-ms-input-placeholder {
  /* IE 10+ */
  color:rgba(0, 0, 0, 0.7);
}

.loginbox input:-moz-placeholder {
  /* Firefox 18- */
  color:rgba(0, 0, 0, 0.7);
}

.container .header {
  width: 100%;
  padding: 15px 0px;
}

.container .header .col-sm-6 img {
  margin: 0px 0px 0px 30px;
}

.container .maincnt {
  background: #fff;
  padding: 20px;
  width: 100%;
}

.welcometxt {
  text-align: right;
  font-family: "JioType";
  font-size: 14px;
  color: #000;
  padding: 25px 25px 25px 25px;
}

.spacer {
  margin: 0px 10px;
}

.welcometxt a {
  color: #000;
  text-decoration: none;
}

.welcometxt a:hover {
  color: #fcb131;
}

.maincnt .lefttext {
  font-family: "JioType";
  font-size: 19px;
  color: rgba(1, 1, 1, 0.8);
  
  line-height: 23px;
  font-weight: 300;;
  padding: 120px 50px 50px 110px;
  /* background: url(../images/calender-bg.jpg) 60px 123px no-repeat; */
}
.maincnt .lefttext .Academicyear{
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 30px
}
.maincnt .lefttext .Academicyear2{
  font-size: 47px;
  font-weight: 700;
  display: block;

  line-height: 45px;
  color: rgba(57, 126, 184, 1);

}




.yellowbox ul {
  padding: 0px;
  margin: 0px;
}

.yellowbox ul li {
  display: block;
  float: left;
  width: 45.7%;
  font-family: "JioType";
  font-size: 50px;
  color: #fff;
  margin: 10px;
  /* margin: 10px;
  border-radius: 12px;
  transition: 0.5s;
  background: linear-gradient(299.5deg, #F6931F -40.15%, #FFA400 41.51%, #FFC700 104.17%);

  padding: 70px 45px 25px 45px; */
  line-height: 20px;
    text-align: left;
}

.yellowbox ul li span {
  font-family: "JioType";
  font-size: 13px;
    color: #fff;
    font-weight: 500;
}

/* .yellowbox ul li:hover {
  background: #017acf;
  cursor: pointer;
} */

/*form 1 css start here */
.formstepbox {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.stepline {
  position: relative;
  background: rgba(177, 220, 239, 1);

  height: 1px;
  width: 85%;
  margin: 0px auto;
  top: 23px;
}

.stepyellow {
  width: 45px;
  height: 45px;
  margin: 0px auto;
  background: rgba(177, 220, 239, 1);

  color: #fff;
  font-family: "JioType";
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px !important;
}

.stepblue {
  width: 45px;
  height: 45px;
  margin: 0px auto;
  background: rgb(251 186 123);

  color: #fff;
  font-family: "JioType";
  font-size: 20px;
    line-height: 45px;
  text-align: center;
  border-radius: 50px !important;
}

.stepbox p {
  text-align: center;
  font-family: "JioType";
  font-size: 14px;
  margin: 5px 0px 0px 0px;
}

.stepbox {
  z-index: 1;
}

#profileImage {
  margin: 22px 0px 0px 0px;
}

.formtitle {
  padding: 60px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 28px;
  font-family: "JioType";
  color: #6089B1;

  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.formtitle2 {
  padding: 10px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 28px;
  font-family: "JioType";
  color: #6089B1;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.maincnt .form-group label {
  font-family: "JioType";
  font-size: 14px;
  font-weight: normal;
}

.maincnt .form-group input {
  font-family: "JioType";
  font-size: 14px;
  font-weight: normal;
  border-radius: 0px;
  border: 1px solid #d2d3d3;
}

.maincnt .form-group select {
  font-family: "JioType";
  font-size: 14px;
  font-weight: normal;
  border-radius: 0px;
  border: 1px solid #d2d3d3;
}

#uploadFormLayer .upload-button .btn {
  border-radius: 0px;
 background: #FAAC61;

  width: 100%;
  font-family: "JioType";
  font-size: 14px;
  border: none;
}

.uploadpic-margin {
  margin-bottom: 8px;
}

.form-group textarea {
  height: 120px;
}

.nextbtn {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin: 50px 0px 0px 0px;
}

.nextbtn button {
  background: #69AF76;

  color: #fff;
  border: 0px;
  font-family: "JioType";
  font-size: 18px;
  padding: 8px 100px;
  border-radius: 6px !important;
}

.chekboxtopmar {
  margin: 50px 0px 0px 0px;
}

/*form 1 css end here */

.profilebg {
  background: #f2f2f2;
  padding: 30px;
}

.profileimg {
  width: 100%;
  border: 1px solid #d0d0d0;
  width: 100%;
  height: auto;
}

.profileimg .proflecont {
  width: 100%;
}

.profilebg .title {
  font-family: "JioType";
  font-size: 16px;
}

.profilebg .title span {
  float: right;
}

.profilebg .discription {
  font-family: "JioType";
  font-size: 14px;
  color: #9c9494;
}

.profilebg button {
  border: 0px;
  font-family: "JioType";
  font-size: 15px;
  color: #fff;
  background: #fcb131;
  padding: 4px 30px;
  margin: 0px 10px 0px 0px;
}

.profilebg .rowmar {
  margin: 0px 0px 20px 0px;
}

.profilebg button:hover {
  background: #017acf;
}

.btnactive {
  background: #017acf !important;
}

.tablecss th {
  font-family: "JioType";
  font-size: 13px;
  background: #017acf;
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
}

.tablecss td {
  font-family: "JioType";
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.tablecss td span {
  top: 9px;
  position: relative;
  background: #017acf;
  width: 20px;
  padding: 6px;
  border-radius: 5px !important;
  color: #fff;
}

.uploadfile .form-group label {
  padding: 9px;
  background: #017acf;
  color: #fff;
}

.uploadfile .formtitle {
  padding: 30px 0px 20px 0px;
}

.lableremovepad {
  padding: 0px !important;
  background: none !important;
  color: #000 !important;
}

.lableremovepad span {
  color: #ff0000;
}

.add_browbtn {
  margin-top: 15px;
}

.profilebutton {
  width: 100%;
  margin: 0px 0px 30px;
  height: 100%;
  overflow: hidden;
  color: #fcb131;
  font-family: "JioType";
  font-size: 24px;
}

.addnewadmi {
  border: 0px;
  float: right;
  background: #017acf;
  color: #fff;
  font-family: "JioType";
  font-size: 18px;
  padding: 7px 20px;
}

.addnewadmi:hover {
  background: #fcb131;
}

.btn-sign a {
  text-decoration: none;
  color: #fff;
}

.btnactive a {
  text-decoration: none;
  color: #fff;
}

.nextbtn a {
  text-decoration: none;
  color: #fff;
}

.yellowbox li a {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
    font-weight: 500;
  border-radius: 12px !important;
  transition: 0.5s;
  background: linear-gradient(297.57deg, #FAAD63 0%, #FBD96D 103.96%);

display: block;
  padding: 70px 45px 25px 45px;
}

.yellowbox li .green{
  background: linear-gradient(297.57deg, #8CB994 0%, #A9D2B0 103.96%);

}

.yellowbox li .blue{
  background: linear-gradient(297.57deg, #538DC5 0%, #A0CAE8 103.96%);


}

.yellowbox li .purple{
  background: linear-gradient(297.57deg, #9D89B9 0%, #DAD1E6 103.96%);


}

.yellowbox li a:hover{
  background: #017acf;
    cursor: pointer;
    border-radius: 12px !important;
}

.tablecss input {
  border-radius: 0px;
}

.tablecss select {
  border-radius: 0px;
}

.tablebox {
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
  overflow: hidden;
}





/* nmajs login page school bg    22-7-24  */

.nmajsloginpage{
  background:#496298;
}
.namloginbox{
  width: 70%;
  margin: 2% auto 0px;
  background: #fff;
  position: relative;
  padding: 20px;
  height: auto;
  overflow: hidden;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

}
.nmabuildingimg {
  width: 55%;
  float: left;
 /* background: url(../images/NMAJS-building.jpg) left top no-repeat ;
 background-size: cover; */

}

.nmabuildingimg  img {
  width: 100%;
}
.nmaloginform {
  width: 45%;
  float: left;
} 

.nmaloginform .logindiv {
  padding: 00px 0px 20px 20px;
}

.nmajslogo {
  text-align: center;
  position: relative;
}

.nmaloginform .loginbox .form-control {
  height: 40px;
  height: 40px;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  color: #000;
}

.nmaloginform .loginbox .sablinks .forgotpass a {
  color: #000 !important;
}

.nmaloginform .loginbox input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /* color: rgba(0, 0, 0, 0.7); */
  color: #000;
}

.nmaloginform .loginbox input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.nmaloginform .loginbox input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.nmaloginform .loginbox input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.captchacode{
  width: 100%;
  position: relative;

  background: #f7f7f7;
  margin-top: 10px;
}

.captchacode img {
  height: 30px;
}

/* .login-card-img {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */

.nmaloginform  .sablinks .forgotpass{
  width: 40%;
}

@media screen and (max-width : 980px) 
{
.nmabuildingimg {
  display: none;
}
.nmaloginform {
  width: 100%;
}
}

@media screen and (max-width : 640px) {
  .namloginbox{
    width: 90%;
  }
  .nmaloginform .sablinks .forgotpass {
    width: 100%;
    float: left;
    text-align: left;
    font-family: "JioType";
    font-size: 14px;
}
}