*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #FCFCFC;
}

.menu_iframe{
    width: 100%;
    height: calc(100vh - 138px);
}

.menu_header{
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    padding: 10px;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 20px;
    position: relative;
    z-index: 10000;
}

.menu-logo{
    width: 200px;
    margin: 15px;
}

.menu_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px;
}

.menu_nav a{
    text-decoration: none;
    color: #FFF;
    font-size: 25px;
    padding: 10px 20px;
    background: #00009d;
    border-radius: 8px;
}

.controls-pdf{
    bottom: 100px !important;
    /* right: 150px !important; */
}

.v2_logo{
    width: 300px;
    margin: 15px auto;
    display: block;
}

.v2_wrapper{
    min-height: 100vh;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat center center fixed;
}

.btn-primary{
    background-color: #00009d;
    border-color: #00009d;
}