﻿
#regPage strong { font-weight: 500; }

#regPage a,#regPage a:hover,#regPage a:focus {
	/*color: #de995e;*/
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#regPage h1,#regPage  h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

#regPage h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

#regPage img { max-width: 100%; }

::-moz-selection { background: #de995e; color: #fff; text-shadow: none; }
::selection { background: #de995e; color: #fff; text-shadow: none; }


#regPage .btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#regPage .btn-link-1:hover,#regPage  .btn-link-1:focus,#regPage  .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

#regPage .btn-link-1.btn-link-1-facebook { background: #4862a3; }
#regPage .btn-link-1.btn-link-1-twitter { background: #55acee; }
#regPage .btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

#regPage .btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

#regPage .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;
}
#regPage .btn-link-2:hover,#regPage  .btn-link-2:focus, 
#regPage .btn-link-2:active,#regPage  .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

#regPage .inner-bg {
    /*padding: 84px 0 79px 0;
    background-image:url('../../../../app/theme/components/signIn/img/backgrounds/2.jpg');    
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    /*background-color:#f9f9f9;   /*#959595;*/
    background-size: 100% 100%;
}

#regPage .top-content .text {
	color: #fff;
}

#regPage .top-content .text h1 { color: #fff; }

#regPage .top-content .description {
	margin: 20px 0 10px 0;
}

#regPage .top-content .description p { opacity: 0.8; }

#regPage .top-content .description a {
	color: #fff;
}
#regPage .top-content .description a:hover, 
#regPage .top-content .description a:focus { border-bottom: 1px dotted #fff; }

#regPage .form-box {
	margin-top: 35px;
}

#regPage .form-top {
	overflow: hidden;
	padding: 0 25px 15px 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;
}

#regPage .form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

#regPage .form-top-left h3 { margin-top: 0; }

#regPage .form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

#regPage .form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

#regPage .form-bottom form textarea {
	height: 100px;
}

#regPage .form-bottom form button.btn {
	width: 100%;
}

#regPage .form-bottom form .input-error {
	border-color: #de995e;
}

#regPage .social-login {
	margin-top: 2%;
    margin-bottom: 2%;
}

#regPage .social-login h3 {
	color: #fff;
}

#regPage .social-login-buttons {
	margin-top: 20px 10px;
    text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    /*border:2px solid #ddd;  add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

#regPage #LogSignup {
    background: #fff;
    margin: 60px auto 40px;
    padding: 40px;
    box-shadow: 0 0 40px #e3e3e3;
    border-radius: 5px;
    transform-origin: 0 0;
    animation: swing-in .15s;
}

#regPage .containerLog {
    width:425px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1";  add linkedin icon 
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
}

 pinterest button class
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2";  add pinterest icon 
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
      border-color: #cb2027;
}

 tumblr button class
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173";  add tumblr icon 
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
      border-color: #3a5876;
}

 rss button class
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e";  add rss icon 
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
      border-color: #e88845;
}*/



/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

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

@media (max-width: 767px) {
	
	#regPage .inner-bg { padding: 60px 0 110px 0; }

}

@media (max-width: 415px) {
	
	#regPage h1, #regPage h2 { font-size: 32px; }

}
