﻿@charset "UTF-8";

* {
    margin: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    font-family: Roboto, Serif;
}

button[disabled] {
    cursor: not-allowed;
}

button.a[disabled] {
    cursor: not-allowed;
}

.squareLimit {
    width: 100%;
    margin: 0 auto;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #363636;
    font-size: 15px;
    opacity: 0.4;
}

input ::-moz-placeholder { /* Firefox 19+ */
    color: #363636;
    font-size: 15px;
    opacity: 0.4;
}

input :-ms-input-placeholder { /* IE 10+ */
    color: #363636;
    font-size: 15px;
    opacity: 0.4;
}

input :-moz-placeholder { /* Firefox 18- */
    color: #363636;
    font-size: 15px;
    opacity: 0.4;
}

.container-main {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;    
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
}

.wrap-main {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

form {
    width: 300px;
}

.form-title-logo {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00baf2;
    background-image: url(../images/motion-logo.png);
    background-repeat: no-repeat;
    background-position: center;
}
   
.form-title {
    opacity: 0.6;
    font-size: 22px;
    display: block;
    text-align: center;
    color: #363636;
}

.input-var {
    font-size: 15px;
    position: relative;
    width: 100%;
    height: 40px;
    background: #f7f7f7;
    border: 0.7px solid #ddd;
    border-radius: 2px;
    padding-left: 16px;
}

    .input-var.hasError {
        border-color: red;
    }

.submit-button {
    background-color: #00baf2;
    border: none;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.submit-button a {
    opacity: 0.6;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

.submit-button .no-input {
    opacity: 1.0;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

.disclaimer {
    opacity: 0.8;
    font-size: 12px;
}

.forgot-password {
    opacity: 0.6;
    color: #00baf2;
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.forgot-password a {
    color: inherit;
}

.input-instructions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:27px;
    margin-right:31px;
}

.input-instructions p {
    opacity: 0.4;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    text-align: center;
    color: #363636;
}

.power-by {
    display: flex;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10.4px;
}

hr {
    display: block;
    height: 1px;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #dcdcdc;
    opacity: 0.4;
}

.operate-by {
    color: #363636;
    font-size: 14px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-16 {
    padding-bottom: 16px;
}

.p-b-22 {
    padding-bottom: 22px;
}

.p-b-32 {
    padding-bottom: 32px;
}

.p-b-48 {
    padding-bottom: 48px;
}

.p-b-46 {
    padding-bottom: 46px;
}

.p-b-36 {
    padding-bottom: 36px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-25 {
    padding-right: 25px;
}
/* iPhone 5, 5s */
@media only screen and (max-width: 320px) and (max-height:568px) {
    .wrap-login {
        width: 320px;
        height: 568px;
    }

    .form-title-logo {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .form-title {
        font-size: 24px;
        padding-bottom: 25px;
        padding-top: 25px;
    }
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-13 {
    padding-top: 13px;
}

.p-t-18 {
    padding-top: 18px;
}

.p-t-22 {
    padding-top: 22px;
}

.p-t-24 {
    padding-top: 24px;
}

.p-t-16 {
    padding-top: 16px;
}

.p-t-32 {
    padding-top: 32px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-46 {
    padding-top: 46px;
}

.p-t-48 {
    padding-top: 48px;
}

/* Iphone 6 */
@media only screen and (max-width: 375px) and (min-width:321px) and (max-height:667px) {
    .wrap-login {
        width: 375px;
        height: 667px;
    }

    .input-var {
        height: 55px;
        font-size: 18px;
    }

    .form-title-logo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .p-r-65 {
        padding-right: 65px;
    }

    .submit-button a {
        font-size: 15px;
    }

    .form-title {
        font-size: 35px;
        padding-bottom: 30px;
        padding-top: 45px;
    }
}

/* nexus 5x */
@media only screen and (max-width: 412px) and (min-width:411px) and (max-height:736px) {
    .wrap-login {
        width: 412px;
        height: 732px;
    }

    .form-title-logo {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .form-title img {
        width: 110px;
        height: 90px;
    }

    .form-title {
        font-size: 25px;
        padding-bottom: 30px;
        padding-top: 26px;
    }
}
/* Iphone 6s+, 7+ */
@media only screen and (max-width: 414px) and (min-width:413px) and (max-height:736px) {
    .wrap-login {
        width: 414px;
        height: 736px;
    }

    .form-title-logo {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .form-title {
        font-size: 40px;
        padding-bottom: 30px;
        padding-top: 45px;
    }
}

/* iphone 10 */
@media only screen and (max-width: 375px) and (min-width:321px)and (min-height:668px) {
    .wrap-login {
        width: 375px;
        height: 812px;
    }

    .input-var {
        height: 50px;
        font-size: 20px;
    }

    .form-title-logo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .form-title {
        font-size: 40px;
        padding-bottom: 30px;
        padding-top: 45px;
    }

    .submit-button a {
        font-size: 15px;
    }
}

/* Samsung Galaxy S5 */
@media only screen and (max-height: 667px) and (max-width: 375px) and (min-width: 321px) {
    .input-var {
        font-size: 15px;
        height: 40px;
    }

    .form-title {
        font-size: 25px;
    }
}

.page-consent .client-logo {
    float: left;
}
.page-consent .client-logo img {
    width: 80px;
    height: 80px;
}
.page-consent .consent-buttons {
    margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
    display: inline-block;
    margin-right: 5px;
}
.page-consent .consent-form .consent-description {
    margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
    font-weight: normal;
}
.page-consent .consent-form .consent-remember {
    padding-left: 16px;
}

.signout {
    visibility: hidden;
}
