@font-face {
    font-family: gothamBold;
    src: url(../font/Gotham-Bold-TR.woff);
}

@font-face {
    font-family: gothamLight;
    src: url(../font/Gotham-Light-TR.woff);
}

@font-face {
    font-family: gothamMedium;
    src: url(../font/Gotham-Medium-TR.woff);
}

.right {
    background-image: url(../img/formBg.png);
    height: 100vh;
    background-size: 300% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 0;
}

.left {
    height: 100vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.leftLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 90vh;
}

.leftLeft>img {
    margin-top: 20px;
}

.spans {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.spans>span {
    font-family: gothamBold;
    color: white;
    font-size: 31px;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.row>* {
    margin-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.leftRight {
    position: relative;
    width: 100%;
}

.frame {
    display: none;
}

.slogan {
    position: relative;
    width: 100% !important;
}

.bold {
    font-family: gothamBold;
    margin-bottom: 20px;
}

.light {
    font-family: gothamLight;
    font-weight: 600;
}

.rightTop {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rightTop>span {
    text-align: center;
    color: #6d6e71;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.3;
}

.rightBot>span {
    color: #6d6e71;
    font-family: gothamBold;
    font-size: 35px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type=text] {
    border: none;
    background-color: transparent;
    border: 1px solid #8c8c8c;
    padding: 10px;
    width: 90%;
    margin: 5px;
    height: 30px;
    font-size: 12px;
}

.checkbox {
    text-align: left;
    width: 90%;
    color: #6d6e71;
    font-family: gothamMedium;
    font-size: 9px;
    margin-top: 10px;
}

input[type=text]::placeholder {
    color: #828282;
    font-family: gothamMedium;
    opacity: 0.7;
}

button {
    border: none;
    background-color: #103595;
    color: white;
    width: 130px;
    height: 40px;
    font-family: gothamMedium;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 30px;
}

.rightBot {
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 13%;
}

.rightBot>img {
    width: 100%;
}

.rightTop>img {
    width: 150px;
    margin-top: 20px;
}

.checkbox>input {
    margin: 2px 5px 0px 0px;
}

.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
    background: #fff;
    color: #222;
}
.hidden{
    display: none;
}