﻿

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    overflow: hidden;
    background-color: #008060;
    padding: 20px 10px;
}

    .header a {
        float: left;
        color: #333;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 13px;
        line-height: 15px;
        border-radius: 4px;
    }

        .header a.logo {
            background-image: url(img/idbicapital.jpg);
            background-position: center;
            padding-left: 240px;
            border-radius: 0px;
            padding-bottom: 45px;
            margin-left: 40px;
            width: 15%;
            height: auto;
            background-size: 250px;
            background-color: orange;
        }


        .header a:hover {
            background-color: orange;
            color: black;
            border-radius: 0px
        }

.header-right {
    float: right;
    background-color: #ddd;
    color: orange;
    overflow: hidden;
    border-radius: 20px;
    display: inline-table;
}

@media screen and (min-width: 576px) {
    .header a {
        float: left;
        color: #333;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        font-size: 12px;
        line-height: 12px;
        border-radius: 4px;
    }

    .header-right {
        float: right;
        background-color: #ddd;
        color: orange;
        overflow: hidden;
        border-radius: 20px;
        display: inline-table;
    }

    .header a.logo {
        background-image: url(img/idbicapital.jpg);
        background-position: center;
        padding-left: 200px;
        border-radius: 0px;
        padding-bottom: 35px;
        margin-left: 20px;
        width: 15%;
        height: auto;
        background-size: 210px;
    }

    .header input[type=text] {
        float: right;
        padding: 6px;
        margin-top: 8px;
        margin-right: 16px;
        border: none;
        font-size: 17px;
        background-color: grey;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) {
    .header a {
        float: left;
        color: #333;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        font-size: 12px;
        line-height: 12px;
        border-radius: 4px;
    }

    .header-right {
        float: right;
        background-color: #ddd;
        color: orange;
        overflow: hidden;
        border-radius: 20px;
        display: inline-table;
    }

    .header a.logo {
        background-image: url(img/idbicapital.jpg);
        background-position: center;
        padding-left: 200px;
        border-radius: 0px;
        padding-bottom: 35px;
        margin-left: 20px;
        width: 15%;
        height: auto;
        background-size: 210px;
    }

    .header input[type=text] {
        float: right;
        padding: 6px;
        margin-top: 8px;
        margin-right: 16px;
        border: none;
        font-size: 17px;
        background-color: grey;
    }
}


@media screen and (min-width: 992px) {
    .header a {
        float: left;
        color: #333;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 15px;
        line-height: 15px;
        border-radius: 4px;
    }

        .header a.logo {
            background-image: url(img/idbicapital.jpg);
            background-position: center;
            padding-left: 240px;
            border-radius: 0px;
            padding-bottom: 45px;
            margin-left: 40px;
            width: 15%;
            height: auto;
            background-size: 250px;
            background-color: orange;
        }

    .header-right {
        float: right;
        background-color: #ddd;
        color: orange;
        overflow: hidden;
        border-radius: 20px;
        display: inline-table;
    }

    .header input[type=text] {
        float: right;
        padding: 6px;
        margin-top: 8px;
        margin-right: 16px;
        border: none;
        font-size: 17px;
        background-color: grey;
    }
}


@media screen and (min-width: 1200px) {
    .header a {
        float: left;
        color: #333;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 15px;
        line-height: 15px;
        border-radius: 4px;
    }

        .header a.logo {
            background-image: url(img/idbicapital.jpg);
            background-position: center;
            padding-left: 240px;
            border-radius: 0px;
            padding-bottom: 45px;
            margin-left: 40px;
            width: 15%;
            height: auto;
            background-size: 250px;
            background-color: orange;
        }

    .header-right {
        float: right;
        background-color: #ddd;
        color: orange;
        overflow: hidden;
        border-radius: 20px;
        display: inline-table;
    }

    .header input[type=text] {
        float: right;
        padding: 6px;
        margin-top: 8px;
        margin-right: 16px;
        border: none;
        font-size: 17px;
        background-color: grey;
    }
}

@media (min-width:320px) and (max-width:640px) {
    .header a {
        float: left;
        color: #333;
        text-align: center;
        padding: 5px;
        text-decoration: none;
        font-size: 6px;
        line-height: 10px;
        border-radius: 4px;
    }

    .header-right {
        float: right;
        background-color: #ddd;
        color: orange;
        overflow: hidden;
        border-radius: 20px;
        display: inline-table;
    }

    .header a.logo {
        background-image: url(img/idbicapital.jpg);
        background-position: center;
        padding-left: 100px;
        border-radius: 0px;
        padding-bottom: 15px;
        margin-left: 20px;
        width: 4%;
        height: auto;
        background-size: 107px;
        background-color: orange;
    }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
    background-image: url(images/pagebg.jpg);
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.container {
    padding: 16px;
}

.ContentCentered {
    align-content: center;
    align-self: center;
    align-items: center;
}

#btnSubmit {
    background-color: #ff9900;
    font-weight: 600;
    color: white;
    padding: 8px 10px;
    margin: 8px 8px;
    align-content: center;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    /*border-radius: 15%;*/
}

#btnClear {
    background-color: #ff9900;
    font-weight: 600;
    color: white;
    padding: 8px 10px;
    margin: 8px 8px;
    align-content: center;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    /*border-radius: 15%;*/
}

.GenPwdLbl {
    overflow: hidden;
    background-color: #ffe0b3;
    padding: 0px;
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}

h4 {
    margin: 7px 7px;
    text-align: center;
}

.content {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

#button {
    background-color: #ff9900;
    font-weight: 600;
    color: white;
    padding: 8px 10px;
    margin: 8px 8px;
    align-content: center;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #474e5d;
    padding-top: 50px;
    background-image: url(images/pagebg.jpg);
}

.modal2-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
#Image1 {
    max_width: 100%;
    height: auto;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2){
    #otp {
        margin: 10% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
        border: 1px solid #888;
        width: 100%;
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: #474e5d;
        padding-top: 50px;
    }
    #txtOTP{
        
    }

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){

    #otp {
        margin: 10% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
        border: 1px solid #888;
        width: 100%;
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: #474e5d;
        padding-top: 50px;
    }
    #txtOTP{
        width:auto;
    }
}