.overlay-content {
position: relative;
width: 80%;
float:right;
font-family: monospace;
font-size: 18px;
margin-top: 20px;
margin-right:30px;
}

::placeholder {
color:  #307efb;
font-family: monospace;
}

.overlay-content input[type=text] {
padding: 0px;
width: 100%;
background: #f1f1f1c9;
}

.overlay-content input[type=text]:focus {
outline: none;
}

.overlay-content input[type=text],
select,
textarea {
width: 100%;
padding: 10px;
box-sizing: border-box;
resize: vertical;
margin-top: 0px;
border: 0px solid #2a2a2a;
background: none;
color: white;
border-bottom: 1px dashed #307efb;
text-align: right;
}

.overlay-content .btn {
color: #307efb;
background: none;
padding: 15px 15px;
cursor: pointer;
width: 100%;
float: right;
opacity: 0.8;
border: 1px dashed #307efb;
font-family: monospace;
text-align: right;
}

.btn:hover {
background-color: #3e3e3e57;
}

.overlay-content input[type=text],
select,
textarea:focus {
outline: none;
background-color: none;
}

.btn:focus {
outline: white;
}

.link {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}

#message{
height:150px;
margin-top: 1px;
}
