.boxmak{
    height: 150px; 
    position: fixed;
    left:0;
    top:0;
    width:100%;
    background:#3c5a99;
    padding-bottom: 10px;
    color: white;
    z-index: 5;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
       
        .navbar-brand {
  padding-left: 0px; /* firefox bug fix */
}

         #logo {
    width: 20%;
             height:-100%;
    display: block;
    margin-left: -25%;
     margin-top: -4%;
    margin-right: auto;
    /* padding-top: 2%; */
    position: sticky; 
}
.navs{
    height: 100px; 
    position: fixed;
    left:0;
    top:0;
    width:100%;
    background:#3c5a99;
    padding-bottom: 10px;
    color: white;
    z-index: 5;
}

.boxmak button {
    position: absolute;
    bottom: 0;
    left: 15;
}
.boxmak img {
    left: 50%;
    transform: translate(-50%);
    position: absolute;
}

.logoutLblPos{
   position:fixed;
   right:10px;
   top:5px;
    z-index: 5;
}

#logo
{
    width: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    position: absolute;
}

.Search
{
    position: fixed;
    margin-top: 10px;
    color: darkgrey;
    font-size: 22px;
    left: 53%;
    padding-left:5px;
    padding-right: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Search:hover
{    color: black;
     text-decoration: none;
}

.Home
{
    position: fixed;
    margin-top: 10px;
    color: darkgrey;
    font-size: 22px;
    left: 40%; 
    padding-left:5px;
    padding-right: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Home:hover
{
    color: black;
    text-decoration: none;
}

.boxmaksubmission
{
    width:300px;
    background: #F0F0F0;
    border-radius: 10px;
    padding-bottom: 20px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%);
    
}

.submission {
    padding-left: 150px;
    align-content: center;
    text-align: center;   
}

.submissionaccno {
    align-content: center;
    padding-left: 10px;
}



.form-group 
{
    padding-top: 80px;

}

.page-heading
{
    align-content: center;
    text-align: center;
    color: #191970;
    font-size: 20px;
    font-family: "Lucida Sans Unicode";
    font-weight: normal;  
    border-color: none;
}

.center {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.centerSp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*Emoji*/

.emoji {
	 border-radius: 50%;
	 position: relative;
	 width: 100px;
	 height: 100px;
	 background-color: #AAADBC ;
     left: 50%;
     transform: translate(-50%);
}

.emoji1:after, .emoji1:before {
	 position: absolute;
	 content: "";
	 height: 10px;
	 width: 10px;
	 background-color: #414141;
	 border-radius: 50%;
	 top: 48px;
	 animation: emoji1-face-move 5s ease-in-out infinite, emoji1-eyes-blink 2s ease-in-out infinite;
	 animation-direction: alternate;
}
 .emoji1:after {
	 left: 30px;
}
 .emoji1:before {
	 left: 85px;
}
 .emoji1 .mouth {
	 position: absolute;
	 height: 3px;
	 width: 35px;
	 background-color: #414141;
	 border-radius: 5px;
	 top: 68px;
	 left: 45px;
	 animation: emoji1-face-move 5s ease-in-out infinite;
	 animation-direction: alternate;
}
 @keyframes emoji1-eyes-blink {
	 0% {
		 height: 10px;
	}
	 97% {
		 height: 10px;
	}
	 100% {
		 height: 0px;
	}
}
 @keyframes emoji1-face-move {
	 0% {
		 transform: translateX(0);
	}
	 30% {
		 transform: translateX(0);
	}
	 35% {
		 transform: translateX(-20px);
	}
	 65% {
		 transform: translateX(-20px);
	}
	 70% {
		 transform: translateX(-10px);
	}
	 85% {
		 transform: translateX(-10px);
	}
	 90% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(0);
	}
}

/* Buttons */
.btn {
  margin-left: 10px;
  margin-right: 10px;
}

.btn-primary {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: rgba(58, 133, 191, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(58, 133, 191, 0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-primary:hover {
  color: #FFF;
  background: rgba(58, 133, 191, 0.75);
  border: 2px solid rgba(58, 133, 191, 0.75);
}
 

 




