.prestashop-input .link-shop{
    cursor: not-allowed;
}

:root {
  --main-color: #424242;
  --link-color: #4e4aba;
  --background-btn: #590DFF;
  --background-input: #f0f0f0;
}

body {
    margin: 0px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    color: var(--main-color);
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
.h100{
	height: 100vh;
}
.container-account{
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
#app{
    position: relative;
}
.r-background-account{
    position: fixed;
    background: #fff;
    left: 60%;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
}
p {
    margin: 0px;
}

a {
    color: var(--link-color); ;
}

.hide{
	display: none!important;
}
.show{
	display: block!important;
}

.background {
    background-color: #fff !important;
}
.r--text-center{
	text-align: center!important;
}
.r--font-bold{
	font-weight: bold!important;
}
.clr{
	clear: both;
}
.un-select,
.btn-ryviu, 
.btn-ryviu-second{
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.logo-ryviu {
    display: inline-block;
    height: 30px;
    border-radius: 10px;
    margin-right: 6px;
    vertical-align: middle;
}

.logo-desktop svg, 
.logo-mobile svg{
    vertical-align: middle;
}

.logo-desktop {
    padding: 20px;
    width: 100%;
    min-height: 33px;
    display: block;
    box-sizing: border-box;
}
.logo-desktop a{
	display: inline-block;
}

.flex-center {
    display: inline-flex;
    align-items: center;

}
.input-wraper input:-webkit-autofill::first-line,
.input-wraper input:-webkit-autofill,
.input-wraper input:-webkit-autofill:hover,
.input-wraper input:-webkit-autofill:focus,
.input-wraper input:-webkit-autofill:active {
    font-size: 14px!important;
    font-family: 'Work Sans', sans-serif!important;
 }
.icon-back {
    margin-right: 9px;
}

.col-md-6 {
    position: relative;
    
}

#password-confirm-eye, #password-eye, #password-confirm-eye-hide, #password-eye-hide{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}

/* #password-confirm-eye-hide, #password-eye-hide{
    display: none;
} */

.alert-success {
    color: #155724;
 }

.help-block {
    text-align: left;
    color:  #721c24;
    margin-top: 5px;
 }

 .alert-warning {
     color: #ffc107;
 }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important;
    -webkit-text-fill-color: #333333 !important;
}
.min-height--100vh{
	min-height: 100vh;
}
.r--display-flex{
	-js-display: flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-row{
	-js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.flex-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-col {
    max-height: 100%;
}
.align-self--center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.r--input-warning{
	border:red!important;
}
 /* Form General */
.form-wrapper {
    box-sizing: border-box;
    line-height: 1.19;
    padding-top: 100px;
}
.r--register-container{
	background: #fcfcfc;
	height: 100vh;
}
.r--register-container .input-wraper{
	margin-bottom: 22px;
}
.r-register--page .form-wrapper{
	padding: 0;
}
.r--register-container .r--terms-privacy{
    line-height: 1.5;
    margin-top: 60px;
    opacity: 0.69;
}
.r--register-container .r--terms-privacy a{
	color: var(--main-color);
}
.form-action{
	padding-top: 10px;
}
.padding-none{
	padding: 0!important;
}
.register-wrapper .form-content {
    padding: 0;
    float: left;
    width: 313px;
}
.btn-connect.hide-content{
	width: auto;
}
.hide-content span{
	display: none
}
/* Login Page */
.r-acount--header{
	padding: 27px 35px 0 35px;
	margin-bottom: 90px;
}
.r-acount--header.r-simple{
    padding-left:27px;
    padding-right:27px;
    padding-bottom:47px;
}
.r-acount--header a{
    text-decoration: underline;
    display: inline-block;
}
#r-social--connect{
	width: 302px;
    margin: 40px auto 0;
    padding-top: 33px;
    padding-bottom: 50px;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.r-register--page #r-social--connect{
    padding-bottom: 0;
}
.r-register--page .r--terms-privacy{
    padding-bottom: 50px;
}
.form-content-left-content{
    width: 100%;
}
.r--or{
	position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -18px;
    padding: 10px;
    color: #333;
    background: #fcfcfc;
}
.login-page--content.form-wrapper,
#reset-password-section .form-wrapper{
	padding: 0;
}

.login-page--content .form-content{
	width: 100%;
	padding: 0;
}

.login-page--content .form-content-left{
	width: 754px;
	float: left;
	background-color: #fcfcfc;
	padding: 0 20px 20px;
	box-sizing: border-box;
}
.login-page--content .form-content-right .form-action{
	width: 302px;
	margin: 0 auto;
	display: block;
}
.login-page--content .form-content-right{
    width: -webkit-calc(100% - 754px); 
    width:    -moz-calc(100% - 754px); 
    width:         calc(100% - 754px); 
    max-width: 100%;
    background: #fff;
    padding-top: 0;
	float: right;
	align-items: flex-start;
}

/* End Login Page */

.signup-intro {
    float: right;
    text-align: center;
    padding-top: 70px;
}
.r-video{
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.r-video video,
.r-video .r--asd-banner{
	border-radius: 10px;
	position: relative;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.r-video .r--asd-banner{
	padding: 189px 45px 40px 45px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
}
.r-register--page .r--asd-banner .r--asd-banner-image{
    margin-bottom: 10px;
}
.r--asd-banner .r--asd-banner-image{
    margin-bottom: 30px;
    display: inline-block;
}
.r--asd-banner .r--asd-banner-image img{
    max-width: 100%;
    width: 366px;
}
.r--asd-banner .r--asd--logo{
	margin-bottom: 20px;
}
.r--asd-banner .r--asd--button{
	border: solid 2px #dbdbdb;
	color: #333333;
	font-weight: 500;
	padding: 10px 36px;
	border-radius: 30px;
	display: inline-block;
	background: #fff;
    text-decoration: none;
    margin-bottom: 33px;
}
.r--asd-banner p{
    opacity: 0.51;
    color: #424242;
    margin-bottom: 9px;
}
.r--asd-banner .r--asd--title{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
	max-width: 416px;
	margin: 0 auto;
	color: #333333;
	margin-bottom: 29px;
}
.r-register--page .r--asd-banner .r--asd--title{
    font-size: 26px;
    max-width: 454px;
}
.r--asd--title span{
	color: var(--link-color);
}
.r--asd--des{
	font-size: 18px;
	margin-bottom: 37px;
}
.footer-form.social{
	margin: 0 auto;
	max-width: 300px;
}

.footer-form.register {
    margin-top: 17px;
}

.signup-intro .img-intro {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 40px;
    max-width: 333px;
}

.signup-intro .woo-ryviu {
    height: 22px;
}

.signup-intro .shopi-ryviu {
    height: 25px;
    margin-left: 30px;
}

.signup-intro .available {
    margin-top: 37px;
    margin-bottom: 18px;
}

.form-content {
    padding: 0 36px 45px;
    min-width: 300px;
    margin: 0 auto;
    width: 414px;
    box-sizing: border-box;
    max-width: 100%;
    letter-spacing: 0;
}
.full-width{
	width: 100%;
}
/* REGISTER PAGE */
.r--logo{
	line-height: 44px;
}
.r--des{
	font-size: 22px;
	margin-top: 27px;
	opacity: 0.84;
}
.head hr{
	width: 69px;
	  height: 4px;
	  border-radius: 10px;
	  background-color: #f4edde;
	  border: none;
	  margin: 15px auto 50px;
}
.r--logo a{
	display: inline-block;
    margin-right: 15px;
    width: 44px;
	vertical-align: bottom;
}
.r--logo img{
	display: block;
}

.register-wrapper .form-content-left{
	width: 100%;
	float: left;
}
.register-wrapper .social a{
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px;
}

/* END REGISTER PAGE */
.reset-wrapper .form-content{
	width: 397px;
}
.reset-wrapper #frmSendEmailRequest p{
    color: #989898;
    letter-spacing: normal;
    line-height: 1.43;
    margin-bottom: 32px;
}

.img-reset-email {
    margin-top: 36px;
}

.color-main {
    color: #4659b3;
}

form {
    margin-block-end: 0;
}

.form-wrapper .icon-title {
    margin-right: 8px;
}

.head {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 22px;
}
.ryviu-noti{
	margin-bottom: 28px;
	font-size: 14px;
	padding: 13px 22px;
	display: none;
	text-align: left;
	border-radius: 5px;
	border: solid 1px #d35d5d;
	background: #fff;
}
.ryviu-noti.success{
	border-color: #5db426;
}
.ryviu-noti span{
	font-size: 14px;
	line-height: 1.5;
	color:var(--main-color);
}
.ryviu-noti img{
	vertical-align: sub;
	margin-right: 10px;
	letter-spacing: 0;
}
.form-wrapper .title {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
}
.has-error input{
	border: 2px solid #d45d5d;
}

.btn-connect {
	float: left;
	animation-delay: 2s;
    display: inline-block;
    width: -webkit-calc(100% - 55px); 
    width:    -moz-calc(100% - 55px); 
    width:         calc(100% - 55px); 
    min-width: 43px;
    height: 40px;
    position: relative; 
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #5d5d5d;
    text-decoration: none;
    border-radius: 10px;
    border:2px solid #d3d3d3;
    box-sizing: border-box;
    background: #fff;
}
.fun-extend-head {
    text-align: center;
    float: right;
}

.fun-extend-head p {
    margin-bottom: 20px;
}
.fun-extend-head p.regitser-link{
    margin: 10px 0;
    color: #969494;
}
.fun-extend {
    text-align: center;
    width: 302px;
    margin: 0 auto 19px;
}

.fun-extend p {
    margin-bottom: 20px;
}
.fun-extend p.regitser-link{
    margin: 20px 0;
    display: none;
    color: #969494;
}
.login-wrapper .btn-sign-up {
    border: solid 1px #e2e2e2;
    margin-top: 11px;
    text-decoration: none;
}
.triangle_wapper{
    position: absolute;
    opacity: 0.3;
    top: -45px;
    transform: rotate(48deg);
    left: -20px;
}
.triangle_wapper.triangle-1{
	left: -29px;
    top: -60px;
}
.triangle_wapper.animation{
    opacity: 0;
    transform: translateY(4em) rotateZ(0);
    transition: transform 2s .4s cubic-bezier(0,1,.3,1),
    opacity .1s .4s ease-out;
    max-width: 600px;
    will-change: transform, opacity;
}

.triangle, .triangle:before, .triangle:after { width: 80px; height: 80px; }
.triangle {
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: 10%;
    transform: translateY(50%) rotate(12deg) skewY(30deg) scaleX(.866);
    cursor: pointer;
    pointer-events: none;
    text-align: initial!important;
} 
.triangle:before, .triangle:after {
    position: absolute;
    background: #e0d3b2;
    pointer-events: auto;
    content: '';
}
.triangle:before {
    border-radius: 10% 10% 10% 53%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
            skewX(30deg) scaleY(.866) translateX(-24%);
}
.triangle:after {
    border-radius: 10% 10% 53% 10%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) 
            skewX(-30deg) scaleY(.866) translateX(24%);
}
.btn-connect.facebook {
    float: right
 }

.btn-connect svg {
    line-height: 40px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
}
.btn-connect .link-wrapper-content{
	margin-left: 10px;
}

.footer-form {
    display: inline-block;
    width: 100%;
    left: 50%;
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.description-wrapper {
    position: relative;
    float: left;
    width: 100%;
}

.description-wrapper p {
    color: #666;
    background: #fff;
}

.description-wrapper hr {
    position: absolute;
    top: 50%;
    background-color: #ccc;
    border: none;
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
}

.form-action {
    display: inline-block;
    width: 100%;
}

.input-wraper, .form-group {
    margin-bottom: 31px;
    width: 100%;
    display: inline-block;
}
.input-wraper.last{
	margin-bottom: 40px;
}

  input[type=checkbox] {
    cursor: pointer;
    margin-right: 10px;
    margin-left: 0px;
  }
  /*
  input[type=checkbox]:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    border: 2px solid #c6c6c6;
    border-radius: 2px;
    position: relative;
    width: 12px;
    height: 12px;
  }
  
  input[type=checkbox]:checked:after {
    content: "\2714";
    line-height: 15px;
    text-align: center;
  }
*/
.checkbox {
    display: inline-block;
    cursor: pointer;
}
.checkbox input{
	float: left;
	margin-top: 4px;
    margin-bottom: 0;
}
.checkbox span{
	float: left;
    margin-top: 2px;
    color: #4a4949;
    font-weight: normal;
}
.checkbox label {
    cursor: pointer;
    margin-bottom: 0;
}

.forgot {
    color: #5d5d5d;
    float: right;
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    text-decoration: underline;
}

html input:-webkit-autofill,
html input:-webkit-autofill:hover, 
html input:-webkit-autofill:focus
html textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
html input:-internal-autofill-selected {
    background-color: var(--background-input) !important;
    -webkit-box-shadow: 0 0 0 1000px var(--background-input) inset !important;
    -webkit-text-fill-color: rgba(0,0,0,0.87) !important;
}
input:-internal-autofill-selected{
	background-color: #fff!important;
}
/* Change the white to any color ;) */


.captcha {
    margin-bottom: 10px;
}

label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: normal;
}

.mr-b20 {
    margin-bottom: 20px !important;
}
.mr-b30 {
    margin-bottom: 30px !important;
}

.mr-b35 {
    margin-bottom: 35px !important;
}
.mr-b40 {
    margin-bottom: 44px !important;
}

.input-wraper input, .input-wraper select {
    border: 2px solid var(--background-input);
    box-sizing: border-box;
    padding: 4px 20px 7px;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    text-align: left !important;
    background: var(--background-input);
}
.input-wraper select option{
	font-family: 'Work Sans', sans-serif;
}

.input-wraper input:focus{
	border: 2px solid #75c69a;
	outline: none;
}
.input-wraper.has-error input:focus{
	border: 2px solid #d45d5d;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
.decoration-none{
	text-decoration: none
}
.password {
    position: relative;
}

.btn-ryviu, .btn-ryviu-second{
    display: inline-block;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    border: none;
    background: var(--background-btn);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    line-height: 40px;
    padding-bottom: 3px;
    box-sizing: border-box;
}
.btn-ryviu-second{
	background-color: #f4f4f4;
	text-transform: none;
	color: #4a4949;
}

.sign-up {
    border-top: 1px solid #DBDBDB;
    padding: 28px;
    background: #FCFCFC;
}

/* Login */
.contact {
    color: #999;
    max-width: 300px;
    margin: auto;
    display: inline-block;
}

.color-black {
    color: #999;
}

.connect-wrapper {
    width: 100%;
}

/* Reset */
.reset-wrapper .btn-sign-in {
    margin: 24px 0;
}

.reset-wrapper .description {
    color: #333;
    margin: 0 0 25px 0;
}

.reset-wrapper .logo-mobile, .reset-pass-wrapper .logo-mobile{
    margin: 0;
    margin-bottom: 20px;
}

.reset-wrapper .reset-email {
    margin: 0;
    padding: 40px 0px;
}

/* reset password */
.reset-pass-wrapper .btn-form-group {
    margin-top: 15px;
}
#reset-password-section .alert{
	margin-bottom: 15px;
}
.reset-pass-wrapper .head {
    margin-top: 0px;
}

.reset-contact {
    color: #666;
    margin-top: 20px;
}

.reset-contact a {
    color: #ffaa53;
    text-decoration: underline;
}

.back-sign-in {
    color: #494a4a;
    margin-top: 30px;
    text-decoration: underline;
}

.reset-email.footer-form {
    bottom: -50px;
} */

.footer-form.platform {
    width: unset;
}

.reset-email .back-sign-in {
    width: unset;
}

.back-sign-in svg, .back-sign-in img {
    margin-right: 10px;
    float: left;
    margin-top: -2px;
}


/* Install Ryviu Shopify */


.install-shopify-wrapper .form-left {
    width: 100%;
    float: left;
}

.install-shopify-wrapper .img-platform {
    float: right;
}

.install-shopify-wrapper #install_btn{
	margin-top: 10px;
}

.link-extend {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.link-extend label{
	margin: 0;
}
.r--platform-page .install-shopify-wrapper select,
.r--platform-page .link-connect-shop input,
.r--platform-page .link-connect-shop div{
	border: solid 1px #989898;
}
.r--platform-page .link-connect-shop div{
	border-left: none;
}
.r--platform-page a{
	display: block;
	text-decoration: none;
}
.link-extend .btn-ryviu-second {
    margin-top: 20px;
    display: none;
}

.link-register {
    text-decoration: none;
    font-weight: normal;
    color: #424242;
}

.install-shopify-wrapper .attention {
    display: inline-block;
    margin-top: 12px;
    color: #868686;
}

.install-shopify-wrapper .alert-warning {
    margin-bottom: 10px;
}

.install-shopify-wrapper .description {
    margin: 0 0 25px 0;
}

.install-shopify-wrapper .btn-sign-in {
    margin: 4px 0 24px 0;
}

.install-shopify-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #dbdbdb;
}

.link-connect-shop {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.link-connect-shop .right {
    background: #f4f4f4;
    color: #999;
}

.link-connect-shop > * {
    box-sizing: border-box;
    height: 45px !important;
}
.woo-input, .woo-input .right{
    display: none;
}

.woo-input .link-connect-shop input{
    width: 100%;
    border-radius: 3px;
}

.prestashop-input{
    display: none;
}

.prestashop-input .link-connect-shop input{
    width: 100%;
    border-radius: 3px;
}

#copy-btn{
    display: none;
}

/* ---------- For install ----------------- */
.link-connect-shop input {
    float: left;
    width: 55%;
    background: none;
    margin-right: 0;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
   
}

.link-connect-shop div {
    float: right;
    background: #fff;
    width: 45%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 42px;
    padding-left: 17px;
    border-left: none;
    font-size: 16px;
}

.install-shopify-wrapper .hidden {
    display: none;
}
/* -------------  ---------------- */

/* Register */
.logo-register {
    margin-bottom: 10px;
}

.register-wrapper select, .install-shopify-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../icons/icon-down.svg") no-repeat calc(100% - 12px) center;
    background-color: rgba(255, 251, 234, 0.5);
    cursor: pointer;
}

.register-wrapper .link-more-detail {
    color: #333;
    text-decoration: underline;
    display: inline-flex;
    align-content: center;
    margin-bottom: 15px;
}

.link-more-detail .icon-more {
    margin-left: 8px;
}

.form-password {
    position: relative;
}

.form-password .icon-eye {
    position: absolute;
    top: 14px;
    right: 10px;
}

.form-password .icon-eye:hover {
    cursor: pointer;
}

.email-marketing {
    display: flex;
    align-items: center;
}

.email-marketing label {
    margin-bottom: 0;
}

.email-marketing input{
    accent-color: var(--background-btn);
}

@media only screen and (max-width: 1300px) {
    .fun-extend-head span{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .login-page--content .form-content-right{
        width: 40%;
    }
    .login-page--content .form-content-left{
        width: 60%;
    }
}
@media only screen and (max-width: 900px) {
    .login-page--content .form-content-right{
        width: 50%;
    }
    .login-page--content .form-content-left{
        width: 50%;
    }
}
@media only screen and (min-width: 769px) {
    .register-wrapper {
	    width: 900px;
	}
	.register-wrapper .form-content-left{
		width: 350px;
	}
}

@media only screen and (min-width: 600px) {
	.register-wrapper .form-content-left-content{
		width: 302px;
		margin: 0 auto;
	}
	
    .logo-mobile {
        display: none;
    }
}
@media only screen and (max-height: 760px) {
	.login-page--content .r-video .r--asd-banner{
		padding-top: 80px;		
	}
	.login-page--content .form-content-right{
		-ms-flex-align: center;
		align-items: center;
	}
}
@media only screen and (max-width: 1024px) {
	.r-video .r--asd-banner{
		padding: 213px 45px 80px 45px;
    }
    .r-acount--header{
        margin-bottom: 40px;
    }
    .r-video .r--asd-banner{
        padding-top: 170px;
    }
}
@media only screen and (max-width: 1000px) {
	.r-video .r--asd-banner{
		padding: 213px 45px 80px 45px;
	}
}
@media only screen and (max-width: 800px) {
    .fun-extend p.regitser-link, .fun-extend-head span{
        display: inline-block;
        margin-right: 6px;
    }
	.login-page--content .form-content-left,.r-background-account{
        display: none !important;
        background: none;
    }
    .login-page--content .form-content-left,
    .login-page--content .form-content-right{
        width: 100%;
        background: none;
    }
    .login-page--content .r--display-flex{
        display: inline-block;
    }
    .login-page--content .form-content-right{
        padding-top: 0;
    }
    .form-content{
	    padding-left: 30px;
	    padding-right: 30px;
    }
    .r-acount--header,
    .r-acount--header.r-simple{
        margin-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0;
    }
    .r--register-container .r--terms-privacy{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 769px) {
    .head{
	    margin-bottom: 30px;
    }
    
    .head hr{
	    margin-bottom: 0;
    }
}
@media only screen and (max-width: 700px) {
	.input-wraper select{
		line-height: 28px;
    }
    .fun-extend-head span{
        display: none;
    }
	.checkbox input{
		margin-top: 3px;
	}
	html input:-webkit-autofill, html input:-webkit-autofill:hover, html input:-webkit-autofill:focus html textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, html input:-internal-autofill-selected{
		font-size: 14px;
	}
	.r--des{
		font-size: 17px;
	}
	
	.fun-extend p.regitser-link{
		margin-top: 20px;
	}
    .register-wrapper.form-wrapper {
        max-width: 100%;
    }

    .form-wrapper.register-wrapper {
        padding: 0 !important;
        background: unset;
    }

    .form-wrapper.register-wrapper .form-content {
        width: 414px;
        max-width: 100%;
        padding: 30px 20px 40px !important;
        display: table;
        margin: auto;
    }

    .install-shopify-wrapper .img-platform {
        display: none;
    }

    .install-shopify-wrapper.form-content {
        padding: 30px 20px 40px !important;
        max-width: 414px;
        /* display: table;
        margin: auto; */
    }

    .install-shopify-wrapper .form-left {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .logo-ryviu{
	   display: inline-block; 
    }

    .logo-mobile {
        display: none;
    }
    
}
@media only screen and (max-width: 480px) {
    .login-page--content .form-content-right .form-action,
    #r-social--connect,
    .fun-extend{
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
}