﻿/* The message box is shown when the user clicks on the password field */
.WrappedColumnClass {
    white-space: normal;
    word-wrap: break-word;
}  

#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 5px;
    margin-top: 10px;
}

#message p {
    padding: 5px 15px;
    font-size: 12px;
}

.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}





.headingBrioler {
    
}

    .headingBrioler:hover {
        background-color: dimgray;
        width: 400px;
        height: 30px;
        color: black;
        border: solid;
        border-width: 2px;
        padding: 5px;
        border-color: black;
    }

.bodyBrioler { style="padding-left:275px"
    background-color: dimgray;
    width: 400px;
    height: 30px;
    color: white;
    border: solid;
    border-width: 2px;
    padding: 5px;
    border-color: black;
    text-decoration:underline;
    border-bottom:none;
}

.bodyDevices {
    background-color: #AEBFDD;
    width: 300px;
    height: 20px;
    height: 20px;
    border-width: 2px;
    padding: 5px;
}


.mainContent {
    padding-left:55px
}

.desktopPic {
    padding: 5px;
    background-color: gray;
    right: 10px;
    top: 5px;
}
  

.desktopPic:hover {
    background-color:dimgrey
}
