html {
font-family: Verdana, Geneva, sans-serif;
}
body {
background-image: url("../img/bg.png");
}
footer {
clear: both;
}
iframe {
border: none;
}
#sidebar {
float: left;
margin-right: 1em;
}
#fileSelector {
height: 20em;
}
#dropzone {
border-bottom: 2px solid;
border-color: #66A3FF;
height: 46%;
}
#traditionalUpload {
text-align: center;
height: 46%;
}
#main {
height: 900px;
width: 800px;
float: left;
margin: 0px;
}
#content {
clear: both;
height: 863px;
font-size: 150%;
}
#btnSign {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border: 2px solid;
border-color: #66A3FF;
background: #66A3FF;
box-shadow: 0px 0px 15px #333333;
margin-bottom: 1em;
width: 20em;
}
#btnSign h3 {
color: #FFFFFF;
margin: 0px;
height: 2em;
text-align: center;
cursor: pointer;
}
.center {
display: flex;
justify-content: center;
align-items: center;
}
.container {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border: 2px solid;
border-color: #66A3FF;
background: #E8F4FF;
box-shadow: 0px 0px 15px #333333;
margin-bottom: 1em;
width: 20em;
}
.container h3 {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background: #66A3FF;
color: #FFFFFF;
text-align: center;
margin: -1px;
height: 2em;
}
.container fieldset {
border: none;
}