﻿/*Fonts*/
@font-face {
    font-family: "MMCdisplay_Cd_Rg";
	src: url("../../fonts/MMCDisplayCD_Rg.ttf") format("truetype");
	src: url("../../fonts/MMCDisplayCd_W_Rg.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "MMCdisplay_Cd_Bd";
	src: url("../../fonts/MMCDisplayCd_Bd.ttf") format("truetype");
	src: url("../../fonts/MMCDisplayCd_W_Bd.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "MMCdisplay_Rg";
	src: url("../../fonts/MMCDisplay_Rg.ttf") format("truetype");
	src: url("../../fonts/MMCDisplay_W_Rg.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "MMCdisplay_Bd";
	src: url("../../fonts/MMCDisplay_Bd.ttf") format("truetype");
	src: url("../../fonts/MMCDisplay_W_Bd.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "NotoSans-Regular";
	src: url("../../fonts/NotoSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: "NotoSans-Bold";
	src: url("../../fonts/NotoSans-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*END Fonts*/

body {
    margin:0px;
}

.limiter{
    width:100%;
    height:100vh;
}

.main-container {
    width: 100%;
    min-height:100vh;
    /*background-image: url('Images/background.jpg');
    background-repeat:no-repeat;
    background-size:cover;*/
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*background-image: url('Images/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: linear-gradient(-40deg, #05f6f9 18%,#9cf1f3 48%,#f4c0f5 59%,#fc00ff 100%);*/
}

.wrap-login {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px;
}

    .wrap-login form {
        width: 100%;
    }

    .wrap-login form table {
        width: 100%;
    }

    .wrap-login form table tbody tr:first-child td[align="center"] {
        font-family: "Clarivate Regular";
        font-size: 39px;
        color: #333;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 45px;
        font-weight: bolder;
        text-transform: lowercase;
        word-spacing: -11px;
    }

.wrap-login form table tbody tr:first-child td label{
    font-family: "Clarivate Regular";
    font-size: 16px;
    font-weight:bold;
}

.wrap-login form table tbody tr td input[type="text"],.wrap-login form table tbody tr td input[type="password"]{
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 30px;
}

.wrap-login form table tr td input[type="submit"] {
    margin: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.02), 0 0px 0px rgba(0,0,0,0.02);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;

    word-spacing:-7px;
    text-transform:lowercase;

    background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)
}

.wrap-login input[type="submit"]:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
    background-position: right center;
}

/*.gradient-button-3 {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-3:hover { background-position: right center; }*/

table input[id$="UserName"],table label[for$="UserName"],table span[id="UserName"], table input[id$="RememberMe"], table label[for$="RememberMe"]{
	display:none !important;
}

table input[id$="Password"]{
	border: none;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 10px;
    border-radius: 0;
    outline: none;
    padding: 5px 0px 5px 0;
    line-height: 1.5;
    background-color: white;
    
    width: 90%;
    max-width: 400px;
}
table input[id$="LoginButton"]{
	margin: 20px 0 0 0;
	width: auto;
    padding: 15px 20px;
    border: none;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    background-color: #027AFF;
    cursor: pointer;
    outline: none;
	display: flex;
    justify-self: flex-start;
}

table input[id$="LoginButton"]:hover{
	background: #027AFF;

}

table tbody tr:nth-child(5) td{
	word-spacing:0px !important;
	font-size:16px !important;
}

.password-form table.pass-label tbody table tbody tr:first-child {
    display: none;
}

      input {
      border-top-style: hidden;
      border-right-style: hidden;
      border-left-style: hidden;
      border-bottom-style: groove;
      background-color: #eee;
      }
	  
#loginControl1_PasswordRequired
{
	display:none;
}

#loginControl1 table tr td{
	padding: 0px 5px;
}

.trustarc-banner-background {

    z-index: 10;
}