.HomeEmailWrapper{
    padding:15px; 
    padding-left:0px;
    padding-right:0px;
    background-color: rgb(0, 46, 58); 
}
.HomeEmailContainer {
    display:inline-flex;
}
.HomeEmail{
    display: inline-block; 
    width:350px;
}
.HomeRegisterNow{
    display: inline-block;
}
.HomeRegisterNowBtn {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    background-color: rgb(1, 214, 163) !important;
    border-color: rgb(1, 214, 163) !important;
    color: rgb(255, 255, 255) !important;
    font-style: normal !important;
    font-family: Saira !important;
    font-size: 14px !important;
    font-weight:600;
}
.HomeRegisterNowBtn:hover {
    color:rgb(0, 46, 58) !important;
    cursor: pointer !important;
}
.HomeEmail input[type="text"],
input[type="email"]
{
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.basicLayoutMenu {
    height:80px;
    background-color: rgb(3, 59, 74) !important;
    z-index: 111 !important;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%) !important;
}

.basicLayoutMenu .site-branding{
    height:80px !important;
}

.basicLayoutMenu ul.dropdown li a{
    height:80px !important;
    line-height:80px !important;
}

.basicLayoutMenu ul.dropdown li a:hover {
    color: rgb(1, 214, 163) !important;
}


.login



