@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap');

.loginform input {
    padding: 15px;
    margin: 10px;
    width: 50%;
    margin-left: 0px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.supplier {
    color: #74777A;
    margin-bottom: 25px;
    font-size: 20px;
}

.forget a {
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    color: #0A6ED1 !important;
}

.navbar-brand img {
    height: 35px !important;
    margin-left: 47px;
}

.dropp a {
    color: #fff;
    font-size: 13px;
}

.network a {
    text-decoration: none;
    font-size: 14px;
    color: #0A6ED1 !important;
}

.loginbttn {
    padding: 8px 39px;
    font-size: 14px;
    margin: 7px 0px 7px 0px;
    background: #0a6ed1;
    color: white;
}

.sap {
    font-size: 18px;
    color: #303439;
    font-weight: 500;
    margin-bottom: 4px;
}

.vieww img {
    width: 140px;
    height: 78px;
}

.registerr {
    margin-left: 10px;
    text-align: justify;
    font-size: 14px;
}

.spend {
    color: #74777A;
    font-size: 20px;
    margin-bottom: 20px;
}

.engage {
    color: #303439;
}

.lmoree {
    margin-top: 30px;
    border: 1px solid #0a6ed1;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: inherit;
    color: #0a6ed1;
}

a {
    text-decoration: none;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots {
    text-align: center !important;
    margin-top: 25px !important;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #bbb;
}

.slick-dots li.slick-active button {
    background-color: #717171;
}

.morelearn {
    margin-top: 20px;
    margin-bottom: 72px;
}

.vieew {
    margin-bottom: 45px;
}
.footer ul li{
    list-style: none;
    float: right;
    font-size: 13px;
    margin-right: 10px;
    font-weight: 500;
}
.supported{
    font-size: 13px;
    font-weight: 500;
    color: #0A6ED1;
}
.footer{
    margin-top: 80px;
}
.feed{
    color: white;
    font-size: 12px;
    margin-left: -15px!important;
    margin: 0;
}

.loginbttn:hover{
    background-color: #0A6ED1;
    color: white;
}