html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
}
  
@font-face {
    font-family: 'Roboto Slab';
    src: url('../../../fonts/Roboto_Slab/RobotoSlab-Regular.woff2') format('woff2'),
}

.login-style {
    background: linear-gradient(107.56deg, #001930 58.85%, #04325B 100%) !important;
    box-shadow: 10px 10px 25px 0px #00000040;
    font-family: 'Roboto';
}

.footer {
    position: absolute;
    bottom: 0;
    color: white;
    margin-left: 50px;
}

.header-button {
    border: 1px solid white;
    font-family: 'Roboto' !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    color: white;
    margin-right: 10px;
    font-weight: 400;
}

.header-button:hover, .header-button:focus {
    color: white;
}

.login-button {
    width: 20%;
    float: right;
    margin-top: 30px;
    border-radius: 50px !important;
    color: #245871;
    font-weight: 600;
}

.dmViewer-style {  
    float: right;
    margin-top: 10px;
    margin-right: 8px;
    color: white;
}

.dmViewer-style:hover {
    color: white;
}

.login-form {
    float: none;
    margin: 0 auto;
}

.login-form  input {
    border-radius: 5px !important;
}

.background-one {
    position: absolute;
    top: 23%;
    left: 45%;
    height: 70%;
    pointer-events: none;
}

.background-two {
    position: absolute;
    height: 100%;
    right: 0;
    pointer-events: none;
}

.workflow-title {
    color: white;
    font-size: 80px;
    margin-left: -3px;
}

.workflow-title::after {
    content: "\203A";
    font-size: 147px;
    position: absolute;
    margin-top: -63px;
    margin-left: 30px;
}