

body {
  background-image: linear-gradient(174deg,rgb(255, 255, 255,.5), rgb(170, 169, 173,.5));
/*    background-image: linear-gradient(176deg,rgb(128, 212, 255, .5), rgb(255, 210, 77, .5)); */
}

#linkRequestDetails{
    margin:5%;
    border-top-style: double;
    border-top-width: 3px;
    display: none; /* Hidden by default */
}

#mainSplash{
    position:relative;
    background-repeat: no-repeat;
    background-image: url('Compass-Free-PNG-Image.png');
}

#openLinkRequestButton{
    background-color: rgb(205, 175, 121);
    border-color: rgb(159, 136, 95);
    font-family:Palatino;
    font-weight: bold;
    font-size:24pt;
    color:rgb(73, 113, 172);
    /* background-color: MediumTurquoise; */
    min-width: 30px;
    margin-left: 4%;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    position: absolute;
}

#loginButton {
    background-color: rgb(205, 175, 121);
    border-color: rgb(159, 136, 95);
    font-family:Palatino;
    font-size: 18pt;
    font-weight: bold;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
}

#cancelButton{
    background-color: rgb(205, 175, 121);
    border-color: rgb(159, 136, 95);
    font-family:Palatino;
    font-size: 14pt;
    font-weight: bold;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
}

.button {
    margin: 7px 7px;
    background: #797552;
    /* background-color: MediumTurquoise; */
    height:30px;
    min-width: 30px;
    font-size: 14px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}

.button:hover {
    background-color: #b3af7e;
}

#emailAddressInput {
    width: 45%;
    height: 36px;
    font-size: 16pt;
    background-color: rgb(218, 196, 156);
    border-color: #664400;
    color: black;
    padding:20px;
    margin: 7px 7px;
    }
