﻿main {
    padding: 0px !important;
}

.splash-main{
    background-color:blue;
}

#supplierPortalContainer {
    background-color: #E5EEF7;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.supplier-portal-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 85px;
    background-color: white;
}

.portal-actions {
    position: relative;
    top: 200px;
    background-color: white;
    margin: auto;
    width: 1000px;
    height: 400px;
    display:flex;
    flex-direction:row;
    padding:35px;
}

    .portal-actions > div{
        position:relative;
    }

    .portal-login{
        flex:1;
    }
    .splash-title {
        color: black;
        font-weight: 600;
        text-align:left;
        font-size:x-large;
        top:0;
        padding:0;
    }

.supplier-portal-splash {
    background-image: url('../images/Supplier_Portal_Splash.jpeg');
    background-repeat: no-repeat;
    flex: auto;
    min-width:600px;
}

#supplierSignIn > a {
 padding: 5px 18px 5px 18px;
 margin-top:10px;
}

.supplier-portal-footer {
    width:1000px;
    margin: auto;
    position: relative;
    top: 240px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
}



.supplier-portal-footer > div:first-child
{
    flex:auto;
}

    .supplier-portal-footer > div:last-child {
        margin-left:35px;
    }

.supplier-portal-footer > div {
   
    font-weight: 500;
}
    .supplier-portal-footer > div > a {
        color: #2674BA
    }

input[type=text], input[type=password], input[type=password], input[type=number], input[type=email], input[type=tel], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: 1px solid #DDDDDD;
  padding: 5px;
}

.classic-link{
  color: blue;
  text-decoration: underline;
}