.lineShadow{
    border: none;
}
.lineShadow2{
    box-shadow:0px 0px 2px black !important;
}

.bg-darkblue{
    background-color: #37517e;
}
.text-darkblue{
    color: #37517e;
}
.bg-lightblue{
    background-color: #73c5eb;
}
.text-lightblue{
    color: #73c5eb;
}
.btnMy:hover{
    background-color: #73c5eb;
    color: black;
}
.bg-myblue{
    background: rgb(5,5,164);
    background: linear-gradient(90deg, rgba(5,5,164,1) 0%, rgba(247,86,5,1) 100%);
}
.text-myblue{
    color: #0c0cbc;
}