*{  outline: 0;}
:focus {
    outline: 0;
}
a:active, a:focus, a:hover {
    outline: 0!important;
    text-decoration: none !important;
}

.frm-Login {
    box-shadow: rgb(136, 136, 136) 0px 0px 4px;
	box-shadow: rgb(21, 20, 20) 0px 0px 4px;
    border-radius: 5px;
	margin-left: auto;
margin-right: auto;
width: 450px;
max-width: 100%;
}
.login-logo {
    margin-bottom: 60px;
}
.forgotPass {
    font-weight: 400;
    font-size: 16px;
}
.Member-Login {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #f00e0e;
    line-height: 30px;
    text-align: center;
}
.Member-Login h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
.Member-Login h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
.Member-Login img {
    max-width: 100%;

	-webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.61);
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.61);
	background: #fff;
	border-radius: 2px;
}
/*::-moz-selection { background: #4aaf51; color: #fff; text-shadow: none;}
::selection { background: #4aaf51; color: #fff; text-shadow: none;}
*/ .Member-Login .btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #4aaf51;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.Member-Login .btn-link-1:hover, .Member-Login .btn-link-1:focus, .Member-Login .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}
.Member-Login .btn-link-1.btn-link-1-facebook {
    background: #4862a3;
}
.Member-Login .btn-link-1.btn-link-1-twitter {
    background: #55acee;
}
.Member-Login .btn-link-1.btn-link-1-google-plus {
    background: #dd4b39;
}
.Member-Login .btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}
.Member-Login .btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.Member-Login .btn-link-2:hover, .Member-Login .btn-link-2:focus, .Member-Login .btn-link-2:active, .Member-Login .btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
/***** Top content *****/ .Member-Login .inner-bg {
    padding: 100px 0 170px 0;
}
.Member-Login .text {
    color: #fff;
}
.Member-Login .text h1 {
    color: #fff;
    margin-bottom: 50px;
}
.Member-Login .description {
    margin: 20px 0 10px 0;
}
.Member-Login .description p {
    opacity: 0.8;
}
.Member-Login .description a {
    color: #fff;
}
.Member-Login .description a:hover, .Member-Login .description a:focus {
    border-bottom: 1px dotted #fff;
}
.Member-Login .form-box {
    margin-top: 35px;
}
.Member-Login .form-top { /*overflow: hidden;*/
    padding: 0 25px 5px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    position: relative;
}
.Member-Login .form-top-left {
    padding-top: 40px;
    text-align: center;
}
.Member-Login .form-top-left h3 {
    margin-top: 0;
    color: #e94e02;color: #6cb444;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 2px;
}
.Member-Login .form-top-left p {
    color: #5e5e5e;
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.Member-Login .form-top-icon {
    background: url("../img/member-icon.png") no-repeat scroll center center, #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    width: 80px;
    left: 52%;
    margin-left: -50px;
    box-shadow: rgb(218, 218, 218) 0px -4px 2px;
	
	box-shadow: rgb(65, 65, 65) 0px -4px 2px;
}
.Member-Login .form-bottom {
    padding: 10px 25px 30px 25px;
    background: #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}
.Member-Login .form-bottom form textarea {
    height: 100px;
}
.Member-Login .form-bottom form button.btn {
    width: 50%;
}
.Member-Login .form-bottom form .input-error {
    border-color: #ff1100;
}

/***** Media queries *****/ @media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
.Member-Login .inner-bg {
    padding: 10px 0 110px 0;
}
.Member-Login .text h1 {
    color: #fff;
    margin-bottom: 18px;
}
}

@media (max-width: 415px) {
.Member-Login h1, h2 {
    font-size: 32px;
}
.Member-Login .text h1 {
    color: #fff;
    margin-bottom: 18px;
}
.Member-Login .form-bottom form button.btn {
    width: 100%;
}
}
.Member-Login input[type="text"], .Member-Login input[type="password"], .Member-Login textarea, .Member-Login textarea.form-control, .Member-Login input[type="email"] {
    height: 45px;
    margin: 0;
    padding: 5px 10px;
    vertical-align: middle;
    background: #ebebeb;
    border: 1px solid #ddd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.Member-Login textarea, .Member-Login textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}
.Member-Login input[type="text"]:focus, .Member-Login input[type="password"]:focus, .Member-Login textarea:focus, .Member-Login textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Member-Login input[type="text"]:-moz-placeholder, .Member-Login input[type="password"]:-moz-placeholder, .Member-Login textarea:-moz-placeholder, .Member-Login textarea.form-control:-moz-placeholder {
color: #888;
}
.Member-Login input[type="text"]:-ms-input-placeholder, .Member-Login input[type="password"]:-ms-input-placeholder, .Member-Login textarea:-ms-input-placeholder, .Member-Login textarea.form-control:-ms-input-placeholder {
color: #888;
}
.Member-Login input[type="text"]::-webkit-input-placeholder, .Member-Login input[type="password"]::-webkit-input-placeholder, .Member-Login textarea::-webkit-input-placeholder, .Member-Login textarea.form-control::-webkit-input-placeholder {
color: #888;
}
.Member-Login button.btn {
    height: 50px;
    margin: 0 auto;
    float: none;
    padding: 0 20px;
    vertical-align: middle;
    background: #005faf;
    border: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    display: block;
    
    background: #333;
border-color: #333;

}
.Member-Login button.btn:hover {
    color: #fff;
    background: #343536;background: #090909;
}
.Member-Login button.btn:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Member-Login button.btn:focus {
    outline: 0;
    opacity: 0.6;
    background: #343536;
    color: #fff;
}
.Member-Login button.btn:active:focus, .Member-Login button.btn.active:focus {
    outline: 0;
    opacity: 0.6;
    background: #343536;
    color: #fff;
}
.Member-Login .form-bottom form .input-error {
    border-color: #ff1100;
}
.inner-bg-btns {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.container.theme-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.jumbotron-center {
}
.frm-btns {
    box-shadow: rgb(44, 43, 43) 0px 0px 4px;
    border-radius: 5px;
    padding: 30px 20px 20px 20px;
    background: #f9f9f9;
}
.btn_style {
    border: 0px solid #05969f;
    padding: 15px 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 0px 1px 1px rgb(105, 105, 105);
    min-width: 250px;
    margin-right: 20px;
}
.btn_style.last-btn {
    margin-right: 0px !important;
}
.btn_style-1 {
    background: #fe711f;background: #4b7e30;
}
.btn_style-2 {
    background: #7dc420;background: #569037;
}
.btn_style-3 {
    background: #4ab9e3;background: #61a33e;
}

.btn_style-1:hover, .btn_style-2:hover, .btn_style-3:hover {

	background: #6CB545;
	-moz-box-shadow: #357E0E 5px 5px 55px inset;
	-webkit-box-shadow: #357E0E 5px 5px 55px inset;
	box-shadow: #357E0E 5px 5px 55px inset;
}


@media (max-width: 767px) {
.inner-bg-btns {
    padding: 10px 0 10px 0;
}
.btn_style {
    min-width: 200px;
}
}

@media (max-width:600px) {
.btn_style {
    width: 100%;
}
.frm-btns {
    box-shadow: rgb(221, 221, 221) 0px 0px 4px;
    border-radius: 5px;
    padding: 15px;
    background: #f9f9f9;
}
}

#remember-me{width: auto;margin-top: 0px;}
.frm-Login .btn-warning {
	color: #fff;
	background-color: #838383;
	border-color: #838383;
}
.frm-Login .btn-warning:hover {
	color: #fff;
	background-color: #090909;
	border-color: #090909;
}