﻿@font-face {
    font-family: 'SiemensSans_Global_Bold';
    src: url('../woff2/SiemensSans_Prof_Bold-cbe587a0.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Prof_Black';
    src: url('../woff2/SiemensSans_Prof_Black-616fb6d5.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Global_Roman';
    src: url('../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2') format('woff2');
}

@font-face {
    font-family: 'SiemensSans_Prof_Roman';
    src: url('../woff2/SiemensSans_Prof_Roman-369cbdc0.woff2') format('woff2');
}
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'SiemensSans_Prof_Roman',sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    h1 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
        color: #808080;
    }
.main h1 {
    text-transform: capitalize;
    font-family: 'SiemensSans_Prof_Roman',sans-serif;
    position: relative;
    text-align: center;
}


    .main h1:before {
        position: absolute;
        left: 50%;
        bottom: 0%;
        width: 60px;
        height: 2px;
        content: "";
        background-color: #c50000;
        text-align:center;
    }

    .main h1 span {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 4px;
        line-height: 3em;
        padding-left: 0.25em;
        color: #808080;
        padding-bottom: 10px;
        text-align:center;
    }

.main-two h1 {
    text-align: center;
}

    .main-two h1:before {
        left: 50%;
        margin-left: -30px;
    }

.card {
    background: rgba(255,255,255,0.03);
    padding: 5vh;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-group {
    margin-bottom: 40px;
    align-items: center;

}

    .form-group label {
        margin: 0px 15px;
        font-size: 18px;
        color: #ccccd4;
        min-width: fit-content;
        font-family: 'SiemensSans_Prof_Roman',sans-serif;
    }

.form-control {
    background: #262648;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    padding: 13px;
    box-shadow: inherit;
    height: auto;
    font-size: 18px;
    font-family: 'SiemensSans_Prof_Roman',sans-serif;
}

    .form-control:focus {
        background: #262648;
        box-shadow: none;
        border: 1px solid #00d7a0;
        color: #fff;
    }




.f-size {
    color: #9999a9;
    padding: 4px;
}

.image-input {
    display: flex;
    align-items: center;
    width: auto;
    font-family: 'SiemensSans_Prof_Roman' !important,sans-serif;
    background: #00e6dc52;
}
    .image-input option {
        background: #09080f;
    }

.button-otp {
    padding: 8px;
    height: 42px;
    background: #00ffb9;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    margin-bottom: 40px;
    font-family: 'SiemensSans_Prof_Roman' !important,sans-serif;
    letter-spacing: 1px;
    border: 2px solid transparent;
}

    .button-otp:hover {
        border-color: #00ffb9;
        background-color: rgb(0 215 160);
    }

#theme svg {
    height: 40px;
    width: 40px;
}