/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2021 Webkul IN
* @license LICENSE.txt
*/

#customFbBtn {
	padding: 9px 18px;
	height: 40px;
	font-weight: bold;
	line-height: 20px;
	background: #5272B3;
	font-size: 14px;
}
#customFbBtn svg {
    float: left;
    margin: 0px 8px 0px 0px;
}
#customFbBtn span {
    float: left;
}
#customFbBtn span:hover {
    background-color: #3864bb;
    color: #FFFFFF !important;
}

#appleLink {
    padding: 9px 18px;
    height: 40px;
    font-weight: bold;
    line-height: 20px;
    background: #000000;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#appleLink svg {
    float: left;
    margin: -1px 8px 0px 0px;
    width: 20px;
    height: 20px;
}
#appleLink span {
    float: left;
}
#appleLink:hover {
    background-color: #333333;
    color: #FFFFFF !important;
}
.wk-separator {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.wk-separator::before, .wk-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
    pointer-events: none;
}
.wk-separator::before {
    margin-right: 0.25em;
}
.wk-separator::after {
    margin-left: 0.25em;
}
#glogin span{
    font-weight: bold;
}

.btn_text{
  color: #fff !important;
}

#wkSocialLoginBlock {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.wk-social-login-inner {
    float: left;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
	#wkSocialLoginBlock {
		display: block;
		margin-top: 0px;
	}
	.wk-social-login-inner {
		margin-top: 15px;
		width: 100%;
	}
}



/*For growl notification*/
#growls {
    z-index: 50000;
    position: fixed
}

#growls.default {
    top: 50px;
    right: 10px
}

#growls.tl {
    top: 10px;
    left: 10px
}

#growls.tr {
    top: 10px;
    right: 10px
}

#growls.bl {
    bottom: 10px;
    left: 10px
}

#growls.br {
    bottom: 10px;
    right: 10px
}

.growl {
    opacity: 1;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.growl.growl-incoming {
    opacity: 0
}

.growl.growl-outgoing {
    opacity: 0
}

.growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px
}

.growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px
}

.growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px
}

.growl.growl-default {
    color: #FFF;
    background: gray
}

.growl.growl-error {
    color: #fff;
    background: rgba(224, 143, 149, 0.8)
}

.growl.growl-notice {
    color: #fff;
    background: rgba(114, 194, 121, 0.8)
}

.growl.growl-warning {
    color: #fff;
    background: rgba(251, 187, 34, 0.8)
}

.growl .growl-close {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif;
    float: right
}

.growl .growl-title {
    font-size: 18px;
    line-height: 24px
}

.growl .growl-message {
    font-size: 14px;
    line-height: 18px
}

/*Growl notification close*/
