﻿
.img-logo {
    height: 70px;
    width: auto;
    margin-left: 10px;
}

.main-content {
    padding: 2px 20px;
}

.color-purple {
    color: #4c138b;
}

.color-grey {
    color: #454f58;
}

.font28 {
    font-size: 48px;
    line-height: 1;
}

.font22 {
    font-size: 22px;
}

.btn-signup {
    background-color: #4c138b;
    color: #ffffff !important;
    text-align: center;
    padding: 8px 10px;
    width: 33%;
    border-radius: 50px;
}

    .btn-signup:hover {
        cursor: pointer;
        background-color: #3c0976;
        text-decoration: none;
    }

.btn-login {
    background-color: #ed7d31;
    color: #ffffff !important;
    text-align: center;
    padding: 8px 10px;
    width: 33%;
    border-radius: 50px;
}

    .btn-login:hover {
        cursor: pointer;
        background-color: #ce5e13;
        text-decoration: none;
    }


html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 60px;
    font-family: Arial !important;
}

#footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 60px;
    background-color: #252a2f;
    color: #ffffff;
    font-size: 12px;
}

.footer-block {
    margin: 20px 0;
}




@media screen and (max-width: 767px) {
    .main-content {
        padding: 2px 18px;
    }   
}