﻿.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #77be32;  /*#029f5b*/
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
/*########################## Google And Facebook Login Buttons ###################################*/
.loginBtn {
    box-sizing: border-box;
    position: relative;
    width: 16em; /*- apply for fixed size*/
    /*margin: 0.4em;*/
    padding: 3px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    /*font-size: 16px;*/
    color: #FFF;
    font-weight: bold;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
        text-decoration: none;
        color: #FFF;
    }

/* Twitter */
.loginBtn--twitter {
    background-color: #5cccf5;
    background-image: linear-gradient(#5cccf5, #0a7faa);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
}

    .loginBtn--twitter:before {
        border-right: #66ccff 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/59615/logo--twitter.svg') 1px 1px no-repeat;
    }

    .loginBtn--twitter:hover,
    .loginBtn--twitter:focus {
        background-color: #6cdae7;
        background-image: linear-gradient(#6cdae7, #0a7fab);
        text-decoration: none;
        color: #FFF;
    }

/* Wiki */
.loginBtn--wikipedia {
    color: black;
    background-color: #c8c8c8;
    background-image: linear-gradient(#c8c8c8, #c8c8c8);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
}

    .loginBtn--wikipedia:before {
        border-right: lightgray 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/59615/logo--wikipedia.svg') 1px 1px no-repeat;
        color: #FFF;
    }

    .loginBtn--wikipedia:hover,
    .loginBtn--wikipedia:focus {
        background-color: #a2a2a2;
        background-image: linear-gradient(#a2a2a2, #c8c8c8);
        text-decoration: none;
        color: black;
    }
/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif; #BB3F30*/
    background: #DD4B39;
    text-align: center;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #d73925;
        background-image: linear-gradient(#d73925, #d73925);
        text-decoration: none;
        color: #FFF;
    }

.google-images-link {
    background: #DD4B39;
    text-align: center;
    color: white !important;
    font-weight: 600;
    width: 100%;
}

    .google-images-link:hover,
    .google-images-link:focus {
        background: #d73925;
        background-image: linear-gradient(#d73925, #d73925);
        text-decoration: none;
        color: #FFF;
    }

.wikipedia-link {
    color: black !important;
    background-color: #c8c8c8;
    background-image: linear-gradient(#c8c8c8, #c8c8c8);
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

    .wikipedia-link:hover,
    .wikipedia-link:focus {
        background-color: #a2a2a2;
        background-image: linear-gradient(#a2a2a2, #c8c8c8);
        text-decoration: none;
        color: black;
    }

.facebook-link {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
    color: white !important;
    font-weight: 600;
    width: 100%;
}

    .facebook-link:hover,
    .facebook-link:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
        text-decoration: none;
        color: #FFF;
    }

.twitter-link {
    background-color: #5cccf5;
    background-image: linear-gradient(#5cccf5, #0a7faa);
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
    color: white !important;
    font-weight: 600;
    width: 100%;
}

    .twitter-link:hover,
    .twitter-link:focus {
        background-color: #6cdae7;
        background-image: linear-gradient(#6cdae7, #0a7fab);
        text-decoration: none;
        color: #FFF;
    }