@import url('https://fonts.googleapis.com/css?family=Poppins');


/*body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    background: url(https://csm-documents-dev.s3.ap-south-1.amazonaws.com/1034/images/183bd874-c7b5-4506-8850-c8033921e7aabook.jpg);
    
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}*/
body {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    /*background-Image: url();*/
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
/*<script type="text/javascript" >
</script >*/
/*document.body.style.backgroundImage = 'url(' + '<%#Session("background_URL")%>'' + ')';
*/
body:before {
    position: absolute;
    content: "";
    /*background: rgba(30, 4, 58, 0.58);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.position-relative {
    width: 100%;
    max-width: 100%;
}
a {
	color: #92badd;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}
div#formFooter a {
    text-decoration: none;
    text-transform: uppercase;
}

#formContent h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #cccccc;
    width: 100%;
    max-width: 75%;
    margin: 20px auto;
    display: block;
}



/* STRUCTURE */

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px 60px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 370px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
}
#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

.fourth {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 14px 28px 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fourth:hover, .fourth:hover, .fourth:hover  {
  background-color: #39ace7;
  color:#fff;
}

.fourth:active, .fourth:active, .fourth:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 12px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
input[type="password"]{
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 12px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
select#ddlsession{
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 12px 15px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    width: 100%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
select#ddlsession:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}
input[type="password"]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
  color: #cccccc;
}
a.back-to-login-link {
    display: none;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}
div#formContent form {
    padding: 21px 12px;
    width: 100%;
    max-width: 97%;
}
.widget-main {
    display: none;
}
div#forgot-box {
    display: none;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    display: none;
}
div#formContent form label {
    font-size: 14px;
    padding-left: 9px;
    color: #333;
}
select.fadeIn.fourth {
    width: 100%;
    padding: 14px 15px;
    background: #f6f6f5;
    border: none;
    color: #767676;
    font-size: 14px;
    margin-left: 5px;
}


/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
}

* {
  box-sizing: border-box;
}
#formContent img {
    width: 100%;
    max-width: 75%;
}



.button__container {
    position: absolute;
    width: 15vw;
    height: 15vw;
    min-width: 35px;
    min-height: 35px;
    left: 29.7%;
    bottom: 0;
    top: 16%;
}
.button__outer {
    position: absolute;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all .1s;
    background-color: #345289;
    text-align: center;
    margin: 54px 0px 0px -46px;
}

.button__inner {
    height: 5vw;
    width: 5vw;
    min-width: 72px;
    min-height: 35px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../Images/add.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    transform: rotate(0deg);
    transition: rotate .4s;
    z-index: 2;
    background-color: #3188b1;
    tap-highlight-color: transparent;
}
a.button__outer-anchor img {
    width: 100%;
}
.button__outer-open {
    height: 65%;
    width: 65%;
    margin-left: -37%;
    margin-top: -7%;
    animation: halo .8s;
}
.button__outer-open a {
	z-index: 10;
}

.button__inner-close {
    background-image: url(https://res.cloudinary.com/cloud-image-storage/image/upload/v1532403251/svgees/x.svg);
    transform: rotate(90deg);
    transition: transform .3s;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    margin-left: 35px;
    margin-top: 6px;
}

.button__inner-close:hover {
    background-color: #3188b1;
}

@keyframes poof {
	90% {
		transform: scale(1.2);
	}
}

@keyframes un-poof {
	50% {
		transform: scale(0.8);
	}
}

@keyframes halo {
	0% {
		box-shadow: 0 0 20px #f08048;
	}

	100% {
		box-shadow: 0 0 20px transparent;
	}
}

.button__outer-anchor {
	position: absolute;
	width: 12%;
	border-radius: 50%;
}

.button__outer-anchor:nth-of-type(1) {
	left: 8%;
}

.button__outer-anchor:nth-of-type(2) {
	right: 8%;
}

.button__outer-anchor:nth-of-type(3) {
	left: 42.5%;
	top: 8%;
}

.button__outer-anchor:nth-of-type(4) {
	left: 42.5%;
	bottom: 8%;
}

.button__outer-anchor:hover {
	transform: scale(1.1);
}

.footer {
    overflow: hidden;
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}
p.foot_img {
    text-align: right;
    margin-right: 55px;
}
p.copy {
    color: #7d7d7d;
    margin-top: 13px;
}
p.copy {
    color: White;
    margin-top: 13px;
    margin-left: 50px;
}
.csm_logos img {
    width: 100%;
    max-width: 60%;
}
.csm_logos {
    position: absolute;
    right: 0px;
    top: 60px;
}
@media screen and (min-width:320px) and (max-width:767px) {
body {
background-size: auto;
background-repeat: repeat;
height: 87vh;
}
body:before {
top: 0;
bottom: -100px;
}
.wrapper {
width: 100%;
min-height: 100%;
padding: 20px 20px;
}
.footer {
overflow: visible;
position: relative !important;
}
p.copy {
color: #ffe3e3;
text-align: center;
}
p.foot_img {
text-align: center;
margin-right: 0;
}
input[type="password"] {
padding: 6px 15px;
}
select#ddlsession {
padding: 6px 15px;
}
.button__container {
   
    display: none;
}
body:before {
    top: 0;
    bottom: -184px;
}
.csm_logos {
    position: relative;
    right: 0px;
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
}
.csm_logos img {
    width: 100%;
    max-width: 32%;
    margin: 0px auto 15px;
    text-align: center;
}
#formContent {
    width: 100%;
    max-width: 100%;
}
p.copy {
    color: #ffe3e3;
    text-align: center;
    margin-left: 0;
}
.button__container {
    display:none;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
.button__container {
position: absolute;
width: 22vw;
height: 22vw;
min-width: 35px;
min-height: 35px;
left: 50.7%;
bottom: 0;
top: 12%;
}
.button__outer {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all .1s;
    background-color: #345289;
    text-align: center;
    margin: 54px 0px 0px -46px;
}
.button__inner {
    height: 9vw;
    width: 22vw;
    min-width: 35px;
    min-height: 37px;
    border-radius: 50%;
    cursor: pointer;
    background: url(../Images/add.svg);
    background-repeat: no-repeat;
    background-size: 26%;
    background-position: center;
    transform: rotate(0deg);
    transition: rotate .4s;
    z-index: 2;
    background-color: #345289;
    tap-highlight-color: transparent;
}
p.copy {
  color: #fefefe;
  margin-left: 20px;
  /* display: none; */
}
.social-iconss ul {
  width: 50%!important;
}
}


.button__container {
  display: none;
}
.login_btn input {
  margin: 0;
  box-shadow: none;
}
.login_btn {
  text-align: center;
  margin: 8% 0px 2%;
}
.social-iconss ul {
  padding: 0;
  list-style: none;
  /* float: left; */
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.social-iconss ul li {
  float: left;
  width: 33%;
}

.social-iconss {
  text-align: center;
  float: left;
  width: 100%;
}

.social-iconss ul li a {
  background: white;
  width: 38px;
  height: 38px;
  color: black;
  border-radius: 50%;
  line-height: 38px;
  font-size: 15px;
}

.social-iconss ul li a:hover {
  background: #1698d4;
  color: white;
  border: 1px solid #fff;
}

@media (min-width:768px) and (max-width:991px){
  p.copy {
    font-size: 11px;
}
.social-iconss ul {
  width: 68%!important;
}
}
@media (min-width:320px) and (max-width:767px){
  .social-iconss {
    margin: 3px 0 22px;
  }
  .social-iconss ul {
    width: 63%;
}
}