
html {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: hsla(214, 42%, 18%, 0.72);
    font-weight: 500;
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
}

.user-container {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: -10px 0 10px -10px rgba(0,0,0,0.5), 10px 0 10px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: -10px 0 10px -10px rgba(0,0,0,0.5), 10px 0 10px -10px rgba(0,0,0,0.5);
    box-shadow: -10px 0 10px -10px rgba(0,0,0,0.5), 10px 0 10px -10px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 770px) {
  .user-container {
    width: 100%;
    height: unset;
  }
}

#contentWrapper {
    flex: 1 1 auto;
    margin-top: 15%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
}

.logo {
    width: 130px;
    padding-top: 9px;

}

.default-label {
    color: black;
    font-size: 13pt;
}

.support-text {
    margin-left: auto;
}

.top-menu {
    flex: 0 1 auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 23px 23px 0 23px;
    font-size: 13px;
    z-index: 200;
}

.right {
    margin-right: 15px;
    padding: 0 15px 0 0;
    right: 0;
    color: white;
    display: inline-flex;
    width: 100%;
}

#wrong-credentials {
    max-width: 436px;
    margin: 24px auto auto;
}

.left-cell {
    padding-left: 12px;
    padding-right: 19px;
    padding-top: 12px
}

.right-cell {
    padding-right: 12px;
    padding-top: 12px;
    width: 100%;
}

a.v-button {
    text-decoration: none;
}

#button-wrapper {
    width: 100%;
    padding-bottom: 10px;
}

#button-wrapper button {
    max-width: 94%;
}

#button-wrapper div {
    display: table-cell;
}

#button-wrapper div.space {
    width: 15px;
}

.responsive-float-right {
    float: right;
}

.align-justify {
    text-align: justify;
}

/* show placeholders only on small screens */
input::-webkit-input-placeholder {
    color: transparent;
}

input:-moz-placeholder {
    color: transparent;
} /* FF 4-18 */
input::-moz-placeholder {
    color: transparent;
} /* FF 19+ */
input:-ms-input-placeholder {
    color: transparent;
} /* IE 10+ */


.pwd-holder {
    width: 100%;
    display: flex;
}

#pwdField {
    width: 90%;
}

#passIcon {
    margin-top: 10px;
    margin-left: -27px;
}

.notification_holder
{
    margin-top: 40px;
    font-size: 1.2em;
    background: #ffffb2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

.notification-text {
    text-align: center;
}
.error-field {
    background-color: rgba(255, 61, 51, 0.1) !important;
    border: 1px solid rgba(255, 61, 51, 0.4) !important;
}

.error-text {
    margin: 0;
    font-size: 0.9em;
    color: rgb(251,61,51);
}

.holder {
    padding: 5px;
    display: flex;
}

.attemp-label {
    margin-right: 5px;
}

.v-button.soa-button {
    color: #009b3c;
    border: 2px solid #009b3c;
    border-radius: 5px;
    background-color: white;
    background-image: none;
    font-family: 'Helvetica LT W01 Bold', 'Helvetica';
    font-size: 13.5px;
    font-weight: 400;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.v-button {
    position: relative;
    text-align: center;
    white-space: nowrap;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer;
    height: 37px;
    padding: 9px 16px;
    color: #191919;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    border-bottom-color: #bcbcbc;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(top, #fafafa 2%, #efefef 98%);
    background-image: linear-gradient(to bottom,#fafafa 2%, #efefef 98%);
    -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #e7e7e7, 0 2px 3px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.v-button.primary {
    color: white;
    background-color: #009b3c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.v-button.v-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50) ;
}

.v-textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin: 0;
    font: inherit;

    font-weight: 400;
    line-height: normal;
    height: 28px;
    border-radius: 4px;
    padding: 4px 9px;
    border: 1px solid #c9c9c9;
    background: white;
    color: #474747;
    -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-transition: box-shadow 180ms, border 180ms;
    -moz-transition: box-shadow 180ms, border 180ms;
    transition: box-shadow 180ms, border 180ms;
    width: 185px;
}

.v-textfield:focus {
    outline: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-color: #009b3c;
    -webkit-box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 #f7f7f7, 0 1px 0 rgba(255, 255, 255, 0.1);
}

.group {
    width: 100%;
    margin-bottom: 15px;
}

.group-label {
    margin: auto 10px auto 0;
    font-size: .875rem;;
    font-weight: 500;
}

.group-input {
    width: 100%;
}

.group-input input{
   width: 90% !important;
}

.setting-wrapper {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.left-side {
    display: block;
    width: 50%;
}

.right-side {
    display: flex;
    flex-direction: column;
   }
}

.language-wrapper {
    display: block;
    margin-top: 20px;
    padding-left: 2px;
}

.forget-wrapper {
    display: block;
    text-align: right;
}

.register-fieldset {
	display: flex;
	flex-direction: column;
}

.register-label {
	font-weight: 400;
	margin-bottom: 1rem;
}

.register-button {
	height: 100%;
	line-height: 100%;
}

@media only screen and (max-width: 420px) {
    .setting-wrapper {
        margin-top: 20px;
        display: block;
        width: 100%;
    }

    .left-side {
        display: block;
        width: 100%;
    }

    .right-side {
        display: block;
        width: 100%;
    }

    .register-button-wrapper {
        display: block;
        width: 100%;
        text-align: center;
    }

    .language-wrapper {
        display: block;
        margin-top: 20px;
        padding-left: 2px;
        margin-bottom: 20px;
        text-align: center;
    }

    .language-wrapper a {
        margin-right: 10px;
    }

    .forget-wrapper {
        display: block;
        float: left;
        margin-bottom: 10px;
        text-align: center;
    }
}

.login-screen-responsive {
    @media (max-width: 800px) {
        width: 100%;
    }
}
