@font-face {
    font-family: 'TrapRegular_1';
    src: url('../fonts/TrapRegular_1.eot');
    src: url('../fonts/TrapRegular_1.eot') format('embedded-opentype'),
        url('../fonts/TrapRegular_1.woff2') format('woff2'),
        url('../fonts/TrapRegular_1.woff') format('woff'),
        url('../fonts/TrapRegular_1.ttf') format('truetype'),
        url('../fonts/TrapRegular_1.svg#TrapRegular_1') format('svg');
}

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #000000;
    font-family: 'TrapRegular_1';
    overflow-x: hidden;
    background-image: url('../images/silvbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.Silver-txt-section h1 {
    color: #BFBFBF;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.425px;
}

.Silver-txt-section p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.Silver-black {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.Silver-txt-section {
    width: 40%;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset;
}

.form-control {
    border-radius: 5px;
    min-height: 48px;
    height: 48px;
    color: #929292;
}

.inputbox-silver {
    position: relative;
    width: 86%;
}

.inputbox-silver:after {
    content: "";
    position: absolute;
    right: 5px;
    height: 40px;
    width: 40px;
    background-image: url(../images/arrow-icon.svg);
    top: 4px;
    background-size: 100%;
    cursor: pointer;
}

@media (max-width: 1024px) {
    body {
        background-size: auto;
    }
}

@media (max-width: 992px) {
    .Silver-black {
        display: block !important;
        text-align: center;
        margin: 0 auto;
    }

    .Silver-txt-section {
        width: 50%;
        margin: 30px auto 0 auto;
        background-color: #323232;
        padding: 10px;
        border-radius: 5px;
    }

    .inputbox-silver {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .Silver-txt-section {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .Silver-txt-section h1 {
        font-size: 36px;
        margin-bottom: 10px !important;
    }

    .Silver-txt-section {
        width: 100%;
        padding: 20px;
    }

    .Silver-logo-section img {
        width: 80%;
    }
}