
body{
    background-color: #222264;
}

a {
    text-decoration: none;
}
.video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

.content {
    display: flex;
    
    align-items: center;
    height: 100vh;
    justify-content: center;
    position: relative;
    z-index:1;
    

}
.oc{
    background-color: white;
    width: 400px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 3px 19px 1px #303030;
    padding: 10px;
}

.telco{
    background-color: white;
    width: 400px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 3px 19px 1px #303030;
    padding: 10px;
}

.spacer{
    width: 70px;
}

.company-name {
    margin-bottom: 0;
    text-align: center;
    font-size: 1em;
    color: white;
    font-family:"Poppins", sans-serif;
}

.comp-reg {
    margin-top:0;
    text-align: center;
    font-size: 0.7em;
    color: white;
    font-family:"Poppins", sans-serif;
}

.white{
    background-color: #ffffff9e;
    border-radius: 10px;
    padding: 7px;
    box-shadow: 0px 3px 19px 1px #303030;
}

.imgRes{
    width: 100%;
    height: auto;
}

/* .minBoxWidth {
    min-width: 410px;
} */