﻿@charset "utf-8";
@-ms-viewport {
width:device-width;
height:device-height
}
.main-container {
    max-width: 100%;
    margin-left:0 ;
    width: 100%;
}
body {
     margin-bottom: 0; 
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	-webkit-background-size: cover;
	-mox-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
#login_workload_logo_image {
    max-width: 285px;
    max-height: 109px;
    width: 100%;
}
.loginTitle {
    color: #e87722;
    font-size: 24px;
    margin: 80px 0 30px;
    padding: 0;
    font-weight:600;
}
.textfield {
	width: 100%;
    max-width:100%
}
.loginBtn {
    border-radius: 12px;
    color: #fff;
    background: #1C1C1C;
    border: solid 2px #1C1C1C;
    padding: 8px 40px;
    letter-spacing: 0;
    font-weight: 600;
    max-width:100%;
    width:100%;
    font-size: 16px;
    transition: ease-in .3s all;
    -webkit-transition: ease-in .3s all;
    -moz-transition: ease-in .3s all;
    -o-transition: ease-in .3s all;
    -ms-transition: ease-in .3s all;
    margin-top:20px;
}
    .loginBtn:hover {
        color: #1C1C1C;
        background: #fff;
        border: solid 2px #1C1C1C;
    }
.checkbox {
    padding-top:0 !important
}
.checkbox {
    padding-left: 0;
}
    .checkbox label, .check-boxes .container-box {
        color: #1C1C1C;
        font-size: 16px
    }
.forgotPass {
    text-align:right
}
    .forgotPass a, .remberLogin a {
        font-size: 16px;
        color: #e87722;
        text-decoration: none;
    }
    .forgotPass a:hover, .remberLogin a:hover {
        text-decoration:none
    }
p.remberLogin {
    text-align:center;
    margin:30px 0 0 0
}
.login_panel li {
	display: block;
	list-style: none
}
div#background_branding_container {
display:flex;
justify-content:center;
height:100vh;
}
.login_workload_logo_container {
    width: 285px;
    margin: 0 auto;
}
/*div#background_branding_container {
	overflow: hidden;
	z-index: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition-property: opacity;
	transition-duration: 1s
}*/
img#background_background_image {
    position: fixed;
    width: 100%;
    height: 100%
}

.login_panel_layout {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 350px;
}
.login_inner_container {
	min-height: 100%;
	/*margin-bottom: -50px*/
}
.spacer {
	padding-top: 100px;
	transition: padding .6s
}
p.liginTitle {
    color: #757575;
    font-size: 16px;
    margin: 2px 0 40px;
    padding: 0;
}
.login_textfield {
    margin:0 0 20px
}
.login_textfield label {
    color:#000;
    font-weight:400
}
input.login_textfield {
    height: 34px;
    padding: 5px;
    margin: 0;
    border: none;
    background: #fff !important;
    color: #757575;
    border: solid 1px #0971ce;
    filter: none
}
:-moz-autofill, :-moz-autofill-preview {
    filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}
input.login_textfield:focus, input.login_textfield:focus-within, input.login_textfield:active {
    background: #6298c8 !important;
    color: #fff;
}
    .login_footer_container {
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 12px
    }
table.footer_block {
    width:100%
}
.login-upper-img {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.login_cred_container input.login_textfield, input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    max-width: 100%;
    border-radius: 8px;
    width: 100%;
    border: 2px solid #1C1C1C;
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 400;
    padding: 20px 16px;
    background: #fff !important;
    -webkit-background: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
    input.login_textfield:focus {
        border: 2px solid #e87722;
        box-shadow: none;
    }

@-webkit-keyframes mymove {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(190deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes mymove {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(190deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


.banneranim1 {
    position: absolute;
    top: 1%;
    left:0;
    -webkit-animation: mymove 20s infinite;
    animation: mymove 20s infinite
}

.banneranim2 {
    position: absolute;
    top: 15%;
    right:0;
    -webkit-animation: mymove 15s infinite;
    animation: mymove 15s infinite
}

.banneranim3 {
    position: absolute;
    bottom: 2%;
    left: 8%;
    -webkit-animation: mymove 20s infinite;
    animation: mymove 20s infinite
}
/*login-right*/
.login-right {
    background: #fff6ef;
    padding: 0 80px 175px;
    display: flex;
    align-items: center;
}
.sign-up-box h6 {
    font-size: 24px;
    color: #1C1C1C;
    line-height:36px;
    font-weight:600;
}
.login-right .loginBtn {
    background: #e87722;
    border-color: #e87722;
}
    .login-right .loginBtn:hover {
        background: #fff;
        color: #e87722;
    }
    @media only screen and (max-height:820px), (max-device-height:820px) {
        .inner_container {
	padding-top: 45px
}
.spacer {
	padding-top: 30px
}
.login_cred_container {
	padding-bottom: 20px;
	margin-bottom: 0
}
    
}
@media only screen and (max-device-width:1023px) {
    div#background_branding_container {
        height: auto;
    }
    div#background_branding_container {
        display: block !important;
    }
    .login-right {
        display:block;
    padding: 20px;
    }
    .sign-up-box {
        max-width: 350px;
        margin: 0 auto;
    }
    .loginTitle {
        margin: 30px 0 15px;
    }
    }
@media only screen and (max-device-width:767px) {
    .sign-up-box h6 {
        font-size:16px;
    }

}
@media screen and (max-width: 480px) {
    .login_panel_layout {
        width: 100% !important;
    }
}

    @media only screen and (max-height:600px), (max-device-height:600px) {
        .inner_container {
            padding-top: 30px
        }

        .spacer {
            padding-top: 10px
        }

        .login_cred_container {
            padding-bottom: 20px;
            margin-bottom: 0
        }
    }


    @media only screen and (max-height:575px), (max-device-height:575px) {
        .inner_container {
            padding-top: 30px
        }

        .spacer {
            padding-top: 0
        }

        .login_cred_container {
            margin-bottom: 0
        }

        .login_guest_container {
            padding-top: 10px;
            padding-bottom: 30px
        }
    }

    @media only screen and (max-width:600px), (max-device-width:600px) {
        html {
            background: #fff;
        }

        body {
            background: #fff
        }
        /*div#background_branding_container {
	opacity: 0;
	display: none
}*/
        div#background_page_overlay {
            display: none;
            z-index: -999
        }

        #back_button_container {
            margin-left: -30px
        }

        .sticky_footer {
            margin-top: -4em
        }

        .login_panel {
            /*position: relative;*/
            float: none;
            height: 100%;
            width: 100%;
            min-width: 100%;
            margin: 0;
            padding: 0;
            z-index: 1;
            padding-top: 0;
            overflow: auto
        }

        #login_panel {
            border-left: 0
        }

        #login_panel_center {
            width: 400px
        }
    }

    @media only screen and (max-width:420px), (max-device-width:420px) {
        .tinytext {
            font-size: .6em
        }

        .smalltext {
            font-size: .7em
        }

        .normaltext {
            font-size: .8em
        }

        .bigtext {
            font-size: 1em
        }

        .gianttext {
            font-size: 1.2em
        }
        /*div#background_branding_container {
	opacity: 0;
	z-index: -999;
	display: none
}*/
        div#background_page_overlay {
            display: none;
            z-index: -999
        }

        .login_panel {
            /*position: relative;*/
            float: none;
            height: 100%;
            width: 100%;
            min-width: 100%;
            margin: 0;
            padding: 0;
            z-index: 1;
            padding-top: 0;
            overflow: auto
        }

        #login_panel_center {
            padding-left: 10px;
            padding-right: 10px;
            width: 100%;
            max-width: 290px;
        }

        img.workload_img {
            max-width: 280px;
            width: 100%;
        }

        .login_workload_logo_container {
            margin-bottom: 0;
            max-width: 280px;
            padding-left: 0
        }

        .login_cta_container {
            margin-bottom: 0;
            max-width: 280px;
            padding-left: 0;
            width: auto;
            height: auto;
            color: #333
        }

        .login_error_container {
            margin-top: 4px;
            margin-bottom: 4px;
            padding: 0;
            height: 20px
        }

       

        .login_cred_options_container {
            max-width: 280px;
            padding-left: 0
        }

        .cta_text {
            display: inline
        }

        .login_cred_container {
            padding-bottom: 20px
        }

        .login_guest_container {
            max-width: 280px;
            padding-right: 5px
        }

        span.placeholder {
            width: 280px;
            padding-left: 10px
        }

        div.login_textfield {
            max-width: 100%
        }

        input.login_textfield {
            max-width: 100%
        }

        div#cred_password_container {
            transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
            transition-property: none;
            transition-duration: 0
        }

        #redirect_messsage_container {
            transition: opacity 1s;
            -moz-transition: opacity 1s;
            -webkit-transition: opacity 1s;
            -o-transition: opacity 1s;
            transition-property: opacity;
            transition-duration: 1s
        }

        .subtext {
            transition: none;
            -moz-transition-property: none;
            -moz-transition-duration: 0;
            -webkit-transition-property: none;
            -webkit-transition-duration: 0;
            -o-transition: none;
            -o-transition-duration: 0;
            transition-property: none;
            transition-duration: 0
        }

        .login_guest_container {
            width: 100%
        }

        .footer {
            width: 100%;
            max-width: 380px;
            margin: auto;
            /*display: inline-block*/
        }

        span.corporate_footer {
            float: none;
            width: 100%;
            padding: 0
        }

        .corp_link:first-child {
            padding: 0
        }

        table.user_tile {
            max-width: 320px
        }
    }

    @media only screen and (max-width:280px), (max-device-width:280px) {
        #login_panel_center {
            width: 210px;
            width: calc(70%)
        }

        table.user_tile {
            max-width: 100%
        }

        #redirect_cta_text {
            width: 100%;
            max-width: 100%
        }

        #redirect_message_container {
            width: 100%;
            max-width: 100%
        }

        .login_panel {
            width: 100%;
            min-width: 100%
        }

        img.workload_img {
            max-width: 100%;
            height: 30px;
            width: auto
        }

        .login_workload_logo_container {
            max-width: 100%
        }

        .login_cta_container {
            max-width: 100%
        }

        .login_cred_field_container {
            width: 100%
        }

        .login_cred_options_container {
            width: 100%;
            max-width: 100%
        }

        .login_guest_container {
            width: 100%
        }

        span.placeholder {
            width: 100%
        }

        div.login_textfield {
            width: 100%
        }

        input.login_textfield {
            width: 100%
        }
    }

    .slide {
        -webkit-animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .5s;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .5s;
        -ms-animation-fill-mode: both;
        animation-duration: .5s;
        animation-fill-mode: both;
        -webkit-animation-name: commonFadeInFrames, slideLTransformFrames;
        -moz-animation-name: commonFadeInFrames, slideLTransformFrames;
        -ms-animation-name: commonFadeInFrames, slideLTransformFrames;
        animation-name: commonFadeInFrames, slideLTransformFrames
    }

    @-webkit-keyframes slideLTransformFrames {
        from {
            -webkit-transform: translate(-40px, 0);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            -webkit-transform: translate(0, 0)
        }
    }

    @-moz-keyframes slideLTransformFrames {
        from {
            -moz-transform: translate(-40px, 0);
            -moz-animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            -moz-transform: translate(0, 0)
        }
    }

    @-ms-keyframes slideLTransformFrames {
        from {
            -ms-transform: translate(-40px, 0);
            -ms-animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            -ms-transform: translate(0, 0)
        }
    }

    @keyframes slideLTransformFrames {
        from {
            transform: translate(-40px, 0);
            animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            transform: translate(0, 0)
        }
    }

    @-webkit-keyframes slideRTransformFrames {
        from {
            -webkit-transform: translate(40px, 0);
            -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            -webkit-transform: translate(0, 0)
        }
    }

    @-moz-keyframes slideRTransformFrames {
        from {
            -moz-transform: translate(40px, 0);
            -moz-animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            -moz-transform: translate(0, 0)
        }
    }

    @-ms-keyframes slideRTransformFrames {
        from {
            -ms-transform: translate(40px, 0);
            -ms-animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            -ms-transform: translate(0, 0)
        }
    }

    @keyframes slideRTransformFrames {
        from {
            transform: translate(40px, 0);
            animation-timing-function: cubic-bezier(0, 0, 0, 1)
        }

        to {
            transform: translate(0, 0)
        }
    }

    @-webkit-keyframes commonFadeInFrames {
        from {
            opacity: 0;
            -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1)
        }

        to {
            opacity: 1
        }
    }

    @-moz-keyframes commonFadeInFrames {
        from {
            opacity: 0;
            -moz-animation-timing-function: cubic-bezier(0, 0, 1, 1)
        }

        to {
            opacity: 1
        }
    }

    @-ms-keyframes commonFadeInFrames {
        from {
            opacity: 0;
            -ms-animation-timing-function: cubic-bezier(0, 0, 1, 1)
        }

        to {
            opacity: 1
        }
    }

    @keyframes commonFadeInFrames {
        from {
            opacity: 0;
            animation-timing-function: cubic-bezier(0, 0, 1, 1)
        }

        to {
            opacity: 1
        }
    }
.registerForm .form-group label, .login_textfield label {
    font-weight: normal;
    /*text-transform: uppercase;*/
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    color: #1C1C1C;
    margin: 0 15px;
    background: #fff;
    margin-bottom: -12px;
    padding: 0 5px;
    position: relative;
    z-index: 9;
}
.login_textfield input:focus + label, .registerForm input:focus + label {
    color: #e87722;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .login_cred_field_container {
            margin-left: 1px
        }
    }

    input.errorInput, input.errorInput:focus {
        border: 1px solid red
    }

    @media only screen and (max-width:620px), (max-device-width:620px) {
        .tile_name {
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            max-width: 100px
        }

        .login_cred_container {
            margin-bottom: 0
        }
    }

    @media only screen and (max-width:250px), (max-device-width:250px) {
        .tile_name {
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap
        }
    }

    #change_pwd_button_container {
        margin-top: 40px
    }

    .change_password_textfield {
        margin-bottom: 7px
    }

    .body-content {
        margin: 0;
        padding: 0 15px;
    }
