body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body {
  background-color: #00b4d0;
  
}
.background {
  background-image: url(../img/fonas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  filter: blur(20px);
}

.container {
  display: inline-block;
  width: 800px;
  /* margin: 100px calc((100% - 800px) / 2) 0; */
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

.left-column {
  display: inline-block;
  width: 40%;
  float: right;
  padding: 40px;
  background-color:#009EDA;
  color: #fff;
  background-image: url(../img/fonas.jpg);
  /* background-repeat: no-repeat; sitas nereikalingas kai padarai size- cover*/
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 40px;
  bottom: 40px;
}

.main-title {

}

.bottom-links {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 40px;


}

.bottom-links > a {
  color: #fff;
  
}

.bottom-links > span {
 
 
}

.right-column {
  display: inline-block;
  width: 60%;
  padding: 60px;
  float: right;
  background-color: #fff;
  position: relative;
  
 
}

.close {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  line-height: 54px;
  color: #d6d1d1;
  position: absolute;
  top: 0;
  right: 0;

}

