/* lato-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/lato-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/poppins-v21-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/poppins-v21-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../../fonts/poppins-v21-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/poppins-v21-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/montserrat-v26-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../../fonts/montserrat-v26-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/montserrat-v26-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../../fonts/montserrat-v26-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.bsmform {
    display: block;
    position: relative;
    width: auto;
    min-width: 120px;
    max-width: 320px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
}

.bsmform * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.bsmform .bsmform-box {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.bsmform .bsmform-box .bsmform-logo {
    display: inline-block;
    width: 79px;
    height: 100px;
    margin: 0;
    padding: 0;
    background-image: url(../../img/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bsmform .bsmform-box .bsmform-title {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0;
    padding: 0;
    color: #3474d4;
    font-size: 24px;
    font-weight: 600;
    border: none;
}

.bsmform .bsmform-box .bsmform-subtitle {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 5px 0 55px;
    padding: 0;
    color: rgba(73, 72, 72, 0.946);
    font-size: 1rem;
    font-weight: 600;
    border: none;
}

.bsmform .bsmform-box .bsmform-field {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 58px;
    margin: 0 0 25px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #d9d9d9;
}

.bsmform .bsmform-box .bsmform-field:before,
.bsmform .bsmform-box .bsmform-field:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #3474d4;
    transition: 0.4s;
    border: none;
}

.bsmform .bsmform-box .bsmform-field:before {
    right: 50%;
}

.bsmform .bsmform-box .bsmform-field:after {
    left: 50%;
}

.bsmform .bsmform-box .bsmform-field.focus:before,
.bsmform .bsmform-box .bsmform-field.focus:after {
    width: 50%;
}

.bsmform .bsmform-box .bsmform-field label {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 5px;
    width: auto;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    transform: translateY(0);
    color: #999;
    font-size: 14px;
    transition: 0.3s;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    border: none;
}

.bsmform .bsmform-box .bsmform-field.focus label {
    top: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}

.bsmform .bsmform-box .bsmform-field i {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5px;
    width: 25px;
    height: 45px;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #d9d9d9;
}

.bsmform .bsmform-box .bsmform-field.focus i {
    color: #3474d4;
}

.bsmform .bsmform-box .bsmform-field input {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 100%;
    height: 45px;
    margin: 5px 0;
    padding: 0 35px;
    line-height: 45px;
    font-size: 1rem;
    color: #555;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}

.bsmform .bsmform-box .bsmform-field input:focus,
.bsmform .bsmform-box .bsmform-field input:active,
.bsmform .bsmform-box .bsmform-field input:active:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.bsmform .bsmform-box .bsmform-error {
    display: none;
    width: 100%;
    height: auto;
    margin: -20px 0 0;
    padding: 0 0 20px;
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.bsmform .bsmform-box .bsmform-button {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
}

.bsmform .bsmform-box .bsmform-button input[type="submit"] {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 15px;
    border: none;
    outline: none;
    box-shadow: none;
    background-image: linear-gradient(to right, #3474d4, #38c9d3, #3474d4);
    background-size: 200%;
    transition: 0.5s;
    text-align: center;
}

.bsmform .bsmform-box .bsmform-button input[type="submit"]:hover,
.bsmform .bsmform-box .bsmform-button input[type="submit"]:focus,
.bsmform .bsmform-box .bsmform-button input[type="submit"]:active,
.bsmform .bsmform-box .bsmform-button input[type="submit"]:active:hover,
.bsmform .bsmform-box .bsmform-button input[type="submit"]:active:focus {
    background-position: right;
    border: none;
    outline: none;
    box-shadow: none;
}

.bsmform .bsmform-box .bsmform-checkbox {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: start;
}

.bsmform .bsmform-box .bsmform-checkbox label {
    font-size: 11px;
    color: #333;
    font-weight: 600;
}

.bsmform .bsmform-box .bsmform-checkbox a {
    color: #3474d4;
    text-decoration: underline;
}

.bsmform .bsmform-box .bsmform-checkbox .fcerror {
    margin-bottom: 10px;
    text-align: left;
}

.bsmform-response {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0;
    padding: 10px;
    color: rgba(73, 72, 72, 0.946);
    font-size: 12px;
    border: none;
    font-weight: bold;
}

.js-fcerror {
    color: #ff0000;
}

.js-bsmform-response-fcerfolg {
    color: #015a3d;
}
