* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: 
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-200.woff2') format('woff2'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-200.woff') format('woff'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-200.ttf') format('truetype')
}

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src:
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-300.woff2') format('woff2'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-300.woff') format('woff'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-300.ttf') format('truetype')
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: 
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-regular.woff2') format('woff2'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-regular.woff') format('woff'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-regular.ttf') format('truetype')
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src:
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-500.woff2') format('woff2'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-500.woff') format('woff'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-500.ttf') format('truetype')
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src:
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-600.woff2') format('woff2'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-600.woff') format('woff'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v15-latin-600.ttf') format('truetype')
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src:
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v18-latin-700.woff2') format('woff2'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v18-latin-700.woff') format('woff'),
       url('https://assets.justinmind.com/wp-content/themes/jim/volcanic/fonts/montserrat-v18-latin-700.ttf') format('truetype')
}

.embedded {
    font-family: Montserrat, apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}

.embedded .container{
  display:flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.embedded .smallBox{
  margin: 0 auto;
  max-width: 467px;
  padding: 43px;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
  box-sizing: border-box;
  text-align: center;
}

.embedded .smallBox h1{
  font-size: 30px;
  font-weight: 600;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 26px;
  line-height: 42px;
}

.embedded .smallBox h2{
  font-size: 14px;
  font-weight: 400;
  color: #82888c;
  margin-top:0px;
  margin-bottom:38px;
  line-height: 25px;
}

.embedded .smallBox a{
    color: #0099ff;
    text-decoration: none;
    border-bottom: 1px solid #0099ff;
    padding-bottom: 2px;
    padding-left: 0px;
}

.embedded .smallBox a:hover{
    border-bottom: 0px;
}

.embedded .smallBox .secondary-check {
  text-align: left;
}

.embedded .smallBox h3{
  font-size: 16px;
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 26px;
}

.embedded #usernote-password {
    text-align: left;
}

.embedded #usernote-password h3, h3.passCorrect {
  font-size: 14.67px;
  margin-bottom: 52px;
  max-width: 370px;
}

.embedded .clickAcceptsTerms{
  font-size: 12.67px;
  font-weight: 400;
  color: #82888c;
  margin-top: 0px;
  line-height: 19px;
}

.embedded .clickAcceptsTerms a{
  color: #5f6568;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  transition: border-color 0.25s ease-in-out;
}

.embedded .clickAcceptsTerms a:hover{
  color: #5f6568;
  border-color: #5f6568;
}

.embedded .haveAccount{
  font-size: 13.33px;
  font-weight: 400;
  color: #82888c;
}

.embedded .forgotPassword{
    text-align: right;
    line-height: 25px;
    position: absolute;
    top: 55px;
    right: 0px;
}

.embedded .signin-password{
    position: relative;
    margin-bottom: 30px;
}

.embedded .forgotPassword a{
  font-size: 12px;
  margin-bottom: 33px;
}

.embedded .bottomDiv {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='31px' height='30px' viewBox='0 0 31 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eleft_list_item_icon%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Producte' transform='translate(-307.000000, -2056.000000)'%3E%3Cg id='JUSTINMIN-JIM-V9' transform='translate(126.097656, 95.000000)'%3E%3Cg id='DIALOGS' transform='translate(0.000000, 1905.000000)'%3E%3Cg id='Dialog-icons' transform='translate(101.000000, 50.579690)'%3E%3Cg id='Arrows' transform='translate(2.000000, 7.420310)' fill='%2382888C'%3E%3Cg id='Icons/Navigation/Icon-Back' transform='translate(81.000000, 1.000000)'%3E%3Cpath d='M11.3630682,3.87926136 L11.3630682,23.8633523 C11.3630682,24.490625 11.8710227,24.9997159 12.4994318,24.9997159 C13.1278409,24.9997159 13.6357955,24.490625 13.6357955,23.8633523 L13.6357955,3.87926136 L20.7869318,11.0303977 C21.0085227,11.2519886 21.2994318,11.3633523 21.5903409,11.3633523 C21.88125,11.3633523 22.1721591,11.2519886 22.39375,11.0303977 C22.8380682,10.5860795 22.8380682,9.86789773 22.39375,9.42357955 L13.3028409,0.332670455 C13.1982955,0.228125 13.0732955,0.145170455 12.9335227,0.0872159091 C12.7971591,0.0315340909 12.6539773,0.003125 12.5085227,0.000852272727 C12.3448864,0.003125 12.2017045,0.0315340909 12.0653409,0.0872159091 C11.9255682,0.145170455 11.8005682,0.228125 11.6948864,0.332670455 L2.60511364,9.42357955 C2.16079545,9.86789773 2.16079545,10.5860795 2.60511364,11.0303977 C3.04943182,11.4747159 3.76761364,11.4747159 4.21193182,11.0303977 L11.3630682,3.87926136 Z' id='Fill-1585' transform='translate(12.499432, 12.500284) rotate(-90.000000) translate(-12.499432, -12.500284) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg id='SLICES' transform='translate(0.000000, 5.420310)'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 15px 15px;  
}

.embedded .bottomLink, .embedded .bottomLink a {
  font-size: 12px;
  font-weight: 400;
  color: #82888c;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #82888c;
  padding-left: 20px;
}

.embedded .smallBox a.bottom-back {
  font-size: 12px;
}

.embedded .haveAccount a:hover, .embedded .signInLink:hover, .embedded .forgotPassword:hover, .embedded .bottomLink:hover {
  border-bottom: none;
}

.embedded .smallBox input[type="text"], .embedded input[type="password"], .embedded input[type="email"], .signin textarea, .signin .bt .fieldset input:not([type="submit"]):not([type="checkbox"]), .signin .bt .fieldset textarea {
  background-color: #ffffff;
  border: 1px solid #ced3d6;
  font-size: 13.33px;
  font-weight: 400;
  color: #2b2b2b;
  height: 51px;
  padding-left: 16px;
  width: 100%;
  margin-bottom: 33px;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-sizing: border-box;
  font-family: Montserrat;
}

.embedded .smallBox input:focus {
  border: 2px solid #0099ff;
}

.embedded .smallBox input.errorInput, .embedded  .smallBox input.error {
  border-color: #ff6671;
  margin-bottom: 0px;
}

.embedded .errorTop{
    color: #ff6671;
    font-weight: 400;
    font-size: 12.67px;
    margin-bottom: 12px;
    margin-top: 5px;
}

.embedded .smallBox input:invalid {
    box-shadow: none;
}

.embedded .smallBox div.error, .embedded .smallBox label.error {
  color: #f54c4c;
  font-weight: 400;
  font-size: 12.67px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 4px;
  text-align: left;
}

.embedded .back {
    text-align: right;
}

.embedded .logo {
  height: 100px;
  margin: 40px auto 0px;
  max-width: 467px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10001;
  background-image:none;
  text-indent: 0;
  width: auto;
  
}

.embedded .logo a{
    line-height: 100px;
    border-bottom: 0;
}

.embedded .logo img{
  width: 230px;
  vertical-align: middle;
}

.embedded .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}

.embedded input {
  outline:0;
}

.embedded .input-repeatPass {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.embedded .button {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #2b2b2b;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  border: 1px solid #2b2b2b;
  transition: border-color 0.5s ease-in-out, background-color 0.5s ease-in-out, background-image 0.5s ease-in-out;
  cursor: pointer;
  font-family: Montserrat;
}

.embedded .button:hover {
  color: #2b2b2b;
  background-color: #ffffff;
}

.embedded .smallBox label.placeholder {
  color: #82888c;
  font-size: 13.33px;
  left: 12px;
  top: 17px;
  font-family: Montserrat !important;
}

.embedded .smallBox label.placeholder.active {
  color: #82888c;
  font-size: 11.33px;
  font-weight: 500;
  top: -7px;
}



.embedded .signin input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 6px -4px 2px;
    border: 1px solid #82888c;
    border-radius: 3px;
}

.embedded .signin input[type="checkbox"]:checked + label span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.5' height='8.999999046325684' viewBox='162.24999999999952 651.2500007152556 11.5 8.999999046325684' preserveAspectRatio='none'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='s-Path_12-2e839' d='M172.79778289794876 653.1704312264918 L166.97701263427697 659.3151944577692 C166.70737075805627 659.5616012513635 166.3029365539547 659.5616012513635 166.03331375122036 659.3151944577692 L163.20221710205047 656.6047233045099 C162.9325942993161 656.3583165109155 162.9325942993161 655.9887057244777 163.20221710205047 655.7422995269297 C163.47183990478484 655.4958933293818 163.87629318237273 655.4958933293818 164.1459159851071 655.7422995269297 L166.57255935668908 657.9599588811395 L171.85408401489212 652.1848046481608 C172.1237068176265 651.9383984506129 172.5281600952144 651.9383984506129 172.79778289794876 652.1848046481608 C173.06740570068314 652.4312114417552 173.06740570068314 652.9240244328975 172.79778289794876 653.1704312264918 Z '%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23s-Path_12-2e839' fill='%2355585A' fill-opacity='1.0' stroke-width='0.5' stroke='%2355585A' stroke-linecap='butt' filter='none'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.embedded .signin input[type="checkbox"] {
    display: none;
}

.embedded .signin input[type="checkbox"] {
    margin: 4px;
}

.embedded .signin input[type="checkbox"], .embedded  .signin input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.embedded .signin input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;    
    background-color: #fff;
    border-radius: 9px;
    width: 15px;
    height: 15px;
    border: 1px solid #a0a6b0
}

.embedded .signin input[type="radio"]:checked + label > span {
    background-color: #2b2b2b;
    border-radius: 5px;
    width: 9px;
    height: 9px;
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
}

.embedded .signin input[type="radio"] {
    display: none;
}

.embedded .signin input[type="radio"] + label {
    text-align: center;
    cursor: pointer;
}

.embedded .signin input[type="checkbox"] + label {
    font-size: 12px;
    font-weight: 400;
    color: #82888c;
    width: auto;
    height: auto;
}

.embedded .signin .orDiv {
    display: flex;
    margin-bottom: 30px;    
}

.embedded .signin .orSeparator {
    height: 1px;
    background-color: #e4e4e4;
    flex-grow: 1;
    margin-top: 12px;
}

.embedded .orDiv p{
    text-align: center;
    width: 70px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #82888c;
    margin: 0;
}

.embedded .clear {
    clear: both;
}

.embedded .button.loading {
  background-color: transparent;
  font-size: 0px;
  background-image: url("https://www.justinmind.com/backend/images/web/360-loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.embedded .signin div.multipleAccounts.smallBox {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 60px 34px 21px;
  max-width: 470px;
  margin: 0 auto;
}

.embedded .multipleAccounts .shape {
  background-color: #f1f5f8;
  width: 55px;
  height: 55px;
  border-radius: 33px;
  text-align: center;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.embedded .multipleAccounts .picture{
  width: 64px;
  height: 64px;
  border-radius: 29px;
}

.embedded .multipleAccounts .initial {
  line-height: 55px;
  font-weight: 400;
  color: #8c9497;
  font-size: 26px;
}

.embedded .multipleAccounts .account {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  padding: 26px 0;
  text-align: left;
  width: 245px;
}

.embedded .multipleAccounts .accountName{
  display: block;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}

.embedded .multipleAccounts .accountType{
  display: block;
  color: #637696;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.embedded .multipleAccounts .line {
  height: 1px;
  background-color: #ededed;
}

.embedded #listUsers {
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: left;
  padding-left: 7px;
}

.embedded #listUsers label:hover {
    cursor: pointer;
}

.embedded #listUsers label:hover .shape {
    background-color: #ebf0f4;
}

.embedded .multipleAccounts .bottomDiv {
  text-align: left;
}




.embedded .hidden {
    display: none;
}


#googleDiv {
    border-radius: 4px;
    border: 1px solid #121212;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
    cursor:pointer;   
    transition: all 0.1s ease-in-out;
    box-sizing: border-box;
}

#googleDiv:hover{
    border-width: 2px;
}

#googleDiv div {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
}

.embedded span.eye{    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.0' height='14.689826965332031' viewBox='507.0 486.0 20.0 14.689826965332031' preserveAspectRatio='none'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='s-Path_8-2e839' d='M516.9881450033178 486.0 C520.7251836728849 486.0 524.2733316677991 488.5329465474908 526.7222207193516 492.9510858063069 L526.7222207193516 492.9510858063069 L527.0 493.4512393643176 L526.7148181093429 493.94929243969466 C524.2896326860558 498.1701709188179 520.6533344366171 500.6898271398269 516.9881450033178 500.6898271398269 C513.308143984902 500.6898271398269 509.4844444939508 497.9945896659437 507.24740502874636 493.8240813968846 L507.24740502874636 493.8240813968846 L507.0 493.3630986574415 L507.2318487270598 492.8958240177459 C509.3348137492501 488.6413696419791 513.0740738383297 486.0 516.9881450033178 486.0 Z M516.9993921330561 488.1997145253148 C514.0378707471194 488.1997145253148 511.6272486700922 490.5081926779085 511.6272486700922 493.34491356991344 C511.6272486700922 496.18163127936896 514.0378707471194 498.4901126145121 516.9993921330561 498.4901126145121 C519.9633386216697 498.4901126145121 522.3727513299078 496.18163127936896 522.3727513299078 493.34491356991344 C522.3727513299078 490.5081926779085 519.9633386216697 488.1997145253148 516.9993921330561 488.1997145253148 Z M516.9996976578027 490.7714468028904 C518.482167379823 490.7714468028904 519.6872842828204 491.92607574149423 519.6872842828204 493.34491356991344 C519.6872842828204 494.7637482157832 518.482167379823 495.9183771543871 516.9996976578027 495.9183771543871 C515.5184373045715 495.9183771543871 514.3127157171796 494.7637482157832 514.3127157171796 493.34491356991344 C514.3127157171796 491.92607574149423 515.5184373045715 490.7714468028904 516.9996976578027 490.7714468028904 Z '%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23s-Path_8-2e839' fill='%2382888C' fill-opacity='0.5' filter='none'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1;
    cursor: pointer;
}



.embedded span.eye.visible{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.0' height='17.46103286743164' viewBox='507.0 485.9999998018217 20.0 17.46103286743164' preserveAspectRatio='none'%3E%3Cg%3E%3Cdefs%3E%3Cpath id='s-Path_1-2e839' d='M526.0627546953062 486.3167781289017 C526.4104445745612 486.69122489150504 526.413382547834 487.2625667924947 526.0860483988921 487.63996107757964 L526.0108547449144 487.71772028568284 L509.34145965705926 503.19615395441093 C508.9402687433862 503.5686813260246 508.3130480549614 503.5454449176922 507.94052068334776 503.1442508209494 C507.5928276210231 502.7698072414157 507.5898896477504 502.1984653404261 507.9172269797619 501.8210678722715 L507.99242063373964 501.7433118472379 L510.7532337998069 499.17887179613695 L510.57180201370534 499.0257916112706 C509.3546375653464 497.9699037520871 508.26497415427036 496.63503257171095 507.39559826032513 495.0865869680633 L507.2474486503228 494.81665947998107 L507.0 494.35560139262077 L507.2318898059489 493.8882503765929 C509.33519855908804 489.63310060759625 513.0750698325689 486.99129923209637 516.9897839380078 486.99129923209637 C518.7687219800348 486.99129923209637 520.5048636508249 487.5651780395848 522.1000398997779 488.64308955757 L524.661812538525 486.26487817850983 C525.0630034521981 485.89235080689616 525.6902273236925 485.91558721522864 526.0627546953062 486.3167781289017 Z M525.1448178910158 491.54519600164673 C525.6456929964352 492.18630442288713 526.1181592053657 492.88965777083183 526.5572700275957 493.65172920432565 L526.7221753161544 493.9435211977278 L527.0 494.4437565061505 L526.7147683131147 494.94189098861443 C524.2891864917527 499.16345937296626 520.6522938870899 501.68352743336123 516.9865085593539 501.68352743336123 C516.1947709168657 501.68352743336123 515.396383841911 501.5587893005212 514.6085709242823 501.3214596285668 L516.6054123642839 499.4698680221304 C516.734991946038 499.47886974305703 516.8658288402979 499.4834533633308 516.9977575274424 499.4834533633308 C519.9621852918947 499.4834533633308 522.3719950032173 497.17459470546896 522.3719950032173 494.3374133327288 C522.3719950032173 494.2659184056664 522.370463946723 494.19476406705496 522.3674336644309 494.1239694153123 L525.1448178910158 491.54519600164673 Z M517.0010297230268 489.19137330212675 C514.0390242745665 489.19137330212675 511.6280049967827 491.500228776919 511.6280049967827 494.3374133327288 C511.6280049967827 495.47995389657456 512.0190005384162 496.53681577506626 512.6795161352187 497.39171825138305 L514.6424769820298 495.56748831152555 L514.62278969634 495.5345499069469 C514.4256144478258 495.17671558476644 514.313914168209 494.7693017699578 514.313914168209 494.3374133327288 C514.313914168209 492.9183435943787 515.5198296484793 491.76352593095237 517.0013352977118 491.76352593095237 C517.4965381730422 491.76352593095237 517.9607984284548 491.8923383929246 518.3595447446486 492.1167925482072 L520.3207230724644 490.2947748417457 L520.242677388094 490.2351591305596 C519.3410856463772 489.58034122840303 518.2177771892635 489.19137330212675 517.0010297230268 489.19137330212675 Z '%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23s-Path_1-2e839' fill='%2382888C' fill-opacity='0.5' filter='none'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height:17px;
}

.embedded .left-aligned{
    text-align: left;
}

.embedded .right-aligned{
    text-align: right;
}

.embedded .dark-text {
    color: #121212;
}

.embedded .close p {
    margin: 30px 0 0 0;
}

.embedded .close a {
    cursor: pointer;
}

.embedded .signin{
    z-index: 10001;
    position: fixed;
    top: 147px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
    max-width: 467px;
}

.embedded .blur{
    background-color: #d6d6d6;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.embedded .bottom-back {
    cursor: pointer;
}    
