.logo-image-vakko {
    width: 75%;
    margin-bottom: 10%;
    margin-top: 10%;
}

.logo-image-vakkorama {
    width: 75%;
    margin-bottom: 10%;
    margin-top: 10%;
}

.logo-image-wcollection {
    width: 45%;
    margin-bottom: 7%;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../../fonts/ProximaNova-Regular.otf') format('opentype');
}

body {
    font-family: ProximaNova-Regular;
    font-weight: normal;
}

h4 {
    font-weight: bolder;
}

h5 {
    font-weight: bolder;
}

.gsm-div, .gsm-input, .email-div, .email-input, .textarea-div, textarea, .code-div, .code-input {
    background-color: #f2f2f2 !important;
}

.gsm-div, .email-div, .code-div {
    box-shadow: 0px 2px #dfdfdf;
}

.gsm-input, .email-input, .textarea-div, .code-input {
    border: none;
}

textarea {
    resize: none;
    border: none !important;
}

#submit-button, #cancel-button {
    background-color: black;
    color: whitesmoke;
    border: none;
}

::placeholder {
    color: #aaaaaa !important;
  }

.row:before, .row:after {
    display: none !important;
}

.parent {
    text-align: center;
}

.child {
    display: inline-block;
    text-align: center
}

#optout-textarea:focus {
    outline: none !important;
    border: 1px solid black;
    box-shadow: 0 0 10px #000000;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
    outline: none !important;
    border: 1px solid black;
    box-shadow: 0 0 10px #000000;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}