﻿/*Created by Babita Tokas on 09/07/2020*/


body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.containerHeader {
    width: 1170px;
    margin: 0 auto;
    background-color:white;
}
.container {
    width: 100%;
    margin: 0 auto;
}

.tophead {
    display: flex;
    justify-content: center;
    /*background: rgb(217,0,25);*/
}

.footer-wraper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.menu-footer {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 70%;
    justify-content: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

    .menu-footer ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        list-style: none;
    }

        .menu-footer ul li {
            margin-left: 25px;
        }

            .menu-footer ul li a {
                font-size: 14px;
                color: #fff;
                text-decoration: none;
            }

.patop30 {
    padding-top: 1%;
}

.login-container {
    /*background: #ecedef;*/
    width: 100%;
}
.first-screen h2 {
    margin: 0;
    background: rgba(0, 29, 23, 0.6) url(waterlilly-sbtg.jpg);
    height: 85px;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    background-blend-mode: saturation;
    letter-spacing: 4px;
    text-transform: uppercaselogin-submit font-size: 26px;
    margin-bottom: 50px;
    background-position: 0px -69px;
    background-repeat: no-repeat;
}
.header-logo {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    display: block;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
    }
.LabelPG {
    padding: 0px 25px;
    font-size: 20px;
    margin-top: 0px;
    line-height: 2.5;
}
.ButtonPG {
    line-height: 2.5;
    border-left: 4px solid #e7505a !important;
    color: #666;
    background-color: #ccc; /*  #e1e5ec*/
    border-color: #e1e5ec;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 12px;
    font-size: 14px;    
    border-radius: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.logwraper {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    min-height: 93vh;
}
.login-sect {
    /*max-width: 500px;*/
    width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 5px;
    margin-top: 0px;
    padding-bottom: 30px;
}
footerPG {
    height: 51px;
    background: rgb(217,0,25) !important;*//*#e7505a;*/ /*#272727*/
    color: #dcdcdc;
    text-align: center;
    font-size: 13px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
ul li:before {
    content: '' !important;
}