.alertError {
    text-align             : center;
    border-radius          : 25px 25px 25px 25px;
    -moz-border-radius     : 25px 25px 25px 25px;
    -webkit-border-radius  : 25px 25px 25px 25px;
    background: rgba( 255, 0, 0, 0.60 );
    box-shadow             : 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter        : blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    color: white;
}

  .loginAlertError {
        width: 100%;
        text-align             : center;
        border-radius          : 0px 0px 5px 5px;
        -moz-border-radius     : 0px 0px 5px 5px;
        -webkit-border-radius  : 0px 0px 5px 5px;
        background: rgba( 255, 0, 0, 0.60 );
        box-shadow             : 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter        : blur(8.5px);
        -webkit-backdrop-filter: blur(8.5px);
        color: white;
	}


.box {
    text-align             : center;
    -moz-border-radius     : 25px 25px 25px 25px;
    border-radius          : 25px 25px 25px 25px;
    -webkit-border-radius  : 25px 25px 25px 25px;
    background: rgba( 255, 0, 0, 0.60 );
    box-shadow             : 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter        : blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    color: white;
    width: 600px;
    height: 30px;
    padding: 5px;
    position: relative;
    /* margin: 40px; */
    float: left;
    margin-bottom: 20px;
  }

  .box.arrow-top {
    margin-top: 20px;
  }
  
  .box.arrow-top:after {
    content: " ";
    position: absolute;
    right: 340px;
    top: -10px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid rgba( 255, 0, 0, 0.60 );
  }


  
@media only screen and (max-width: 768px) {
  .box {
    text-align             : center;
    -moz-border-radius     : 25px 25px 25px 25px;
    border-radius          : 25px 25px 25px 25px;
    -webkit-border-radius  : 25px 25px 25px 25px;
    background: rgba( 255, 0, 0, 0.60 );
    box-shadow             : 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter        : blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    color: white;
    width: 450px;
    height: 30px;
    padding: 5px;
    position: relative;
    /* margin: 40px; */
    float: left;
    margin-bottom: 20px;
  }
}

.alert{
  padding: 0px!important;
  padding-top: 10px!important;
}
