.text-center {
    text-align: center;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.el-input {
    width: 338px;
}
@font-face {
    font-family: 'Monserrat';
    src: url('/static/assets/font/Montserrat-Light-6.otf');
    /* src: url('../fonts/singlemalta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/singlemalta-webfont.woff') format('woff'),
     url('../fonts/singlemalta-webfont.ttf') format('truetype'),
     url('../fonts/singlemalta-webfont.svg#SingleMaltaRegular') format('svg'); */
    font-weight: normal;
    font-style: normal;
 }
