            @import url('https://fonts.googleapis.com/css2?family=Montserrat');
            body {
                font-family: 'Montserrat', sans-serif;
            }
            
            .mainSection {
                background-color: #0B0024;
                background-image: url(../images/globe-bg.png);
                background-repeat: no-repeat;
                background-size: cover;
                height: auto;
                background-position: top right;
            }
            a{
                color: #0B0024;
                font-weight: 700;
            }
            a:hover{
                color: #0B0024;
                text-decoration: none;
            }
            h1,
            h2,
            h3 {
                color: #0B0024;
                font-weight: 800;
            }
            
            .logo {
                width: 150px;
            }
            
            .nav-link {
                color: #fff !important;
            }
            
            .nav-link:hover {
                color: #fff !important;
            }
            
            .nav-link:hover::after {
                width: 100%;
            }
            
            .nav-link::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #fff;
                transition: width .3s;
            }
            
            .dropdown:hover>.dropdown-menu {
                display: block;
            }
            .dropdown-item:hover{
                background-color: #e3e3e3 !important;
            }
            .dropdown-menu{
                width: 12vw !important;
            }
            .dropdown-item {
                white-space: normal;
                color: #0B0024;
            }
            
            .dropdown-item.active {
                background-color: #0B0024 !important;
                color: #fff !important;
            }
            
            .dropdown-item:focus {
                background-color: #0B0024 !important;
                color: #fff !important;
            }
            
            .dropdown-menu {
                width: 18vw;
            }
            
            @media (min-width: 992px) {
                .dropdown-menu .dropdownToggle:after {
                    border-top: .3em solid transparent;
                    border-right: 0;
                    border-bottom: .3em solid transparent;
                    border-left: .3em solid;
                }
                .dropdown-menu .dropdown-menu {
                    margin-left: 0;
                    margin-right: 0;
                }
                .dropdown-menu li {
                    position: relative;
                }
                .nav-item .submenu {
                    display: none;
                    position: absolute;
                    left: 100%;
                    top: -7px;
                }
                .nav-item .submenu-left {
                    right: 100%;
                    left: auto;
                }
                .dropdown-menu>li:hover {
                    background-color: #f1f1f1
                }
                .dropdown-menu>li:hover>.submenu {
                    display: block;
                }
            }
            
            .sliderImage {
                position: relative;
            }
            
            .carousel-control-prev {
                left: -5%;
                border-radius: 5px;
                height: 40px;
                top: 40%;
                transition: 0.3s ease all;
                width: 40px;
                background: rgb(212, 164, 68);
            }
            
            .carousel-control-next {
                right: -5%;
                border-radius: 5px;
                height: 40px;
                top: 40%;
                transition: 0.3s ease all;
                width: 40px;
                background: rgb(212, 164, 68);
            }
            
            .nav-pills {
                display: flex;
                justify-content: center;
            }
            
            .nav-pills .nav-link {
                color: #0B0024!important;
            }
            
            .nav-pills .nav-link:hover {
                color: #0B0024 !important;
            }
            
            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link {
                background-color: #0B0024 !important;
                color: #fff !important;
            }
            
            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link:hover {
                color: #fff !important;
            }
            
            .nav-pills .nav-link:hover::after {
                width: 100%;
            }
            
            .nav-pills .nav-link::after {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background: #0B0024 !important;
                transition: width .3s;
            }
            
            .step-container {
                width: 100%;
                display: flex;
                justify-content: space-between;
                border-top: 1px solid #0B0024;
                padding-top: 15px;
                margin-top: 15px;
            }
            
            .step {
                background: transparent linear-gradient(180deg, rgba(212, 164, 68, 1) 32%, rgba(203, 144, 34, 1) 62%) no-repeat padding-box;
                border-radius: 50%;
                color: #000;
                font: bold 22px/34px Open Sans;
                height: 34px;
                line-height: 34px;
                margin-bottom: 20px;
                margin-top: -32px;
                text-align: center;
                width: 34px;
            }
            
            .title-wrapper {
                display: flex;
            }
            
            .card__title {
                flex-grow: initial;
                display: block;
                font-weight: 700;
                font-size: 22px;
                text-align: left;
                margin-bottom: 20px;
                max-width: 11.5rem;
            }
            
            .arrow {
                width: 21px;
                margin-top: -5px;
                margin-left: 4%;
                color: rgb(212, 164, 68);
                font-size: 30px;
                /*background: url(../images/arrow.svg);*/
                /*background-size: 100% auto;*/
                /*background-repeat: no-repeat;*/
                /*background-position: center top;*/
            }
            
            .step-contents {
                font-size: 1rem;
                line-height: 1.5rem;
            }
            
            .mainHeadings h1 {
                color: #fff;
                font-weight: 600;
                font-size: 3rem;
                margin: 2rem;
            }
            
            .mainHeadings h5 {
                color: #fff;
                font-size: 1rem;
                margin: 2rem;
            }
            
            .primaryButton {
                background: rgb(212, 164, 68);
                background: linear-gradient(180deg, rgba(212, 164, 68, 1) 32%, rgba(203, 144, 34, 1) 62%);
                border: none;
                padding: 10px;
                color: #000;
                border-radius: 5px;
                font-weight: 700;
            }
            
            .primaryButton:hover {
                color: #fff;
            }
            
            .primaryButton :focus {
                outline: none;
            }
            
            .primaryButtonOutline {
                border: 1px solid rgba(203, 144, 34, 1);
                background-color: transparent;
                color: #000;
                border-radius: 5px;
                font-weight: 700;
                padding: 10px;
                transition: 0.3s;
            }
            
            .primaryButtonOutline:hover {
                background: rgb(212, 164, 68);
                background: linear-gradient(180deg, rgba(212, 164, 68, 1) 32%, rgba(203, 144, 34, 1) 62%);
                color: #000;
            }
            
            .primaryButtonOutline :focus {
                outline: none;
            }
            
            .sticky-top {
                animation: smoothScroll 1s forwards;
            }
            
            @keyframes smoothScroll {
                0% {
                    transform: translateY(-40px);
                }
                100% {
                    transform: translateY(0px);
                }
            }
            
            .tradeSection {
                background-color: #EEEEEE;
                padding: 40px;
            }
            
            .tradeSection h1 {
                font-weight: 700;
                color: #0B0024;
                margin: 3rem;
            }
            
            .tradeBadge {
                padding: 20px;
                width: 80%;
                border: 2px solid #0B0024;
                color: #0B0024;
            }
            
            .tradeBadge img {
                width: 100px;
                height: 90px;
                margin-bottom: 30px;
                /* height: 50px; */
            }
            
            .tradeBadge h5 {
                font-weight: 800;
                margin: 0;
            }
            
            .aboutSection {
                background-color: #EEEEEE;
            }
            
            .aboutDetails {
                background-color: #0B0024;
                padding: 40px;
            }
            
            .aboutDetails h1 {
                color: #fff;
                font-weight: 700;
            }
            
            .aboutDetails h5 {
                color: #fff;
                font-size: 18px;
                margin: 1.5rem 0rem;
                line-height: 1.3;
            }
            
            .tradingStepsSection {
                background-color: #0B0024;
                padding: 40px;
                color: #EEEEEE;
            }
            
            .tradingStepsSection h1 {
                color: #EEEEEE;
                margin: 2.5rem;
                font-weight: 600;
            }
            
            .tradingIcon h5 {
                font-weight: 800;
                color: #0B0024;
            }
            
            .tradeAwardSection {
                background-color: #0B0024;
                padding: 40px;
            }
            
            .tradeAwardSection h1 {
                color: #EEEEEE;
                margin: 2.5rem;
                font-weight: 600;
                text-transform: uppercase;
            }
            
            .market h1 {
                color: #0B0024;
                margin: 2.5rem;
                font-weight: 600;
            }
            
            .tradingIcon p {
                font-weight: 600;
                font-size: 1rem;
                color: #0B0024;
            }
            
            .tradingIcon img {
                width: 100px;
                height: 100px;
                margin-bottom: 2rem;
            }
            
            .paymentSection {
                background-color: #EEEEEE;
                padding: 40px;
            }
            
            .paymentSection h1 {
                color: #0B0024;
                margin: 2.5rem;
                font-weight: 600;
            }
            
            .paymentSection a {
                color: #0B0024;
            }
            
            .paymentSection a:hover {
                color: #0B0024;
                text-decoration: none;
            }
            
            .signUpTradeSection {
                background-color: #0B0024;
                padding: 40px;
            }
            
            .signUpTradeSection h1 {
                color: #EEEEEE;
                margin: 2.5rem;
                font-weight: 600;
                text-transform: uppercase;
            }
            
            .signUpTradeSection h5 {
                color: #EEEEEE;
            }
            
            .aboutMain h1 {
                color: #EEEEEE;
                margin: 2.5rem;
                font-weight: 600;
                text-transform: uppercase;
            }
            
            .aboutPageDetails {
                background-color: #EEEEEE;
            }
            
            .aboutPageDetails h1 {
                color: #0B0024;
                font-weight: 400;
            }
            
            .aboutPageDetails h1 span {
                font-weight: 1000;
            }
            
            .aboutPageDetails h6 {
                color: #0B0024;
                line-height: 2;
            }
            
            .footer {
                background-color: #333333;
                padding: 40px;
            }
            
            .footer p {
                color: #fff;
                font-size: 14px;
            }
            
            .footer a {
                color: #fff;
            }
            
            .footerUl {
                margin: 0px;
                list-style-type: none;
                font-size: 14px;
                padding: 0px 0px 10px 0px;
            }
            
            .footerUl li {
                padding: 0px 0px 10px 0px;
            }
            
            .footerUl li a {
                color: #fff;
            }
            
            .footerUl li a:hover {
                color: #0B0024;
                text-decoration: none;
            }
            
            .footerAbout {
                font-size: 14px;
            }
            
            .footerMenuHeading {
                color: #fff;
                font-weight: bold;
            }
            
            a.backToTop {
                background-color: #0B0024;
                border-radius: 50%;
                bottom: 40px;
                -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
                display: block;
                height: 40px;
                line-height: 40px;
                position: fixed;
                right: 10px;
                text-align: center;
                -webkit-transform: translateX(120px);
                -ms-transform: translateX(120px);
                transform: translateX(120px);
                -webkit-transition: 1s all;
                transition: 1s all;
                vertical-align: middle;
                width: 40px;
                z-index: 9999;
            }
            
            a.backToTop::before {
                color: #fff;
                font-size: 120%;
            }
            
            a.backToTop:link {
                text-decoration: none;
            }
            
            a.backToTop:hover {
                -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
                box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
            }
            
            .item img {
                width: 40% !important;
                margin:0 auto;
            }
            
            @media only screen and (max-width: 768px) {
                a.backToTop {
                    bottom: 20px;
                    right: 20px;
                }
                .step-arrow {
                    min-height: 11.0625rem;
                    position: relative;
                }
                .step-container {
                    display: block;
                    float: left;
                    width: 2.875rem;
                    max-width: 2.875rem;
                    height: 2.875rem;
                    border-top-width: 0;
                }
                .step {
                    width: 2.875rem;
                    max-width: 2.875rem;
                    height: 2.875rem;
                    line-height: 2.875rem;
                }
                .step__title-wrapper {
                    margin-top: .25rem;
                    margin-left: 1.5rem;
                    width: calc(100% - 5rem);
                    float: left;

                }
                .step-contents {
                    margin-left: 4.375rem;
                    clear: both;
                }
                .step-arrow {
                    min-height: 11.0625rem;
                    position: relative;
                }
                .step-arrow::after {
                    content: "";
                    bottom: 0;
                    top: 4.375rem;
                    left: 1.4375rem;
                    width: 1px;
                    background: #0B0024;
                    position: absolute;
                }
                .carousel-item img {
                    height: 30vh!important;
                }
            }
            
            @media only screen and (min-width: 1024px) {
                a.backToTop {
                    bottom: 30px;
                    height: 50px;
                    line-height: 50px;
                    right: 30px;
                    width: 50px;
                }
            }
            
            @media only screen and (max-width: 600px) {
                .navbar {
                    padding: 2%!important;
                    background-color: #0B0024;
                }
                .navbar-collapse {
                    background-color: #0B0024;
                    padding-right: 10px;
                    padding-left: 10px;
                }
                .mainHeadings h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .primaryButton {
                    margin-bottom: 1rem;
                }
                .tradeSection h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .tradeBadge {
                    padding: 20px;
                    width: 100%;
                    margin-bottom: 1rem;
                }
                .tradingStepsSection h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .tradeAwardSection h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .paymentSection h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .carousel-control-prev {
                    display: none;
                }
                .carousel-control-next {
                    display: none;
                }
                .signUpCol {
                    display: none;
                }
                .item img {
                    width: 100% !important;
                }
                .tradingSlides {
                    display: flex;
                    flex-flow: column-reverse;
                }
                .tradingSlides select {
                    margin-bottom: 10px;
                    margin-top: 10px;
                }
                .signUpTradeSection h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .aboutMain h1 {
                    font-size: 2rem;
                    margin: 1rem;
                }
                .signUpTradeSection h5 {
                    font-size: 1rem;
                    margin: 1rem;
                }
                .signUpTradeSection {
                    padding: 20px;
                }
                .loginSection {
                    padding: 1rem !important;
                }
                .loginMainWrapper {
                    transform: none !important;
                    position: relative !important;
                    top: 0 !important;
                    left: 0 !important;
                }
                .signUpSection {
                    padding: 1rem !important;
                }
                .signUpSection form {
                    width: 100% !important;
                }
                .signUpForm {
                    padding: 1rem !important;
                }
                .mainLogin {
                    padding-right: 5px !important;
                    padding-left: 5px !important;
                }
                .signUpFormWrapper {
                    width: 100% !important;
                }
                .card-body {
                    margin-bottom: 15px !important;
                    font-size: 14px !important;
                }
                .custom-control-label {
                    text-align: left !important;
                    font-size: 12px;
                }
                .bottomFormTextSignUp {
                    padding: 0!important;
                }
                .dropdown-menu {
                    width: 100%;
                }
                .contactContainer {
                    width: 100% !important;
                }
                .header {
                    padding: 4px 10px !important;
                    max-width: 100%;
                }
                #loginForm {
                    padding: 10px !important;
                }
                #loginFormArea {
                    padding: 0px 10px!important;
                }
            }
            
            .signUpSection a {
                color: #0B0024 !important;
            }
            
            .loginPage h3 {
                font-weight: 700;
                font-size: 1.5rem;
            }
            
            .form-group {
                position: relative;
                margin-bottom: 1.5rem;
            }
            
            .form-group a {
                color: #0B0024;
            }
            
            .form-group a:hover {
                text-decoration: none;
            }
            
            .custom-control-input:checked~.custom-control-label::before {
                color: #fff;
                border-color: #0B0024;
                background-color: #0B0024;
            }
            
            select option {
                border: none;
                margin: 40px;
                background: #fff;
                color: #0B0024;
                box-shadow: 0px 0px 2px 2px black;
                outline: none;
            }
            
            .form-control-placeholder {
                position: absolute;
                top: 0;
                padding: 7px 0 0 10px;
                transition: all 200ms;
                opacity: 0.5;
                color: #0B0024;
            }
            
            .form-control:focus {
                outline: none;
                box-shadow: none;
                padding: .375rem .75rem;
            }
            
            .form-control:focus+.form-control-placeholder,
            .form-control:valid+.form-control-placeholder,
            .form-control:disabled+.form-control-placeholder{
                font-size: 75%;
                transform: translate3d(0, -100%, 0);
                opacity: 1;
            }
            
            .form-control-1 {
                display: block;
                width: 100%;
                height: calc(1.5em + .75rem + 2px);
                padding: .375rem .75rem;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: #495057;
                background-color: #fff;
                background-clip: padding-box;
                border-radius: 0;
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                border: none;
                border-bottom: 1px solid #000;
            }
            
            .form-control-placeholder-1 {
                position: absolute;
                top: 0;
                padding: 7px 0 0 10px;
                transition: all 200ms;
                opacity: 0.5;
                color: #0B0024;
            }

            
            .form-control-1:focus {
                outline: none;
                box-shadow: none;
                padding: .375rem .75rem;
            }
            
            .form-control-1:focus+.form-control-placeholder-1,
            .form-control-1:valid+.form-control-placeholder-1,
            .form-control-1:disabled+.form-control-placeholder-1{
                font-size: 75%;
                transform: translate3d(0, -100%, 0);
                opacity: 1;
            }
            .signUpSection {
                padding: 3rem;
                height: 100vh;
                background-color: #0B0024;
            }
            
            .loginSection {
                padding: 3rem;
                height: 100vh;
                background-color: #0B0024;
            }
            
            .loginMainWrapper {
                transform: translate(-50%, -50%);
                position: absolute;
                top: 50%;
                left: 50%;
            }
            
            .loginForm {
                background-color: #fff;
                border-radius: 2px;
                box-shadow: 0 0 35px 0 rgb(0 1 1 / 15%);
                padding: 2rem;
            }
            
            .signTabMain {
                border: none;
            }
            
            .signTabMain .nav-link {
                color: #0B0024 !important;
                font-weight: 600;
            }
            
            .signTabMain .nav-link:hover {
                border: none;
            }
            
            .signTabMain .nav-link.active {
                color: #0B0024 !important;
                border: none;
                border-bottom: 2px solid #0B0024;
                font-weight: 600;
            }
            
            .toggle-password {
                position: absolute;
                top: 9px;
                right: 12px;
                font-size: 20px;
            }
            
            .mainLogin {
                background-color: #fff;
                box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
                transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
                border-radius: 4px;
            }
            
            .signUpForm {
                padding: 3rem;
            }
            
            .signUpBadges {
                display: block;
                margin-bottom: 1.5rem;
            }
            
            .loginPageArrow {
                color: #c1c1c1;
                font-size: 16px;
                font-weight: 700;
            }
            
            .loginPageArrow:hover {
                text-decoration: none;
                color: #c1c1c1;
            }
            
            .signUpBadges img {
                display: inline-block;
                width: auto;
                height: 50px;
            }
            
            .imgDiv {
                display: inline-block;
                width: 65px;
            }
            
            .signUpBadges h6 {
                display: inline-block;
                font-size: 14px;
            }
            
            .signUpCol p {
                color: #0B0024;
                font-size: 1.3rem;
            }
            
            .signUpCol strong {
                font-weight: 800;
            }
            
            .card-title1 {
                font-weight: 600 !important;
                font-size: 18x !important;
                color: #0B0024 !important;
                text-align: center;
            }
            
            .card-body:hover {
                box-shadow: 0 15px 36px -3px rgba(0, 0, 0, .35);
            }
            
            .card-body {
                padding: 5px;
                font-size: 10px;
            }
            
            .card-body .list-group-item {
                border: 0 !important;
            }
            
            .card-body .list-group-item {
                padding: 4px;
            }
            
            .card>.list-group {
                border: 0 !important;
            }
            
            .btn-primary {
                background: rgb(212, 164, 68);
                background: linear-gradient(180deg, rgba(212, 164, 68, 1) 32%, rgba(203, 144, 34, 1) 62%);
                border: none;
                color: #000;
                border-radius: 5px;
                font-weight: 700;
            }
            
            .btn-primary:hover {
                color: #fff;
            }
            
            .btn-primary :focus {
                outline: none;
            }
            
            #sliderWidget {
                display: block;
                width: 100%;
                height: calc(1.5em + .75rem + 2px);
                padding: .375rem .75rem;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: #0B0024;
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #0B0024;
                border-radius: 1.5rem;
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                box-shadow: 0 2px 8px 0 rgb(0 0 0 / 41%);
            }
            
            #sliderWidget:focus {
                outline: none;
            }
            
            .leftSide {
                position: absolute;
                height: 100%;
                width: 100%;
                font-size: 21px;
                left: 0;
                background: url(../images/live-app-bg.jpg) center center no-repeat;
                background-size: cover;
            }
            
            .leftListLive {
                display: table;
                width: 100%;
                height: 80%;
            }
            
            .leftListLive ul {
                padding: 0;
                display: table-cell;
                vertical-align: middle;
            }
            
            .leftListLive ul li {
                padding: 15px;
                color: #fff;
                position: relative;
            }
            
            .leftListLive ul li:not(.active-step),
            .leftListLive ul li:not(.active-step) {
                background: rgba(0, 0, 0, 0.7);
            }
            
            .header {
                padding: 30px 10px;
                max-width: 80%;
            }
            
            .header img {
                width: 200px;
            }
            
            .form-area {
                position: relative;
                padding-bottom: 35px;
                /*border-bottom: 1px solid #000;*/
            }
            
            .form-area h2 {
                font-size: 18pt !important;
                color: #333333 !important;
            }
            
            .form-area p {
                letter-spacing: normal;
                font-size: 14px;
                padding-top: 15px;
                padding-bottom: 15px;
                margin: 0px;
            }
            
            .rightFtr {
                letter-spacing: normal;
                font-size: 14px;
                padding-top: 15px;
                margin: 0px;
            }
            
            .primaryButtonOutlineGrd {
                border: 3px solid;
                border-image-source: linear-gradient( 103deg, rgb(218, 154, 26), rgb(216, 176, 97));
                border-image-slice: 1;
                color: rgb(212, 164, 68);
                border-radius: 5px;
                font-weight: 700;
                padding: 10px;
                transition: 0.3s;
            }
            
            .primaryButtonOutlineGrd:hover {
                color: #0B0024;
            }
            
            .primaryButtonOutlineGrd :focus {
                outline: none;
            }
            
            .loginPage {
                background: url(../images/login-bg.png) bottom center no-repeat #f6f7f7;
                background-size: auto;
                color: #747474;
                height: 100vh;
                position: relative;
            }
            
            #loginIntro h1 {
                color: #0B0024;
                font-size: 42px;
                font-weight: 900;
                margin: 0 0 20px;
                /* max-width: 385px; */
            }
            
            #loginForm {
                display: block;
                width: 100%;
                padding: 30px;
                background: #fff;
                box-shadow: 0 0 40px rgb(63 66 87 / 10%);
            }
            
            #loginForm h3 {
                padding: 20px 0px;
                font-weight: 800;
                border-bottom: 1px solid #0B0024;
            }
            
            .loginBottom {
                font-size: 14px;
            }
            
            .loginBottom a {
                color: #0B0024;
                font-weight: 700;
            }
            
            .loginBottom a:hover {
                text-decoration: none;
            }
            
            #loginLanguage {
                display: block;
                height: calc(1.5em + .75rem + 2px);
                padding: .375rem .75rem;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: #0B0024;
                font-weight: 700;
                background-color: transparent;
                background-clip: padding-box;
                border-radius: 0;
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                border: none;
            }
            
            #loginLanguage:hover {
                cursor: pointer;
            }
            
            #loginLanguage:focus {
                outline: none;
            }