html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 11pt;
    overflow-x: hidden;
    height: 100%;
}

a {
    text-decoration: none;
}

.dashboard-menu-ico {
    padding-right: 30px;
}


footer {
    background: black;
    color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

#login-button {
    border-radius: 10px;
    border: 1px solid white;
    display: block;
    padding: 10px;
    background: #4267B2;
    color: #fff;
    font-size: 13pt;
    margin-top: 5px;
    text-decoration: none;
}

#login-wrapper, #fullpage-wrapper{
    background: #ffffff;
    overflow-x: hidden;
    height: 100%;
}

@media(min-width:768px) {
    #login-wrapper {
        background: url(/static/img/chatgo_background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #fullpage-wrapper {
        background: #F9F9F9;
    }

}

#login-form {
    border-radius: 10px;
    max-width: 300px;
    min-height: 300px;
    padding: 30px;
    background-color: #ffffff;
    color:#555555;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
#login-form img{
    display: block;
    width: 100px;
    padding-top: 50px;
   margin: 0 auto;
}

#login-form .img-wrapper{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #443DB2 ;
    margin: 0 auto;
}



@media(max-width:767px){
    #login-form {
        width: 100%;
    }
}

.text-center {
    text-align: center;
}

#pages-wrapper {
    overflow-x: hidden;
    height: 100%;
    color: whitesmoke;
    background: #443DB2;
}

#pages-form {
    max-width: 470px;
    min-height: 270px;
    padding: 30px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 0 auto;
    border-radius: 10px;
    color: black;
}

#register-form {
    max-width: 360px;
    min-height: 270px;
    padding: 30px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 0 auto;
    border-radius: 10px;
    color: black;
}

#register-form img{
    display: block;
    width: 100px;
    padding-top: 50px;
    margin: 0 auto;
}

#register-form .img-wrapper{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #443DB2 ;
    margin: 0 auto;
}

.btn-dashboard {
    border-radius: 5px;
    border: 1px dotted #ADB5BD;
}

footer {
    padding: 10px;
    width: 100%;
    font-size: 10pt;
}

footer .delimiter {
    padding-left: 10px;
    padding-right: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

footer a:active {
    color: #fff;
}

#order-form input, #order-form button, #order-form select{
    width: 100%;
}
.pricing-ico{
    color: #10D487;
}
.page-dashboard-image {
    border-radius: 50%;
    width: 38px;
    padding: 5px;
    background: white;
}

.table-responsive{
    border: none!important;
}





