@import url("//cdn.web-fonts.ge/fonts/bpg-rioni-vera-light/css/bpg-rioni-vera-light.min.css");

body{font-size: 16px;font-family: "BPG Rioni Vera Light", sans-serif;line-height:1.5;font-weight: bold;color: #1a1a1a;letter-spacing: 0.05em;}
body.base{/* background:#f2f2f2; */background: url(https://i.pinimg.com/originals/d2/77/b0/d277b07ec3905ea501f08c39c0e9fc7d.jpg) center top / cover no-repeat fixed;min-height: 100%;}
a {color:#f85102;text-decoration:none;}

.box {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    padding: 30px 50px;
    background-color: #fff;
    box-shadow: 0 5px 21px rgba(0, 0, 0, .28);
    border-radius: 4px;
    }
input[type=password],input[type=text],textarea{width:100%;padding: 4px 9px;margin:2px 0;font-family: "BPG Rioni Vera Light", sans-serif;line-height: 1.5;color: #2c2c2c;letter-spacing: 0.05em;background: #f5f5f5;font-weight: bold;transition:all .3s;font-size:14px;border-radius: 2px;border: none;border-bottom: 2px solid #f85102;box-shadow: inset rgba(0, 0, 0, 0.15) -1px -1px 2px;}

li {
 text-align: left;
 list-style: none;
 color: #2c2c2c;
 padding: 6px 0;
 border-bottom: 1px solid #eee;
}


.hr-text {
      font-size: 16px;
    font-family: "BPG Rioni Vera Light", sans-serif;
    line-height: 1.5;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: 0.05em;
 line-height: 1em;
 position: relative;
 outline: 0;
 border: 0;
 text-align: center;
 height: 1.5em;
 letter-spacing: 0.05em;
 font-size: 18px;
 color: #000000;
  margin-bottom:20px;
 }
.hr-text:before {
 content: '';
 background: linear-gradient(to right, transparent, #000000, transparent);
 position: absolute;
 left: 0;
 top: 50%;
 width: 100%;
 height: 1px;
 }
.hr-text:after {
 content: attr(data-content);
 position: relative;
 display: inline-block;
 color: #000000;
 padding: 0 .5em;
 line-height: 1.5em;
 background-color: #ffffff;
 }