.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}



body{
    background-color: rgba(52, 20, 87, 1);
    background-image: linear-gradient(180deg, #341457 10%, #341457 100%);
}

#login-container {
    width: 100%;
    min-height: 300px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    position: relative;
    text-align: center;
    border: 0;
    border-radius: 4px;
    padding: 30px;
    max-width: 500px;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

#loginForm {
    display: block;
    margin-top: 20px;
}

#company-title{
    padding: 20px;
    background-color: #341457;
}

p{
    color: black;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    color: #202952;
}

.disclaimer {
    margin-top: 25px;
    text-align: left;
    color: #8e8e8e;
    font-size: 11px;
}

.button {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #C7FD06;
    line-height: 1.5;
    transition: none;
    color: white;
    background-color: #341457 !important;
    display: block;
    width: 100%;
    font-size: .8rem;
    border-radius: 0px;
    padding: 0.75rem 1rem;
    opacity: 0.9;
}

.button:hover {
    color: #0638F3 !important;
    opacity: 1;
    background-color: #C7FD06 !important;
}

a, a:visited{
    color: black;
}

h1{
    font-family: 'panelsans-regular';
}

#togglePassword{
    cursor: pointer;
    position: absolute;
    right:15px;
    top:16px;
}
#toggleNewPassword{
    cursor: pointer;
    position: absolute;
    right:15px;
    top:16px;
}
#toggleRepeatPassword{
    cursor: pointer;
    position: absolute;
    right:15px;
    top:16px;
}
