@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300..650&display=swap);

@font-face {
    font-family: 'Euclid Circular B';
    src: url('../font/EuclidCircularB-Medium.otf') format('otf'),
    url('../font/EuclidCircularB-Medium.woff') format('woff'),
    url('../font/EuclidCircularB-Medium.woff2') format('woff2'),
    url('../font/Euclid Circular B Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
}

body, html {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    font-size: 14px;
    color: #30343b;
    margin: 0;
    height: 100%;
    font-family: Apple-System, Arial, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STXihei, sans-serif;
}

body {
    margin: 0;
    font-family: "Source Sans 3";
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Euclid Circular B';
}

h1 {
    font-size: 40px;
}

.login-content {
    background-size: cover;
    background-position: center;
    min-height: 100%;
    min-width: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-content .box {
    display: flex;
    justify-content: center;
}

.login-content .box-container {
    width: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-content .form-group {
    display: flex;
    flex-direction: column;
}

.login-content .box .application-name {
    width: 270px;
    font-family: Muli;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: -0.4px;
    text-align: left;
    color: #0055B8;
    margin-left: 32px;
    margin-top: 40px;
}

.login-content .box .form {
    margin: 50px 0;
}

.login-content .box .login-field {
    /*  width: 320px;
      height: 24px;
      font-family: Muli;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: -0.4px;
      text-align: left;
      color: #000000;
      border: none;
      border-bottom: 1px solid #ccc;
      outline: none;
      background-color: #fff; */
    background-color: #fff;
    border: 1px solid #d9dadc;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
    color: #33373d;
    font-family: "Source Sans 3";
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    padding: 11px 12px;
    height: 48px;
    flex: 1 1 auto;
}

.login-content .login-field:hover {
    border-color: #0395ff;
    box-shadow: 0 0 0 4px #0395ff26;
}

.login-content .login-field:focus {
    outline: none;
}

.login-content label {
    font-weight: 370;
    font-family: "Source Sans 3";
    font-size: 17px;
}

/*.login-content .box .submit {*/
/*    width: 320px;*/
/*    height: 36px;*/
/*    border-radius: 2px;*/
/*    background-color: #000;*/
/*    font-family: Muli;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    line-height: normal;*/
/*    letter-spacing: normal;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    border-style: none;*/
/*    margin-top: 50px;*/
/*    margin-bottom: 10px;*/
/*}*/

.login-content .box .visibility {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    opacity: 0.54;
    border: none;
    z-index: 100;
    cursor: pointer;
}

.login-content .box .copyright {
    min-width: 320px;
    text-align: left;
    font-size: 14px;
    opacity: .54;
    position: relative;
    top: 100px;
    font-size: 10px;
    font-weight: 700;
    font-family: Apple-System, Arial, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STXihei, sans-serif;
}

.message-text {
    width: 322px;
    height: 22px;
    opacity: 0.87;
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: -0.4px;
    text-align: left;
    color: #b8082a;
    border: 0px;
    position: relative;
    top: 120px;
    left: 64px;
    display: inline-flex;
    align-items: center;
}

.identity-providers {
    width: 270px;
    font-family: Muli;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.83;
    letter-spacing: -0.4px;
    text-align: left;
    color: #0055B8;
    margin-left: 32px;
    margin-top: 20px;
}

.login-content .box .social-link-style {
    width: 320px;
    height: 36px;
    border-radius: 2px;
    background-color: var(--white);
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00754a;
    border-style: solid;
    border-color: #00754a;
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.login-content .box .para {
    font-family: Muli;
    font-size: 14px;
    margin-top: 50px;
    margin-left: 150px;
}

.login-content .box #social-providers {
    margin-top: 50px;
}

.login-content .box .alternate-wrapper {
    position: relative;
    top: 30px;
    left: -30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    place-content: stretch space-between;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    overflow: visible;
}

.login-content .box .alternate-wrapper .separator {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(237, 239, 241);
    box-sizing: content-box;
    display: block;
    height: 0px;
    margin: 16px auto;
    padding: 0px;
    width: 30%;
}

.login-content .box .alternate-wrapper .login-alternate-spacer {
    display: block;
    flex: 0 1 0%;
    height: 8px;
    min-width: 12px;
    width: 12px;
}

.login-content .box .alternate-wrapper .login-alternate {
    color: rgb(105, 117, 127);
    font-size: 16px;
    width: 12px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
}

/*Logout*/
#kc-logout {
    width: 320px;
    height: 36px;
    border-radius: 2px;
    background-color: #139da5;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-style: none;
    margin-top: 50px;
    margin-bottom: 10px;
    font-family: Apple-System, Arial, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STXihei, sans-serif;
}

.login-content .box #kc-logout-confirm .instruction {
    text-align: center;
    font-size: 1.3rem;
}

#kc-form-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

#kc-logout-go-back {
    width: 320px;
    height: 36px;
    border-radius: 2px;
    background-color: var(--white);
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #00754a;
    border-style: solid;
    border-color: #00754a;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Apple-System, Arial, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STXihei, sans-serif;
}

.headerwrapper {
    position: absolute;
    width: 100%;
}

.header {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 150px;
}

#kc-locale-wrapper {
    font-family: "Source Sans 3";
}

#kc-locale ul {
    background-color: var(--pf-global--BackgroundColor--100);
    display: none;
    top: 20px;
    min-width: 200px;
    padding: 0;
}

#kc-locale-dropdown {
    display: inline-block;
}

#kc-locale-dropdown:hover ul {
    display: block;
}

#kc-locale-dropdown a {
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: 17px;
    display: flex;
}

.languageGlobe {
    width: 30px;
    margin-right: 10px;
    filter: invert(44%) sepia(10%) saturate(226%) hue-rotate(173deg) brightness(92%) contrast(86%);
}

#kc-locale-dropdown button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--pf-global--Color--200);
    text-align: right;
    font-size: var(--pf-global--FontSize--sm);
}

button#kc-current-locale-link {
    font-size: 17px;
}

button#kc-current-locale-link::after {
    content: "\25BE";
    margin-left: 5px;
}

.shapeleft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
}

.shaperight {
    position: absolute;
    right: 0;
    top: 150px;
    width: 10%;
}

.btn {
    background-color: #0395ff;
    color: white;
    transition: background-color .2s ease;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 17px;
    line-height: 162%;
    font-weight: 370;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 25px;
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    padding: 12px 40px;
    text-align: center;
    white-space: nowrap;
    margin-top: 30px;
    font-family: "Source Sans 3";
}
.btn:hover {
    background-color: #0376de;
    color: white;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    outline: none;
}
.login-content a {
    color: #0395ff;
    transition: all .2s ease;
    font-size: 17px;
}
.login-content a:hover {
    color: #0376de;
}
@media only screen and (min-width: 1600px) {
    .shapeleft {
        width: 5%;
    }

    .shaperight {
        width: 5%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .shapeleft {
        width: 8%;
    }

    .shaperight {
        width: 8%;
    }
}

.alert {
    border-radius: 4px;
    padding: 10px;
    display: flex;
}

.alert.alert-error {
    color: #ED1C24;
    background-color: rgba(184, 0, 0, 0.1);
    border: none;
}

.alert.alert-success {
    color: #00B272;
    background-color: rgba(119, 184, 0, 0.1);
    border: none;
}

.alert>.pficon {
    font-size: 22px;
    position: relative;
    left: auto;
    top: auto;
    margin-right: 5px;
}