﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #080349;
    background-color: #f7f7f7;
}

.panelLogin {
    background-color: #fff;
    width: 460px;
    margin-top: 11%;
    margin-bottom: 2%;
    border-style: double;
    border-width: 2px;
    border-color: #f7f7f7;
    box-shadow: 1px 1px 1px #bdbdbd;
}

input[type=text], input[type=password] {
    width: 90%;
    padding: 5px 20px;
    margin: 8px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #ececec!important;

}

.panelLogin div {
    padding-top: 10px;
    color: #080349;
}

button {
    background-color: #080349;
    color: white;
    margin: 8px 20px;
    border: none;
    cursor: pointer;
    width: 90%;
    height: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.user {
    padding-left: 20px;
}

.pass {
    padding-left: 20px;
}

input[type=checkbox] {
    width: 15px;
    margin: 4px 1px 0px 20px;
    float: left;
}

.buttonislink {
    background-color: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    width: auto !important;
    float: right;
    margin-top: -30px;
}

.img_logo {
    text-align: center;
}

.avatar {
    margin-top: -117px;
    width: 40%;
}

.footer {
    text-align: center;
    color: #bdbdbd;
}

    .footer a {
        display: inline-block;
        padding: 5px 12px;
        font-size: 12px;
        font-weight: normal;
        cursor: pointer;
        border-radius: 4px;
    }

.b1 {
    background-color: #3B5998;
    color: #fff;
}

.b2 {
    background-color: #55ACEE;
    color: #fff;
}

.b3 {
    background-color: #DD4B39;
    color: #fff;
}
