.myAlert-top{
    position: fixed;
    top: 20%; 
    left:30%;
    width: 40%;
}

.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}

div.fullscreen {
  position: absolute;
  width:100%; 
  height:960px; 
  top: 0; 
  left: 0; 
  background-color: lightblue;
}

.alert{
    display: none;
}


.inputfieldborder_error{
	background-color: #FD5A44;
	color: white;
}
.inputfieldborder_success{
	background-color: white;
}