.aaaaa {
    position: absolute;
    color: #f2564d;
    visibility: visible;
    opacity: 1;
    font-size: 35px;
    right: 25px;
    bottom: 1px;
}

.errorBorder {
    border-bottom: solid 2px #f2564d !important;
}

body {
    background-size: cover;
    color: white;
    overflow: hidden;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}