html {
    font-size: 10px;
    height:100%;
    width:100%;
    overflow-y:scroll;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 1.6rem/1.625 'Open Sans',sans-serif;
    font-weight: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg-container {
    position: relative;
    display: block;
    width: 800px;
    max-width: 90%;
    margin: 20px auto;
    background: rgba(242,244,245,0.8);
}
#loginform {
    display: none !important;
}
#logo
{
    font-size:10px;
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    font: 3.2rem/2.0 amobee-icons;
    color: #FFF;
    letter-spacing: 3px;
    text-decoration: none;
    border: none;
}
#okta-sign-in.auth-container .button-primary {
    background: #3BB0C9;
    border: 0;
}
#okta-sign-in .widget-container
{
    position: relative !important;
    display: block !important;
    width: 400px !important;
    max-width: 90% !important;
    margin: 0px auto !important;
    padding: 20px !important;

    background: rgba(242,244,245,0.8) !important;

    border-radius: 3px !important;

    box-shadow: 0px 0px 20px rgba(0,0,0,0.4) !important;
}

#okta-sign-in.auth-container h2,
#okta-sign-in.auth-container h3 {
    /* -- Fonts and Text Colors -- */
    margin: 0;
    color: rgb(61,49,53);
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 0;
}

#okta-signin-submit.button.button-primary, .button, button, input[type="submit"], .button:visited
{
    border: none;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1.6rem;

    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;

    background: #3BB0C9;
    border-radius: 0.2rem;
    box-shadow: none;

    will-change: background-color, color;
    -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 none;

    cursor: pointer;
}

#okta-sign-in.auth-container .button-primary:hover, #okta-sign-in.auth-container .button-primary:focus, #okta-sign-in.auth-container .button-primary:active, #okta-sign-in.auth-container .button-primary:focus {
    /* -- Buttons' Colors -- */
    background-color: #3BB0C9;
    background: -o-linear-gradient(top, #5DA9BA 0%, #5DA9BA 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5DA9BA 0%, #5DA9BA 100%);
    /* IE10+ */
    background-image: -webkit-linear-gradient(#5DA9BA, #5DA9BA);
    background-image: linear-gradient(#5DA9BA, #5DA9BA);
    border-color: #5DA9BA;
    border-bottom-color: #5DA9BA;
    text-decoration: none;
    cursor: pointer;
}

#okta-sign-in .okta-sign-in-header.auth-header {
	padding-top: 50px;
	border-bottom: none;
}

#okta-sign-in .okta-form-title {
	display: none; 
}

#okta-sign-in .o-form-button-bar {
    background: transparent;
    border: none;
    padding: 0 0 5px;
    border-radius: 0;
    box-shadow: none;
}

.link.help.js-help, #wrapper .login-btn {
    width: 100%;
}

.link.help.js-help {
    display: none;
}

.help-links.js-help-links {
    display: block !important;
}

.link.js-help-link {
    display: none;
}

.link.help.js-help, #wrapper .forgot-password-set {
    text-align: center;
}

.link.help.js-help, #wrapper .forgot-password-link {
    color: #3D899A;
}

.link.help.js-help, #wrapper .forgot-password-link:hover, #wrapper .forgot-password-link:active {
    color: #3BB0C9;
}

.okta-form-title {
    color: rgb(61,49,53) !important;
}

.o-form-button-bar{
    padding-bottom: 5px;
}

.auth-footer {
    text-align : center;
}
.help {
    color: #3D899A
}

#wrapper
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 100%;
    margin: 0;

    background: url('https://assets.amobee.com/login_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

div p.error, .content p.error
{
    position: relative;
    padding: 5px 10px 5px 40px;
    color: #300;
    font-size: 1.4rem;
    border: 1px solid #900;
    background: rgba(153,0,0,0.4);
    margin: 0px;
}

div p.error:before, .content p.error:before
{
    position: absolute;
    display: block;
    content: "\26A0";
    top: 2px;
    left: 8px;
    font-size: 2rem;
}


.loader.content {
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 21em;
    display: none;
}

.loader.content .info {
	padding: 2em;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
}

.loader.content .info p {
	margin-top: 0;
}

.loading-icon {
	border-top: 2px solid #fff;
	border-right: 2px solid transparent;
	animation: loader 700ms linear infinite;
	height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
}

.button, button, input[type="submit"], .button:visited {
   	padding: 1.5rem 1.6rem;
}

#okta-sign-in .o-form-theme {
        padding: 0px;
}

#okta-sign-in .auth-footer {
        margin-top: 10px;
        text-align: center;
}
#okta-sign-in .auth-content {
        padding: 0px 42px 20px;
}

#okta-sign-in .custom-checkbox.focused-input {
    box-shadow: none;
}
       
@-webkit-keyframes loader {
	to {
		transform: rotate(360deg);
	}
}

@keyframes loader {
	to {
		transform: rotate(360deg);
	}
}
