﻿.content-login{
    width: 90%;
    max-width: 860px;
    text-align: center; 
}

.content-login-div {
    padding: 1.75em 10%;
    border-radius: 6px;
    background: #263036;
    background: radial-gradient(circle at 50% 50%, #c6d200 0%, #5d8f16 110%);
    background-color: #5d8f16;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 1.5em;
}

    .content-login-div legend {
        margin: -0.75em 0 0.5em 0;
        text-align: center;
        width: 100%;
        display: block;
    }

.content-login-box {
    margin: 0;
    align-items: center;
    display: inline-flex;
    flex: 1;
    box-sizing: border-box;
    width: 90%;
    max-width: 860px;
    text-align: center;
}

@media only screen and (max-width: 479px) and (min-width: 0px) {

    .content-login {
        width: 350px;
        text-align: center;
    }

    .content-login-box {
        margin: 0;
        align-items: center;
        box-sizing: border-box;
        text-align: center;
    }

}

.content-login-box-div {
    flex-shrink: 1;
    width: 50%;
}

    .content-login-box-div input {
        padding: 0 14px;
        border-color: transparent;
        color: #738796;
        transition: all 0.35s;
        text-align: center;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
        font-size: 1em;
    }

.login-box legend {
    margin: -0.75em 0 0.5em 0;
    text-align: center;
    width: 100%;
    display: block;
}

    .login-box .row {
        margin: 0;
        align-items: center;
        display: flex;
        flex: 1;
    }

    .login-box .grid-6 {
        width: 49.09091%;
        margin-right: 1.81818%;
        box-sizing: border-box;
    }

    .login-box input[type=text], .login-box input[type=password], .login-box button {
        height: 36px;
        line-height: 36px
    }

    .login-box input[type=text], .login-box input[type=password] {
        /*padding: 0 14px;*/
        /*background: #21272c;*/
        border-color: transparent;
        color: #91AABC;
        transition: all 0.35s;
        text-align: center
    }

        .login-box input[type=text]:focus, .login-box input[type=password]:focus {
            /*color: white*/
            color: #738796
        }

.login-logo {
    /*background-image: url("../img/general/viewemis1.png");*/
    background-image: url("../img/general/logotipo3.png");
    width: 221px;
    height: 34px;
    background-repeat: no-repeat;
}

.Button, button {
    background: #004288;
    border: 1px solid;
    border-color: #0090f0 #0081d6 #0074c2;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5em;
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 3px;
    /*text-transform: uppercase;*/
    text-align: center;
    flex-shrink: 0;
    -ms-flex: 0 0 auto;
    height: 36px;
    line-height: 36px;
}

.RadButton {
    background: #004288 !important;
    border: 1px solid !important;
    border-color: #0090f0 #0081d6 #0074c2 !important;
    color: #fff !important;
    display: inline-block !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    font-size: 100% !important;
    cursor: pointer !important;
    border: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 2.5em !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
    border-radius: 3px !important;
    /*text-transform: uppercase !important;*/
    text-align: center !important;
    flex-shrink: 0 !important;
    -ms-flex: 0 0 auto !important;
    height: 36px !important;
    line-height: 36px !important;
}

.RadInput {
    flex-shrink: 1;
    width: 50%;
    padding: 0 14px !important;
    border-color: transparent !important;
    color: #738796 !important;
    transition: all 0.35s !important;
    text-align: center !important;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 3px !important;
    font-size: 1em !important;
}