html {
    width: 100%;
    min-height: 100vh;
}
.login-page-body,
.signup-page-body {
    width: 100%;
    min-height: 100vh;
}

.or_text {
    margin: 25px 0;
}

.btn-login-login,
.signup .btn-login{
    background: #b26a5e url(../images/arrow_rt_demo.png) no-repeat 21rem 18px;
    border: 1px solid #b26a5e;
    padding: 12px 20px;
    margin: 30px 0 20px 0;
    font-size: 17px;
    font-weight: 500;
    color: white;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.btn-login-login:hover,
.signup .btn-login:hover{
	background-color: #000;
	border: 1px solid #000;
}
.looking_for{
	margin-top: 1.3rem;
}
.custom-file-field > input + span::after{
	margin-left: 10px;
}

.custom-file-field > input + span::before{
	margin-right: 10px;
}
.username .host strong{
	height: 56px;
}

.custom-file-field {
    --pure-material-safari-helper1:#5c9d8c;
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
}

/* Input, Textarea */
.custom-file-field > .place-div {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: #222;
    background-color: #fff;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
    color: #b9b2b2;
    font-size: 14px;
    line-height: 24px;
}

/* Span */
.custom-file-field > .place-div + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 12px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
    font-weight: 600;
}

/* Corners */
.custom-file-field > .place-div + span::before,
.custom-file-field > .place-div + span::after{
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 20px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.custom-file-field > .place-div + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.custom-file-field > .place-div + span::after{
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}
.import-msg{
	float: right;
    border-left: 1px solid #222;
    height: 56px;
    margin-top: -16px;
}
.file-label{
	font-size: 13px;
    font-weight: 500;
    color: #222;
    background-color: #fff;
    border: 1px solid #dad1d1;
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0;
    float: right;
    margin-left: 15px;
    margin-top: 16px;
}
.login {
    background: url('/web/images/login_hero@2x.png');
    background-size: cover;
    height: calc(100vh - 71px);
}
.signup {
    background: url('/web/images/signup.png');
    background-size: cover;
    height: calc(100vh - 71px);
}
.login .form-row,
.signup .form-row {
    margin: 0;
}
.login .form-row>.col, .login .form-row>[class*=col-],
.signup .form-row>.col, .signup .form-row>[class*=col-] {
    padding: 0;
}
.login .btn-getademo,
.signup .btn-getademo{
    padding: 12px 20px;
    margin: 20px 15px 10px 0;
    font-size: 17px;
    font-weight: 500;
    color: white;
    background: #0073b1 url(../images/arrow_rt_demo.png) no-repeat 21rem 18px;
    border: 1px solid #0073b1;
    border-radius: 3px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.login .btn-getademo:hover,
.signup .btn-getademo:hover{
    background: #000;
	border-color: #000;
    color: white;
}
.login h2, .signup h2{
    padding: 0;
    color: #000000;
    text-transform: none;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
}
.login h2.mt-60,
.signup h2.mt-60{
    margin-top: 60px;
}
.login h3,
.signup h3 {
    padding: 0;
    margin: 15px 0 20px 0;
    color: #383838;
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
}
.login .login-block, .signup .login-block{
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    float: right;
    max-width: 510px;
    width: 100%;
    border-top: 8px solid #5b9d8b;
    background: #f7f7f7;
    margin-right: 90px;
    margin-top: 70px;
    padding-bottom: 60px;
}
header .btn-getademo:hover{
    background-color: #000;
    border: 1px solid #000;
}
.warning_login .warning{
    background-image: url(../images/warning.png);
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.pure-material-textfield-outlined .i-img{
    display: none;
}
.pure-material-textfield-outlined.has-form-error .i-img{
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 15px;
    margin: auto;
    padding-left: 15px;
    line-height: 3.2rem;
}
.username.has-form-error .i-img{
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 150px;
    margin: auto;
    padding-left: 15px;
    line-height: 3.2rem;
}
.username .host strong{
    width: 125px;
}
#UserSignUpForm .btn-login:hover{
    background: #000;
    border-color: #000;
}

.sign-up-premium .signup .login-block {
    margin-right: 0;
}


/**
    payment
*/
.subscription {
    padding-right: 60px;
    position: relative;
    max-width: 510px;
    width: 100%;
    border-top: 8px solid #5b9d8b;
    background: #f7f7f7;
    margin-right: 90px;
    margin-top: 70px;
    padding-bottom: 60px;
}
#UserBillingInfoCurrency {
    margin-bottom: 10px;
    width: auto;
    height: 25px;
    font-size: 14px;
}
#plans {
    margin-top: 25px;
    margin-bottom: 10px;
}
.subscription fieldset {
    display: flex;
    margin-bottom: 20px;
}

.subscription fieldset .input {
    display: flex;
    flex-direction: column;
}

.subscription fieldset .input:first-child {
    margin-right: 15px;
}

.subscription select {
    border: solid 1px;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 4px;
    width: 100%;
    background: #fff;
    height: 40px;
}

.subscription input[type="radio"] {
    display: inline-block;
    width: auto;
    height: auto;
}
.flex {
    display: flex;
}
.subscription .expiration-month, .subscription .expiration-year, .subscription .country, .subscription .zip {
    flex: 1;
}

.subscription .expiration-month {
    margin-right: 15px;
}

.subscription .input {
    position: relative;
}

.subscription .input label, .subscription .form-group label {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.subscription .zip input {
    height: 40px;
    padding: 5px 15px;
}

.sign-up-premium .wrapper {
    display: flex;
    justify-content: flex-end;
}

.error-message {
    margin-top: 2px;
    font-size: 14px;
    color: #bf6363;
}

.subscription #plans .plan-option input {
    margin-right: 10px;
}

.subscription #plans .plan-option label {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.subscription .currency-unit {
    font-weight: 600;
    margin-left: 10px;
    margin-right: 2px;
}
.subscription .currency-amount {
    font-weight: 600;
}

.subscription h3 {
    font-size: 18px;
}


.pure-material-textfield-outlined > input + span, .pure-material-textfield-outlined > textarea + span, .pure-material-textfield-outlined > select + span {
    font-size: 12px !important;
}


.loading .active {
    background: #000000 url(../images/arrow_rt_demo.png) no-repeat 94% center;
}

button.loading.active:before {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

button.loading:before {
    content: '';
    position: absolute;
    background-image: url(../images/spinner.svg);
    background-size: contain;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
}

#UserSignUpForm .btn-login:hover {
    background: #000000 url(../images/arrow_rt_demo.png) no-repeat 21rem 18px;
}

.justify-content-between {
    justify-content: space-between;
}
