﻿
body
{
    overflow:auto;
}

.topIcons {
    position: fixed;
    width: 100%;
    background-color: transparent;
    margin:0px;
    z-index:9999;
}

.topIcons1 {
    position: fixed;
    width: 100%;
    background-color: transparent;
    margin: 0px;
    z-index: 9999;
    text-align:center;
    top:80px;
}

.imgEsq {
    width: 10%;
    width: 80px;
    margin-left: 2%;
    margin-top: 0.5%;
}

.imgCnt {
    width: 650px;
}

.imgDir {
    width: 10%;
    width: 200px;
    margin-top: 1%;
    margin-right:3%;
    float:right;
}

.card {
    border-radius: 16px;
    max-width: 380px;
    width: 100%;
    top:30px;
}

input.form-control {
    border-radius: 10px;
    padding: 10px 14px;
    height: 50px;
    border-color: #007f00;
}

button.btn {
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
}

label
{
    font-size:1.2rem;
    font-weight:bold;
}

.inputStyle {
    display: flex;
    background-color: #007f00;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.spn {
    width: 50px !important;
    color: white;
}

.btnLogin, .btnRecuperar {
    background-color: #007f00;
    color:white !important;
}

    .btnLogin:hover, .btnRecuperar:hover {
        background-color: #007f00;
        color: white !important;
    }


@media screen and (max-width: 740px) {
    body {
        overflow: auto;
    }
    .imgEsq {
        width: 80px;
    }

    .imgCnt {
        display:none;
    }

    .imgDir {
        display: none;
    }


}