﻿/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    min-height: 100%;
    background-image: url(../Images/CloudBack.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #0272b157;
    /*background: linear-gradient(to right, #59C2EF, #0272B1)*/
}
#logo {
    content: url("../Images/whitelogo.png");
}
#hdrLogo {
    float:right;
    padding-right:20px;
}
/* Basic styling */
body {
    color: #2b2b2b; /*#666;#212121*/
    font-family: "Lato",'Roboto',"Segoe UI", "Helvetica Neue", "Droid Sans", Arial, Tahoma, Geneva, Sans-serif;
    height: 100%;
    overflow-x: hidden;
}

header {
    background-color:transparent;
    color: #fff;
    text-align: left;
    padding: 10px 10px 10px 20px; 
   /* border-bottom: solid 2px #0272B1;*/
}

#hdrLogo {
    display: block;
}

#logo {
 width:250px;
}

.login-panel {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    /*border: 1px solid #ddd;*/
    background: #fff;
    border: solid 2px #007bf7;
    border-radius: 10px;
    box-shadow: 0 0 4px #0272B1, 0 4px 8px #3eb54991;
    /*0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.divCtr {
 
}
.flxC {
}


.bntthemedark {
    border: 0;
    padding: 4px;
    font-size: 14px;
    cursor: pointer !important;
    white-space: nowrap;
    width: 100%;
    min-width: 399px;
}

.bntthemeHover {
    padding: 4px;
    color: white;
    background-color: #00cb00;
    font-size: 14px;
    cursor: pointer !important;
    white-space: nowrap;
    width: 100%;
    min-width: 399px;
}

.bntthemePressed {
    padding: 4px;
    color: white;
    background-color: #3399ff;
    font-size: 14px;
    cursor: pointer !important;
    white-space: nowrap;
    width: 100%;
    min-width: 399px;
}

footer {
    font-size: 86%;
    background-color: #eee;
    position: fixed;
    height: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 250000;
    border-top: 2px solid #e0e0e0;

}
.footer {
    text-align: center;
}

    .footer table {
        border-collapse: separate;
        border-spacing: 5px;
        padding: 5px;
    }

    .footer td {
        vertical-align: middle;
    }

.container {
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.8rem;
}

.form-field2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.form-field3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}


.txtEdit {
    width: 100%;
    min-width: 439px;
    padding: 6px 2px 6px 7px !important;
    font-size: 16px;
    padding-bottom: 10px;
}
.capLogin {
    font-size: 16px;
}

.tbLogin {
    font-size: 16px;
}


.cbEdit {
    font-size: 16px;
}

.cltbLogin td {
    padding: 0 0 10px 0;
}

.box {
    width: 100px;
    height: 100px;
    background-color: #f0f0f0;
    border: 1px solid #333;
    text-align: center;
    margin: 0 10px;
}
h2 {
    font-size: 20px;
}

/*MFA*/

.duo_Div_Back {
}

#duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
}

.duo_Div {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
}


#divMFA {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
}

.ctbMFA {
    width: 100%;
}

    .ctbMFA table {
        text-align: left;
    }

    .ctbMFA td {
        padding-bottom: 5px;
    }
/*END MFA*/

/* Responsive design */
@media only screen and (max-width: 720px), only screen and (max-width: 800px) {

    html {
        min-height: 100%;
        background-image:none;
        box-shadow: none;
    }
    footer {
        display:none;
    }
    #hdrLogo {
     display:none;
    }
    header {
        background: #4285f4 url('../Images/whitelogo.png') no-repeat 5px 5px;
        background-size: 258px 60px;
        height: 65px;
        /*  border-bottom: 2px solid #e0e0e0;*/
        width: 100%;
        border-bottom: solid 2px #0272B1;
    }
    .login-panel {
        max-width: 100%;
        padding: 10px;
        border: none;
        box-shadow: none;
        position: absolute;
        top: 70px;
        left:0;
        transform:none;
        border-radius:0;

    }
   /*
    .bntthemedark {
        width: 90%;
        min-width: 300px;
    }

    .bntthemeHover {
        width: 90%;
        min-width: 300px;
    }

    .bntthemePressed {
        width: 90%;
        min-width: 300px;
    }
       */
    .txtEdit {
        width: 90vw;
        min-width: 80vw;
        padding: 6px 2px 6px 7px !important;
        font-size: 16px;
        padding-bottom: 10px;
    }
}
