@charset "utf-8";
/* CSS Document */
/* @import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto|Source+Sans+Pro');
 */

body {
    background: #f8f7fa  !important;
    background-size: 100% 100% !important;
}
.navbar-brand img{
	height:80px;
}


.forgot_line{
	border-bottom:10px solid red;
}

.forgotbghead{
    margin: 10px auto 45px;
    font-size: 24px;
    text-align: center;
    color: rgb(98, 58, 162);
    white-space: nowrap;
    }

.forgotbg{
    background: #ffffff;
    /* box-shadow: 0px 9px 10px 0px #000000b5; */
    /* margin:auto; */
    margin-top: 21px;
    border-radius: 0px 0px 0px;
    padding-bottom: 0px;
    padding: 2rem 3rem;
    /* border-bottom:solid 1px #ddd; */
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
   }

.forgotbg .btn{
    border-radius:0px !important;
    background: #ff574d !important;
}


   .forgotbg2{
    background: #f6f6f6;
    width:660px;
    margin:auto;
    padding-top:20px;
    margin-bottom: 20px;
    padding-bottom:50px;
    border-radius:0px 0px 15px 15px;
   }
   
   .passtext {
	   font-family: 'Source Sans Pro', sans-serif;
	   font-size: 25px;
	   font-weight:bold;
	   padding: 15px;
	   margin: auto;
	  }

      .passtext h1 {
	   font-family: 'Source Sans Pro', sans-serif;
	   font-size:30px;
	   font-weight:bold;
	   color: black;
	   /* line-height:150%; */
	  }

   .passtext span {
	   font-family: 'Source Sans Pro', sans-serif;
	   font-size: 12px;
	   font-weight:500;
	   color: rgb(98, 58, 162);
	  }

   .forgotface {
   	text-align:center;
   	margin-top:25px;
   	
   }
   .forgotface img {
   	width: 104px;
   	margin: auto;
   }

   .forgotbg input{
   width: 100%;
   margin-top:7px;
   color: white;
   border: none;
   background: none;
   font-weight:500;
   border-radius: 0px;
   padding-left:15px;
   font-family: 'Source Sans Pro', sans-serif;
   font-size: 18px;
   height: auto;
   padding: 9px;
   margin-bottom: 17px;
   border-bottom: 1px solid black;
   }

   .forgotbg .btn{
    padding: 10px 25px;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.364;
    text-transform: capitalize;
    margin: 0;
    white-space: normal;
    border-radius: 5px !important;
   }


      .forgotbg2 input{
   width:90%;
   margin-top:7px;
      font-weight:500;

      padding-left:15px;
         font-family: 'Source Sans Pro', sans-serif;

   }

   .forgotbg2 .btn{
   width:90%;
   margin-top:7px;
   border-radius:5px;

   font-weight:bolder;

   font-family: 'Source Sans Pro', sans-serif;
margin: 0px 0px 0px 0px;

   }

.forgotbg .btn {
    width: 90%;
}

   
   @media screen and (min-width:240px) {

.forgotbg .btn {
    width: 90%;
    font-size: 14px;
}

.forgotbg2 .btn {
    width: 90%;
    font-size: 14px;
}


.passtext h1 {
   font-size: 22px;
}

   	.forgotbghead{
    width:100%;
   }

   	.forgotbg{
    width:100%;
   }

      	.forgotbg2{
    width:100%;
   }

   } 


      @media screen and (min-width:1100px) {


.forgotbg .btn {
    width: 90%;
    font-size: 18px;
}

.forgotbg2 .btn {
    width: 90%;
    font-size: 18px;
}

.forgotbg .btn {
    width: 100%;
}
.passtext h1 {
   font-size: 22px;
}

   	.forgotbghead{
    width:660px;
   }

   	.forgotbg{
   }

      	.forgotbg2{
    width:660px;
   }

   } 