@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
#Regenerate svg{
    width: 15px;
    height: 15px;
    fill: #0077B5;
}
.logonMessageSpan{
	     font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #2a6feb;
}
.forgot-l {
    font-size: 15px;
}
#Regenerate{
    outline: none;
    border: none;
    background: none;
    margin-left: 7px;
    display: flex;
	}
  .captcha-validation-message-login{
    height: 26px;
    color: red;
  }
  .location-validation{
    height: 26px;
    color: red;
  }
  .loginButtonElement{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
	.message-captcha-div{
		display: flex;
		justify-content: center;
	}
.captcha-parent-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;	
}
#message-captcha{
	color: red;
	margin-bottom: 6px;
}
.captcha-input{
	margin-right: 10px;
}
#captcha-input-tag{
	padding: 6px 6px 6px 10px;
    background-color: #E8F0FE;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
	border-radius: 7px;
}
#captcha-input-tag:focus{
	outline: none;
}
.show-captcha-text{
	     background: #E8F0FE;
    border-radius: 7px;
    user-select: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-captcha-text span{
	    margin-left: 3px;
    margin-right: 3px;
}
.show-captcha-text canvas{
	margin: 0;
	width: 100%;
	height: 100%;
	    border-radius: 7px;
}
.captcha-button{
	display: flex;
	align-items: center;
}
  /* sub menus tooltip */
  .Regeneratebtn[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  .Regeneratebtn[tooltip]::before,
  .Regeneratebtn[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  .Regeneratebtn[tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  .Regeneratebtn[tooltip]::after {
	content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 7px;
    border-radius: 10px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0);
    background: rgb(0, 0, 0);
    color: #fff;
    z-index: 1000;
  }
  
  /* Make the tooltips respond to hover */
  .Regeneratebtn[tooltip]:hover::before,
  .Regeneratebtn[tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  .Regeneratebtn[tooltip='']::before,
  .Regeneratebtn[tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: DOWN */
  .Regeneratebtn[tooltip][flow^="up"]::before {
    top: -21%;
    border-top-width: 0;
    border-bottom-color: #333;
    transform: rotate(179deg)!important;
    left: 10px!important;

  }
  .Regeneratebtn[tooltip][flow^="up"]::after {
     top: calc(-193% + 5px);
}
  .Regeneratebtn[tooltip][flow^="up"]::before,
  .Regeneratebtn[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-verts {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  .Regeneratebtn[tooltip][flow^="up"]:hover::before,
  .Regeneratebtn[tooltip][flow^="up"]:hover::after {
    animation: tooltips-verts 300ms ease-out forwards;
  }
  
@media (max-width: 768px){
     .customContainer {
        width: 650px;
  }
}
@media (max-width: 640px){
     .customContainer {
        width: 590px;
  }
}
@media (max-width: 580px){
     .customContainer {
        width: 572px;
  }
}