.Header__defaultContent .Header__titleSearchBox{
  padding-top:0;
}

/*.Signin__details, .Signup__details, .ForgetPasswordContainer__details{
	padding: 7.875rem 0;
}*/

.user-notification{
	position: absolute;
  	z-index: 3;
  	margin: 55px 0;
    width: 100%;
}

.user-notification .notification-container{
	padding: 0 16%;
    width: 90%;
}

.user-notification .notification-container .notification-header{
	text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 27px;
}

.user-notification .notification-container .notification-description{
	font-size: 90%;
    color: #00a3fe;
}

.user-notification .notification-container .notification-description a{
	color: red;
}

.Link__link2{
	color: #3e7af7 !important;
}

@media (max-width: 1480px) {}
@media (max-width: 1024px) {}
@media (max-width: 980px) {}
@media (max-width: 860px) {
	.user-notification .notification-container{
      	padding: 0 3% 0px 13%;
    	width: 88%;
  	}	
}
@media (max-width: 768px) {
	.user-notification .notification-container {
        padding: 0 2% 0 2%;
        width: 96%;
    }
}
@media (max-width: 768px) {
  .user-notification .notification-container .notification-header {
      padding-bottom: 5px;
      font-size: 114%;
  }
}
@media (max-width: 414px) {
  .user-notification .notification-container {
      padding: 0 1% 0 3%;
      width: 92%;
  }
  .user-notification .notification-container .notification-header {
      padding-bottom: 0px;
      font-size: 114%;
  }
}
