Get the Full Insights & Trends Shaping Wearables in 2025
Enter your email below to view the report for FREE on the TechInsights Platform.
< type="text/css">@charset "UTF-8";
::selection {
color: #ffffff;
background: #228AE6;
}
/* Prevent Safari from overriding button s */
inputbutton {
-webkit-appearance: none;
}
#login {
font-family: "Mulish"arialhelveticasans-serif;
font-size: 12px;
display: flex;
flex-direction: row;
/*width: 100vw;
height: 100vh;*/
position: relative;
color: #1b2023;
}
#login .left-side,
#login .right-side {
flex-grow: 1;
}
#login .left-side {
background-color: #1b2023;
width: 100%;
padding: 120px 100px;
display: flex;
}
#login .left-side.background-login::before {
content: "";
z-index: 0;
opacity: 0.4;
position: absolute;
top: 0;
left: 0;
/* width: calc(100vw - 720px);*/
height: 100vh;
background-image: url(../images/TechInsights-Deep-Semiconductor-Insights.jpg);
background-size: cover;
background-position: left top;
}
#login .left-side .login-content.left-side-text {
align-self: flex-end;
justify-self: flex-end;
z-index: 1;
}
#login .left-side .login-content.left-side-text:before {
content: " ";
position: absolute;
width: 80px;
height: 4px;
background-color: #228AE6;
display: block;
}
#login .left-side .login-content.left-side-text h2 {
font-: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #fff;
margin: 40px 0 26px;
}
#login .left-side .login-content.left-side-text p {
font-: normal;
font-weight: normal;
font-size: 16px;
line-height: 28px;
color: rgba(2552552550.6);
margin-bottom: 113px;
max-width: 957px;
}
#login .left-side .login-content.left-side-text a {
font-size: 12px;
line-height: 16px;
color: rgba(2552552550.6);
}
#login .left-side .login-content.left-side-text a span {
color: #fff;
}
#login .left-side .login-content.left-side-text a img {
display: inline-block;
}
#login .left-side .login-content.left-side-text a.button {
color: #fff;
border: none;
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 40px;
flex-direction: row;
background: #228AE6;
box-shadow: 0 5px 10px rgba(341382300.25);
border-radius: 4px;
font-size: 12px;
font-weight: 400;
font-family: "Mulish"arialhelveticasans-serif;
font-: normal;
line-height: 20px;
letter-spacing: 0;
margin: 0;
transition: 0.1s all ease-out;
width: 137px;
gap: 8px;
}
#login .left-side .login-content.left-side-text a.button:hover {
cursor: pointer;
box-shadow: 0 0 rgba(0000);
transition: 0.2s all ease-in;
color: #fff;
}
#login .left-side .login-content.left-side-text a.button:disabled {
background: #F9FCFE;
border: 1px solid #E5EBF0;
color: rgba(1071261390.5);
-webkit-box-shadow: none;
box-shadow: none;
}
#login .left-side .login-content.left-side-text a.button .icon-arrow {
position: absolute;
right: 20px;
}
#login .right-side {
display: flex;
align-items: center;
/*background-color: #FFF;
min-width: 720px;*/
z-index: 2;
}
#login .right-side .login-content {
display: inherit;
flex-direction: column;
/*align-items: center;
justify-content: center;*/
width: 100%;
margin: auto;
}
#login .right-side .login-content .logo {
padding-top: 120px;
}
#login .right-side .login-content .signup-message {
max-width: 360px;
width: 100%;
margin: 80px 0 20px;
font-size: 14px;
line-height: 1.75em;
}
#login .right-side .login-content .signup-message .title {
font-size: 16px;
font-weight: bold;
}
#login .right-side .login-content form {
display: flex;
flex-direction: column;
position: relative;
margin: 0;
max-width: 360px;
width: 100%;
height: 100%;
align-items: flex-start;
justify-content: center;
}
#login .right-side .login-content .message {
opacity: 0;
display: flex;
justify-content: flex-start;
padding: 14px 20px;
border-radius: 4px;
font-size: 12px;
line-height: 1.25em;
position: absolute;
transition: 1s ease all;
transform: translate3d(030px0);
}
#login .right-side .login-content .message.alert {
width: 100%;
background: rgba(23467530.1);
color: #b72013;
border: 1px solid #ea4335;
top: calc(50% - 196px);
}
#login .right-side .login-content .message.alert a {
color: #b72013;
}
#login .right-side .login-content .message.success {
width: 100%;
background: #19B7441A;
color: #22903e;
border: 1px solid #22903e;
}
#login .right-side .login-content .message.visible {
display: flex;
margin: 20px 0px;
position: relative;
opacity: 1;
transform: translate3d(000);
}
#login .right-side .login-content form .techinsights-checkbox {
display: none;
}
#login .right-side .login-content form .techinsights-checkbox + label {
font-weight: 400;
color: #6B7E8B;
cursor: pointer;
}
#login .right-side .login-content form .techinsights-checkbox + label span {
display: inline-block;
vertical-align: sub;
margin-right: 5px;
width: 18px;
height: 18px;
cursor: pointer;
position: relative;
border-radius: 2px;
border: 1px solid #DCE5EB;
}
#login .right-side .login-content form .techinsights-checkbox + label span:before {
content: "";
background-image: url('../images/Check.svg');
background-repeat: no-repeat;
background-position: 5px 6px;
line-height: 16px;
font-size: 12px;
text-align: center;
color: #FFF;
opacity: 0;
width: 18px;
height: 18px;
border-radius: 2px;
background-color: #228AE6;
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translate(-50%-50%);
-ms-transform: translate(-50%-50%);
transform: translate(-50%-50%);
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
#login .right-side .login-content form .techinsights-checkbox:checked + label {
background-color: #f9fcfe;
color: #000;
}
#login .right-side .login-content form .techinsights-checkbox:hover + label span {
border: 1px solid #228AE6;
}
#login .right-side .login-content form .techinsights-checkbox:hover + label ~ label {
color: #1B2023;
}
#login .right-side .login-content form .techinsights-checkbox:checked + label span {
border: 1px solid #228AE6;
}
#login .right-side .login-content form .techinsights-checkbox:checked + label span:before {
opacity: 1;
}
#login .right-side .login-content form .techinsights-checkbox:disabled {
cursor: default;
}
#login .right-side .login-content form .techinsights-checkbox:disabled + label {
color: #a9bdca;
}
#login .right-side .login-content form .techinsights-checkbox:disabled + label span {
border: 1px solid #d8d8d8;
}
#login .right-side .login-content form .techinsights-checkbox:disabled + label span:before {
background-color: #d8d8d8;
}
#login .right-side .login-content form fieldset {
margin: 0;
padding: 0 0 12px 0;
border: 0 none;
width: 100%;
}
#login .right-side .login-content form fieldset.input-field {
width: 100%;
position: relative;
display: flex;
flex-flow: column-reverse;
}
#login .right-side .login-content form fieldset.input-field .input {
border-radius: 4px;
padding: 20px 15px;
border: 0 none;
box-shadow: 0 0 0 1px #DCE5EB;
transition: 0.1s all ease-out;
font-size: 14px;
width: 100%;
height: 46px;
}
#login .right-side .login-content form fieldset.input-field .input::placeholder {
color: #6B7E8B;
transition: 0.1s all ease-out;
}
#login .right-side .login-content form fieldset.input-field .input:focus {
outline: none;
box-shadow: 0 0 0 2px #228AE6;
transition: 0.1s all ease-in;
}
#login .right-side .login-content form fieldset.input-field .input:placeholder-shown + label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: text;
transform-origin: left bottom;
font-size: 14px;
color: #6B7E8B;
transform: translate(0px5px);
}
#login .right-side .login-content form fieldset.input-field .input:not(:placeholder-shown) + label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: text;
transform-origin: left bottom;
font-size: 10px;
opacity: 1;
transform: translate(-8px-18px);
color: #228AE6;
background: #fff;
padding: 1px 4px;
}
#login .right-side .login-content form fieldset.input-field .input:not(:placeholder-shown):not(:focus) + label {
color: #6B7E8B;
}
#login .right-side .login-content form fieldset .label {
position: absolute;
top: 0.6rem;
left: 1rem;
transition: all 0.1s ease-in;
cursor: text;
opacity: 0;
}
#login .right-side .login-content form button {
color: #fff;
line-height: 1.35em;
border: none;
display: flex;
width: 100%;
align-items: center;
justify-content: center;
position: relative;
height: 50px;
flex-direction: row;
}
#login .right-side .login-content form button.form-button {
background: #228AE6;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
font-family: "Mulish"arialhelveticasans-serif;
font-: normal;
line-height: 18px;
letter-spacing: 0;
text-align: center;
margin: 0 0 5px;
transition: 0.1s all ease-out;
width: 100%;
}
#login .right-side .login-content form button.form-button:hover{
cursor: pointer;
-webkit-box-shadow: 0 5px 10px rgba(341382300.25);
box-shadow: 0 5px 10px rgba(341382300.25);
transition: 0.2s all ease-in;
color: #fff;
}
#login .right-side .login-content form button.form-button:disabled {
cursor: default;
background: #F9FCFE;
border: 1px solid #E5EBF0;
color: rgba(1071261390.5);
-webkit-box-shadow: none;
box-shadow: none;
}
#login .right-side .login-content form button.form-button .icon-arrow {
position: absolute;
right: 20px;
}
#login .right-side .login-content form .last-options {
display: flex;
padding: 26px 0 0 0;
}
#login .right-side .login-content form .last-options .form-group {
display: flex;
flex-direction: row;
gap: 7px;
cursor: pointer;
}
#login .right-side .login-content form .last-options .form-group input {
width: 18px;
height: 18px;
}
#login .right-side .login-content form .last-options .form-group label {
font-weight: 400;
font-size: 12px;
color: #6B7E8B;
display: flex;
align-items: center;
cursor: pointer;
}
#login .right-side .login-content form:invalid button {
background: #2676BB;
border: 1px solid #E5EBF0;
color: rgba(2552552550.9);
cursor: default;
box-shadow: none;
opacity: 0.75;
pointer-events: none;
transition: 0.2s ease all;
}
#login .right-side .login-content form.invalid fieldset.input-field .input {
box-shadow: 0 0 0 2px #ea4335;
}
#login .right-side .login-content form.invalid fieldset.input-field .input:focus + label {
color: #ea4335;
}
#login .right-side .login-content form.invalid fieldset.input-field .input:not(:placeholder-shown):not(:focus) + label {
color: #ea4335;
}
#login .right-side .login-content form.invalid .message {
display: flex;
opacity: 1;
transform: translate3d(000);
}
#login .right-side .login-content .footer-login {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 120px;
}
#login .right-side .login-content .footer-login a {
margin-bottom: 15px;
color: #228AE6;
}
#login .right-side .login-content .footer-login .copyright {
margin-bottom: 0;
color: #A9BDCA;
}
.bottom-description {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
margin-top: 6rem;
}
.bottom-description a {
color: #228AE6;
font-weight: bold;
}
.bottom-description span {
color: #6B7E8B;
}
.link {
text-decoration: underline;
cursor: pointer;
}
#login .right-side .login-content form {
/*margin-top: 100px;*/
}
#login .right-side .login-content form.invalid .message {
transform: translateY(-35px);
}
.message__text {
display: flex;
flex-direction: column;
font-size: 12px;
font-weight: 600;
}
.message__text .title {
margin-top: 0;
font-size: 14px;
font-weight: bold;
line-height: 16px;
}
.message__text p {
margin-top: 4px;
}
@media only screen and (max-width: 1279px) {
a {
margin-bottom: 2rem;
}
#login .left-side {
display: none;
min-width: 720px;
padding: 1.25rem 8.75rem; /* 20px */
}
#login .right-side {
min-width: 0;
padding: 0 1.25rem; /* 20px */
}
#login .right-side .login-content form {
flex-grow: 1;
}
#login .right-side .login-content .logo {
padding-top: 4rem;
}
#login .right-side .login-content form.invalid .message {
transform: translateY(-50px);
}
}
@media only screen and (max-width: 300px) {
#login .right-side .login-content form.invalid .message {
transform: translateY(-80px);
}
}
@media only screen and (max-width: 370px) {
.message__text {
font-size: 10px;
}
.message__text .title {
font-size: 12px;
}
}
@media only screen and (max-height: 735px) {
#login .right-side .login-content form {
margin-top: 80px;
}
.bottom-description {
margin-top: 5rem;
}
.footer {
margin: 40px 0;
}
}
>