
@font-face {
    font-family: 'Axiforma SemiBold';
    src:
    url('./fonts/Axiforma-SemiBold.woff2') format('woff2'),
    url('./fonts/Axiforma-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

 
body,html{
    margin: 0;
    padding: 0;
}

.main-container{
    position: relative;
}
.container{
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo-container {
    height: 90vh;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.logo-container .svg-logo{
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 33px;
    height: 144.6px;
    width: 144.6px;

}

.button-container{
    padding: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.button-container button{
    font-family: 'Axiforma SemiBold';
    height: 60px;
    width: 367px;
    border-radius: 30px;
    background-color: #F7C53F;
    border: none;
    color: white;
}
.button-container button:focus{
    outline: none;
}
.button-container button:hover{
    background-color: #fdbb09;
}
.background-container{
   
    width: 100%;
    height: 75vh;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-container img{
    margin-top: 15%;
    height: 100%;
}

/* .background-container #c-1{
    position: absolute;
    top: 20%;
    left: 10%;
}

.background-container #c-2{
    position: absolute;
    bottom: 214px;
    right: 57px;
}

.background-container #c-3{
    position: absolute;
    top: 242px;
    left: 49px;
}

.background-container #c-4{
    position: absolute;
    top: 233px;
    right: 25px;
}

.background-container #c-5{
    position: absolute;
    bottom: 183px;
    left: 163px;
}

.background-container #c-6{
    position: absolute;
    top: 111px;
    right: 53px;
}

.background-container #c-7{
    position: absolute;
    top: 121px;
    left: 53px;
}
  */
@media only screen and (max-width: 768px) {
    .button-container button{
    
        height: 60px;
        width: 100%;
       
    }
  }