﻿@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);

html, body, html * {
    font-family: 'Open Sans', sans-serif;
}
.bg {
    position: relative;
    padding-top: 11%
}
.logo {
    position: absolute;
    margin: -410px 0px 0px 620px;
}
.login_padding {
    margin: 20px 0px 0px -10px;
}
.login_padding span {
    width: 312px;
    height: 53px;
    border-radius: 8px
}
.container-form {
    background-color: #00377A;
    border-radius: 6px;
    box-shadow: 0 4px 12px #2425271F;
    height: 600px;
    margin: auto;
    width: 960px;
}
.form {
    position: absolute;
    width: 300px;
    margin-top: 56px;
    margin-left: 56PX;
    margin-right: 56PX;
}
.container-form_1 {
    width: 400px;
    height: 530px;
    margin: auto;
    background-color: #00377A;
}
.container-form_2 {
    width: 400px;
    height: 530px;
    margin: auto;
    background-color: #00377A;
}
.bg_logo {
    width: 540px;
    height: 600px;
    background-color: rgb(255, 255, 255);
    float: right;
    text-align: center;
    border-radius: 0 6px 6px 0;
}
.body {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 0 16%, rgb(35, 17, 105), rgb(66, 232, 223));
}
a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white !important;
    margin-left: 10px;
}
a:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #346CB0 !important;
    margin-left: 10px;
    }
.wellcomeback {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
}
.wellcomeback_1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
}
.wellcomeback_2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(74, 74, 74);
}
.logo_style {
    max-height: 200px;
    margin-top: 140px;
    max-width: 500px;
}

.powered-by-logo {
    width: 160px;
}

.md-form input {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white !important;
    background-color: #00377A;
}

.md-form input:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #346CB0 !important;
    border-bottom: 1px solid #346CB0 !important;
}

.md-form input:focus:not([readonly]) + label {
    color: #346CB0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
    -webkit-text-fill-color: white !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 30px #00377A inset !important;
}

label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
    color: white !important;
}
.btn_sign {
    border:0;
    background-color: #FB3753;
    width: 300px;
    height:50px;
    border-radius: 8px;
}
.font_sign_1 {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    color: white !important;
}
.font_sign_2 {
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    color: rgb(74, 74, 74) !important;
}
.font_sign_1:hover {
    color: white;
}
.font_sign {
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900 !important;
    color: white !important;
}
.font_sign:hover {
    color: white;
}
.font_Roboto_12px_normal_red {
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: red;
}
input:autofill {
    -webkit-box-shadow: 0 0 0 30px #00377A inset !important;
}
.error-panel {
    padding: 8px;
    background-color: #FAE8EB;
    border-radius: 4px;
    margin-bottom: 16px;
}

    .error-panel span {
        color: red;
        font-size: 16px;
        font-weight: bold;
    }

.sso-or {
    text-align: center;
    color: #fff;
}

.sso-idp-link {
    width: 300px;
    height: 50px;
    background-color: #FB3753;
    display: block;
    font-size: 18px !important;
    font-family: roboto !important;
    font-weight: 900 !important;
    color: white !important;
    text-align: center;
    border-radius: 8px;
    padding-top: 14px;
    margin-top: 14px;
    margin-left: 0px;
}

.sso-options-buttons a:hover {
    color: #ffffff !important;
    margin-left: 0px;
}