﻿html {
    background-image: linear-gradient(to right, #141e30, #243b55);
   
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
}

body
{
 padding: 0;
    margin: 0;
    height: 100%;
}

body, * {
    font-family: "Roboto", Arial, sans-serif !important;
}

form
{height: 100%}

.bar {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    background-color: white;
    text-align: center;
    color: black;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    
}

.whitelogo {
    margin-right: 20px;
    opacity: 0.8;
    display: block;
    margin-top: 40px;
}

h1 {
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    color: #1D327A;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 64px;
    text-align: center;
}

h2 {
    text-align: left;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2.56px;
    color: #262C7C;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 35px;
    margin-bottom: 0;
    line-height: 32px;
}

.val
{
    color: #ff2323;
    font-size: 20px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #1D327A;
    opacity: 1;
    text-align: left;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2.03px;
    font-size: 9px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.parent {
    display: table;
    height: 100%;
    width: 100%;
    
}

.child {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.panel {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
    position: relative;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    z-index: 500;
}

.panelfooter {
    background: #f7f9fa;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px;
    position: relative;
    color: #757575;
    animation-name: zoomInUp;
    -webkit-animation-name: zoomInUp;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease;
    z-index: 1;
}
a:hover {
        color: #718fe8!important;
    }

.loginlogo {
    max-width: 200px !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 700px) {
    .loginlogo {
        
    }
}

.login
{
    display: inline-flex;
    margin-right: 10px;
}




.logingraphic {
    float: right;
    max-width: 370px !important;
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease;
}

@media (max-width: 750px) {
    .logingraphic {
        display: none;
    }

    .login {
        margin-right: 0;
    }
}