body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

label {
  cursor: pointer;
}

.modal-btn {
  position: relative;
  display: table-cell;
  
  background: -moz-linear-gradient(270deg, rgba(40,141,231,1) 0%, rgba(36,63,168,1) 61%, rgba(6,11,105,1) 98%, rgba(6,11,105,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(40,141,231,1)), color-stop(61%, rgba(36,63,168,1)), color-stop(98%, rgba(6,11,105,1)), color-stop(100%, rgba(6,11,105,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(40,141,231,1) 0%, rgba(36,63,168,1) 61%, rgba(6,11,105,1) 98%, rgba(6,11,105,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(40,141,231,1) 0%, rgba(36,63,168,1) 61%, rgba(6,11,105,1) 98%, rgba(6,11,105,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(40,141,231,1) 0%, rgba(36,63,168,1) 61%, rgba(6,11,105,1) 98%, rgba(6,11,105,1) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(40,141,231,1) 0%, rgba(36,63,168,1) 61%, rgba(6,11,105,1) 98%, rgba(6,11,105,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288de7', endColorstr='#060b69',GradientType=0 ); /* ie6-9 */
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  
  
  transition: box-shadow 250ms ease;
}
.signin {
	width:126px;
	float:left;
	
	text-align:center;
	margin:10px;
}
.signin a{
	font-size: 16px;
  color: white;
  text-align: center;
  line-height: 2.75;
}
.modal-btn a{
	
}
.modal-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: background-color 250ms linear;
}

.modal-content {
  position: absolute;
  top: 122%;
  left: 50%;
  width: 44%;
  height: auto;
  margin-top:0;
  margin-left: -25%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 250ms ease;
  visibility: hidden;
  z-index: 20;
}
.modal-content .close {
  position: relative;
  float: left;
  font-size: 18px;
  transition: transform 500ms ease;
  z-index: 11;
}
.modal-content .close:hover {
  color: #3498db;
  transform: rotate(540deg);
}
.modal-content header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.modal-content header h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
}
.modal-content article {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
}
.modal-content footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
}
.modal-content footer .button {
  position: relative;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
}
.modal-content footer .button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 250ms ease;
  z-index: 0;
}
.modal-content footer .button:hover:before {
  width: 100%;
}
.modal-content footer .button.success {
  margin-right: 5px;
  background-color: #2ecc71;
}
.modal-content footer .button.danger {
  background-color: #e74c3c;
}

#modal {
  display: none;
}
#modal:checked ~ .modal-bg {
  visibility: visible;
  /* background-color: black; */
  opacity: 0.7;
  transition: background-color 250ms linear;
}
#modal:checked ~ .modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 111;
}

.input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold;
}

.input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 12px 15px 0px;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group input[type="text"], .input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    margin-bottom: 7px;
}

.form-control, .form-group .form-control {
    border: 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: 400;
}
.input-group input[type="text"], .input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
}
.form-control {
    height: 36px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.428571429;
}
.input-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #1f91f3;
}
.input-group {
    width: 100%;
    margin-bottom: 20px;
}
.:
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.card .title span {
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 18px;
    font-weight: 400;
    color: #444;
}
.card .title {
    position: relative;
    z-index: 1;
    border-right: 5px solid #00adef;
    margin: 0 0 25px;
    padding:10px 24px 10px 42px;
    color: #00adef;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.card .title .msg {
    font-size: 13px;
    color: #666;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 18px;
    margin-top: 10px;
    text-transform: none;
}
.btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
	
}
.btn-style{
	position: absolute !important;
    top: -25% !important;
}
.btn.btn-raised:not(.btn-link), .btn-group-raised .btn:not(.btn-link), .input-group-btn .btn.btn-raised:not(.btn-link), .btn-group-raised .input-group-btn .btn:not(.btn-link) {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.btn.btn-raised, .btn.btn-raised.btn-default, .btn.btn-fab, .btn.btn-fab.btn-default, .btn-group-raised .btn, .btn-group-raised .btn.btn-default, .input-group-btn .btn.btn-raised, .input-group-btn .btn.btn-raised.btn-default, .input-group-btn .btn.btn-fab, .input-group-btn .btn.btn-fab.btn-default, .btn-group-raised .input-group-btn .btn, .btn-group-raised .input-group-btn .btn.btn-default {
    background-color: #fff;
    color: rgba(0,0,0, 0.87);
}

.g-bg-blue {
    background: linear-gradient(60deg, #00adef, #0094da) !important;
    color: #fff !important;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.btn, .input-group-btn .btn {
    border: none;
    border-radius: 4px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}



/*-------new css start,  written vipil  ----*/


.reset-password{    margin-top: 50px;}

.reset1{    background-color: #ffffff;    box-shadow: 1px 8px 11px 1px rgba(171, 171, 171, 0.3);}


.reset2{      background-color: #e6e6e6;}


.success-message{ text-align: center;
    background-color: #fff;
    padding: 50px;
    color: white;
margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 44px 0px;
    
}


.success-message h3{font-size: 24px;
    padding-top: 0px; color: black;}



.success-message p{font-size: 15px;color: black;
    padding-top: 0px;}


.success-message p a{
  color: #087702;
    font-size: 19px;}



.success-message p a:hover{
      color: #000;
    font-size: 19px;}

.success-message-icon{}

.success-message-icon i{ font-size: 57px;
    color: #087702;}



.warning-message{
   
    background-color: #fff;

text-align: center;
   
    padding: 50px;
    color: white;
margin-top: 50px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 44px 0px;
    border-top-color: #ffa71e;
    border-top-style: solid;
    border-top-width: 7px;




}



.warning-message h3{font-size: 24px;
    padding-top: 0px;
    color: black;}



.warning-message p{font-size: 15px;    color: black;
    padding-top: 0px;}


.warning-message p a{
  color: #ff0202;
    font-size: 19px;}



.warning-message p a:hover{
      color: #ffa71e;
    font-size: 19px;}

.warning-message-icon{}

.warning-message-icon i{     font-size: 70px;
    color: #ffa71e;
  
    float: left;}






.second-box{ text-align: center;
  
    padding: 0px;
    color: black;
margin-top:0px;
}




.third-box{ text-align: center;
       background-color: #163665;
    padding: 30px;
    color: white;
margin-top: 50px;
}

/*-------new css end,  written vipil  ----*/




/*****************media query**********************
===================================================*/


@media only screen and (max-width: 440px) {
    .modal-content {
  position: absolute;
  top: 122%;
  left: 30%;
  width: auto;
  height: auto;
  margin-top:0;
  margin-left: -25%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: transform 250ms ease;
  visibility: hidden;
  z-index: 20;
}

