* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'FiraSans-Medium';
    src: url('../fonts/FiraSans-Medium.otf');
}

body {
    font-family: 'FiraSans-Medium !important';

}


body {
    font-family: 'FiraSans-Medium';
    margin: 0px;
    padding: 0px;
}


.desk-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 1;
}

.desk-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 1;
}

.left {
    position: relative;
    background: url("../img/left-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #00051a;
}

.right {
    position: relative;
}

.desk {
    display: block;
}

.mob {
    display: none;
}

.title {
    width: 100%;
    margin-top: 80px;
}

.sangam-logo {
    width: 100%;
    margin-top: 10px;
}

.form-title {
    color: #097FF5;
    font-size: 20px;
}

.first-form {
    margin-top: 70px;
}

.newInput {
    border: 2px solid #c5c5c5;
}

.submit-button {
    background: #097FF5;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100px;
    font-size: 17px;
    left: 43%;
    position: relative;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}


video {
    width: 100%;
}

@media(min-width:770px) {

    .col-md-5.right {
        left: 28%;
        border: 2px solid;
    }


}

@media(min-width:100px) and (max-width:720px) {
    .mob {
        display: block;
    }

    .desk {
        display: none;
    }

    .sangam-logo {
        margin-top: 24px;
        margin-bottom: 50px;
    }

    .desk-bottom,
    .desk-top {
        height: 25px;
    }

    .first-form {
        margin-top: 15px;
    }
}