/*
* Code by : Christian Samuel - Crafion
* Contact : christiansammmm@gmail.com
* © 2016
*/
/*general*/
a {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

a:hover {
    color: #333;
}

a.btn:hover, a.btn:focus {
    text-decoration: none;
    color: #fff;
    background: #333;
}

/*login page*/
div.full-bg {
    background: url('../images/login-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    /*-ms-filter: blur(2px) brightness(0.8);*/
    /*-moz-filter: blur(2px) brightness(0.8);*/
    /*-o-filter: blur(2px) brightness(0.8);*/
    /*filter: blur(2px) brightness(0.8);*/
    position: fixed;
    z-index: -1;
}
div.full-bg-filter {
    background:rgba(255,255,255,.6);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;

    /*-ms-filter: blur(2px) brightness(0.8);*/
    /*-moz-filter: blur(2px) brightness(0.8);*/
    /*-o-filter: blur(2px) brightness(0.8);*/
    /*filter: blur(2px) brightness(0.8);*/
}

div.content {
    /*background:rgba(255,255,255,0.4);*/
}

.main-logo-wrapper {
    margin: 50px 0;
}

.main-logo {
    margin: 0px auto 0;
    height: 135px;
    width: auto;
}

a.login-type-wrapper {
    padding: 5px 15px 0 20px;
    border: #333 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
}

a.login-type-wrapper:hover , a.login-type-wrapper:focus {
    background:rgba(255,255,255,.6);
    border-color:rgba(255,255,255,.6);
    -webkit-box-shadow: 7px 10px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 10px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 7px 10px 16px -10px rgba(0,0,0,0.75);

}

.login-type-icon img {
    height: 30px;
    width: auto;
    display: inline;
    margin-top:3px;
}

.login-type-label {
    font-size: 18px;
    line-height: 25px;
    display: inline;
    font-weight: 100;
    margin-left: 15px;
    font-family: "Helvetica";
    font-weight: 500;
    color:#333;
}

.contact {
    margin-top: 25px;
    border-radius: 3px;
    border-width: 1px;
}

footer {
    width: 100%;
    bottom: 0;
    padding: 20px 20px;
    /*background:rgba(0,0,0,0.4);*/
    color: #333;
    font-family: Helvetica;
    font-size: 13px;
}
