@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins&display=swap');

.termofuse.body{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    background-color: #0c1022;
	box-sizing: border-box;
}

.termofuse.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
}

.modal {
  background-color: rgba(0, 0, 0, 0.5); /* 50% transparent black */
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
}

.termofuse.content {
  position: relative;
  text-align: left;
  z-index: 999;
  width: 370px;
  //*height: 870px;*//
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
  border-radius: 30px;
  padding: 10px;
  margin: 0 auto;
}

.termofuse.form-group input,
.termofuse.form-group select {
  border-radius: 10px;
}

.termofuse.content header {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans-serif;
}


.termofuse.form-group span {
    text-align: left;
    font-weight: bold;
    width: 100px;
    margin-right: 10px;
}

.termofuse.quote-btn {
  width: 140px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 30px;
}

.termofuse.quote-btn:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  color: white;
  background-color: #292929;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.btn-close:hover {
  background-color: #cc0000;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

#file {
    border: 2px dashed #92b0b3 !important;

}

.termofuse.files:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    content: attr(data-before);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}


#file {
    display: inline-block;
    width: 100%;
    padding: 95px 0 0 100%;
    background: url('https://i.imgur.com/VXWKoBD.png') top center no-repeat #fff;
    background-size: 55px 55px;
}

input[type="submit"] {
    background: linear-gradient(to right, #0000ff 0%, #6666ff 100%);
    border: 1px solid linear-gradient(to right, #0000ff 0%, #6666ff 100%);
    ;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

input[type="submit"]:hover {
    background: linear-gradient(to left, #0000ff 0%, #6666ff 100%);
}


h1.h1termofuse {
	font-size: 28px;
	text-align: center;
	margin-bottom: 10px;
	color: #ea9999;
	font-family: "FontAwesome";
	font-weight: bold;
}

h2.h2termofuse {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #f6b26b;
	text-align: left;
	margin-left: 5px;
}

/* Paragraphs */
p.ptermofuse {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
	text-align: left;
	color: #fce5cd;
}

/* Lists */
ul.ultermofuse {
	margin-left: 20px;
}

li.litermofuse {
	margin-bottom: 10px;
	color: #fce5cd;
}