html, body {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

label {
    font-size: 0.85rem;
}

.elevation {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important;
}

.png-elevation {
    -webkit-filter: drop-shadow(0px 0px 1px #222);
    filter: drop-shadow(0px 0px 1px #222);
}

.my-header {
    /* background: url('../image/bg.jpg'); */
    background-image: linear-gradient(#0348a1, #07396a);
}

.navmenu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background-image: linear-gradient(#0348a1, #07396a);
    height: 50px;
    align-items: center;
    padding-right: 50px;
    /* border-top-left-radius: 50px; */
    padding-left: 50px;
    font-weight: 550;
    font-size: 0.9rem;
}

.navmenu a {
    height: 100%;
}

.navmenu_trapezium {
    border-bottom: 50px solid #273052;
    border-left: 50px solid transparent;
    height: 0;
    width: 150px;
}

.navmenu-child {
    width: 130px;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navmenu-child:hover {
    background-color: #1a2345;
}

::-webkit-input-placeholder {
    color: #B0BEC5 !important;
    opacity: 0.9 !important;
}

::-moz-placeholder {
    color: #B0BEC5 !important;
    opacity: 0.9 !important;
}

::-ms-placeholder {
    color: #B0BEC5 !important;
    opacity: 0.9 !important;
}

::placeholder {
    color: #B0BEC5 !important;
    opacity: 0.9 !important;
}

.video-background {
    background: radial-gradient(circle, #502B80 0%, #31185B 100%);
}