body, html {
    /*background-image: url("../img/bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    height: 100%;
}

.box {
    background-color: rgba(44, 52, 53, 0.95) !important;
}

#parallax {
    /* The image used */
    background-image: url("../img/bg.png");

    /* Full height */
    height: calc(100% - 60px);

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 20px;
}

#wrapper {
    margin: 0 auto;
    padding: 30px;
    width: 80%;
    max-width: 800px;

    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1, h3 {
    text-align: center;
}

#subtitle {
    font-size: 16pt;
}

.main-subtitle {
    font-size: 16pt !important;
    margin-bottom: 10px;
}

#form {
    margin-top: 50px;
}

.field {
    margin-bottom: 10px;
}

.input {
    color: #000 !important;
}

::placeholder {
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}