﻿.form-group {
    margin-bottom: 15px;
}
.eyepass-icon {
  float: right;
  margin-right: 5px;
  margin-top: -23px;
  position: relative;
  padding-right: 10px;
  z-index: 2;
  cursor: pointer;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.heading_red {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
    text-align: left;
	margin-bottom: 5px;
    margin-top: 7px;
}
.mrt10px{margin-top: 10px;}
.btn-facebook {
    color: #fff;
    background-color: #3b5998!important;
    border-color: rgba(0,0,0,.2)!important;
	padding: 7px 44px!important;
}

.btn-facebook.active, .btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover, .btn-facebook:focus, .btn-facebook:hover, .open>.dropdown-toggle.btn-facebook, .open>.dropdown-toggle.btn-facebook.focus, .open>.dropdown-toggle.btn-facebook:focus, .open>.dropdown-toggle.btn-facebook:hover {
    color: #fff;
    background-color: #355089!important;
    border-color: rgba(0,0,0,.2)!important;
}

.btn-google {
    color: #fff;
    background-color: #dd4b39!important;
    border-color: rgba(0,0,0,.2)!important;
	padding: 7px 44px!important;
}

.btn-google.active, .btn-google.active.focus, .btn-google.active:focus, .btn-google.active:hover, .btn-google.focus, .btn-google:active, .btn-google:active.focus, .btn-google:active:focus, .btn-google:active:hover, .btn-google:focus, .btn-google:hover, .open>.dropdown-toggle.btn-google, .open>.dropdown-toggle.btn-google.focus, .open>.dropdown-toggle.btn-google:focus, .open>.dropdown-toggle.btn-google:hover {
    color: #fff;
    background-color: #da3b28!important;
    border-color: rgba(0,0,0,.2)!important;
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33px;
    line-height: 35px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-social {
    position: relative;
    padding-left: 49px;
    text-align: left;
    white-space: nowrap;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
}

.breadcrumb .subblue a{
    color:#337ab7;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.breadcrumb .subblue a:focus, .breadcrumb .subblue a:hover{color:#337ab7; text-decoration:underline;} 

.breadcrumb {
    padding: 5px 0px 0px 0px!important;
    margin-bottom: 0;
    width: 100%;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "=>"!important;
}

.mt10px{margin-top:10px;}
.mt15px{margin-top:15px;}
.mr-15px0px{margin-right:-15px;}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 4px!important;
	font-size: 13px;
    font-weight: bold;
	
}



a{text-decoration:none;}
.clear {clear: both;}
p{margin:0 0 5px 0;}
/* clear float */
body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-size: cover;
}
.two-forms {
    margin-top: 4em;
}
.wrap {
    margin:0 auto;
    width:90%;
}

/*--signup--*/
.two-forms h2 {
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 5px;
    font-family:Verdana!important;

}

.signup {
    width:50%;
    margin:0 auto;
    float:left;
    border:1px solid #c41c01;
    padding-bottom:5px;
    padding-top:5px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    background:#c41c01;
    box-shadow:0 0 5px #999;
}

.signup.checkout{margin-top:23px; background:#666; border-color:#666;}

.singup-info {
    background:#fff;
    border-top:1px solid #aaa;
    padding:16px 12px;
}
.singup-info span {
        color: #333;
        font-size: .9em;
        margin-left: 1em;
}

.users p {
    font-size:14px;
    color:#333;
}

input.text {
    width:100%;
    padding:7px 10px;
    outline:none;
    border:1px solid #ccc;
    background:#fff;
    color:#333;
    font-weight:500;
    font-size:13px;
    margin:0 0 10px 0;
    border-radius:4px;
}

input.text:focus,.users input[type="password"]:focus{border:1px solid #999;}


.users input[type="password"] {
    width:100%;
    outline:none;
    border:1px solid #ccc;
    padding:7px 10px;
    background:#fff;
    color:#333;
    font-weight:400;
    font-size:13px;
    border-radius:4px;
}
    
.submit {
    padding:5px 10px;
    background: #2C363F;
    margin:18px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    outline:none;
    border:none;
    cursor:pointer;
}

.submit:hover {
        background: #2C363F;
        color: #fff;
}

.btns .btnSubmit {
    padding:7px 10px;
    margin-bottom:.5em;
    background:#666;
    margin:18px 0 0 0;
    color:#fff;
    text-transform:capitalize;
    outline:none;
    border:none;
    cursor:pointer;
    border-radius:4px;
    font-size:15px;
}

.btns .btnSubmit:hover {
        background:#e20707;
        color:#fff;
		outline:none;
		border:none;
}

#lnkLogin{
    color:#5E5E5E;
    margin:10px 0 0 0;
    float:right;
    font-size:13px;
}

/*--/signup--*/

/*--login--*/
.login {
    padding-bottom:5px;
    padding-top:5px;
    width:46%;
    float:right;
    margin:0 auto;
    border:1px solid #aaa;
    background-color:#373236;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    box-shadow:0 0 5px #999;
}

.login-info {
    background: #fff;
    border-top: 1px solid #aaa;
    background: #fff;
    padding:17px 16px 19px 12px;
}

.login-info label {
        font-size: 14px;
        color: #333;
        float: left;
}

.login-info span {
        color: #333;
        font-size: .85em;
        margin-left: 1em;
}

.login input.text {
    width: 100%;
    padding:7px 10px;
    outline: none;
    border: 1px solid #ccc;
    font-size:13px;
}

.login input.text:focus{border:1px solid #999;}


.login input[type="password"] {
    width:100%;
    padding:7px 10px;
    outline:none;
    border:1px solid #ccc;
    font-size:13px;
    margin:0 0 10px 0;
    border-radius:4px;

}


.login p {
    text-align: right;
    margin-right: 7px;
    font-size: 12px;
    padding: 0;
}
.login p a {
    color: #333;
}
.login p span a {
    color: #e66100;
    font-size: 12px;
}

input[type="button"], a.btn {
    background-color: #373236;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgb(117, 98, 98);
    padding: 5px 10px;
    cursor: pointer;
	font-size: 14px;
}


input[type="button"]:hover, a.btn:hover, .ComPart button[type="button"]:hover {
    background-color: #e20707;
    color: #fff;
}

.btn-success a {
    color: #fff;
}




input[type="button"], a.btn{padding:7px 10px; border-radius:3px; font-size:15px; transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; text-transform:capitalize; letter-spacing:1px; background:#373236;}

.mrmodifylogin{margin-right:0px; margin-left:0px;}


/*--------- Responsive 13_11_18 -----------*/

@media only screen and (max-width: 767px) {

.signup, .login{width:100%;}

.two-forms{margin-top:33px;}

.login{margin-top:15px;}

.signup.checkout{margin:18px 0 23px 0;}

.mrmodifylogin{margin-right:-15px; margin-left:-15px;}
 

}




/*--/login--*/
