/** Setubridge Technolabs
* http://www.setubridge.com/
* @author SetuBridge
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
**/

@font-face {
  font-family: "Gotu-Regular";
  src: url("../fonts/Gotu-Regular.eot"); 
  src: url("../fonts/Gotu-Regular.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/Gotu-Regular.otf") format("opentype"), 
    url("../fonts/Gotu-Regular.svg") format("svg"), 
    url("../fonts/Gotu-Regular.ttf") format("truetype"), 
    url("../fonts/Gotu-Regular.woff") format("woff"), 
    url("../fonts/Gotu-Regular.woff2") format("woff2"); 
  font-weight: normal;
  font-style: normal;
}

.product-designer-customer-form-content .control>input:focus{
    box-shadow: none;   
}
.product-designer-customer-form-content .control>input{
    width: 100%;
    position: relative;

    z-index: 3;
    height: 35px;
    background: none;
    border: none;
    padding: 5px 0;

    border: 1px solid #eee;
    color: #000;
    outline:none;
}
.product-designer-customer-form-content .form-heading
{
    color: #000;
    font-family: Gotu-Regular;
}
.personalization-index-editor .product-designer-customer-form-content button.designerbutton{
    padding: 5px;
    background: #3686C9;
    width: 100%;
    height: 40px;
    border: none;
    margin: 10px auto;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    position: relative;
}

.product-designer-customer-form-content button.designerbutton:hover{
    color: #fff;
    background: #3686C9;
}
.product-designer-customer-form-content {
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    /* height: 22px; */
    position: absolute;
    padding: 0px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
    /*left: 0;        */
    right: 0; 
    /* top: 20%; */
    margin: 0 auto;
    display: none;
    height: 100%;
    overflow: auto;
}

.personalization-index-editor .designerform .field {
    margin: 0 0 15px;
}
.personalization-index-editor .designerform .fieldset.create.info{
    margin: 0px;
}

.product-designer-customer-form-content .designerform {
    background: #fff;
    padding: 30px;
    /*box-shadow: 0 0 40px #e3e3e3;*/
    border-radius: 5px;

}
.product-designer-customer-form-content .form-heading,
.checkbox {
    margin: 0 0 20px;
}    

.product-designer-customer-form-content .checkbox {
    font-weight: normal;
}

.product-designer-customer-form-content .input-text {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);

    &:focus {
    z-index: 2;
}
}

.product-designer-customer-form-content input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-designer-customer-form-content input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-designer-customer-form-content .action.close::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: #f00;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.product-designer-customer-form-content .signup-form-close-span{
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.product-designer-customer-form-content button.action.close{
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}


.designerform .actions-toolbar .button-div{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.designerform .actions-toolbar   {
    text-align: center;
}
.designerform .field > div {
    text-align: left;
    color: #000;
}
.product-designer-customer-form-content .fieldset.create.account{
    margin: 0px;
}
.product-designer-customer-form-content .newsletter{
    float: left;
    margin: 0px 0 10px 0;
}
.designerform .fieldset.create.account::after {
    margin-top: 0px;
    display: none;
}
#customer-popup-form-register .message.error{
    padding-left: 20px;
}
.product-designer-customer-form-content button, 
	.product-designer-customer-form-content input, 
	.product-designer-customer-form-content optgroup, 
	.product-designer-customer-form-content select,
	.product-designer-customer-form-content textarea, 
	.product-designer-customer-form-content label,
	.product-designer-customer-form-content div,  
	.product-designer-customer-form-content span  {
		font-family: Gotu-Regular !important;
}
.product-designer-customer-form-content .action.primary {
	font-size: 1.6rem;
}
@media (max-width:768px){
    .personalization-index-editor .designerform .field {
    margin: 0 0 5px;
}
.product-designer-customer-form-content .form-heading {
    margin: 0 0 10px;
    font-size: 22px;
}
}