﻿::-webkit-scrollbar, -moz-scrollbar {
    width: 7px;
    height: 7px;
    cursor: pointer;
}

::-webkit-scrollbar-track, -moz-scrollbar-track {
    -webkit-box-shadow: inset 2 2 6px rgba(0,0,0,0.3);
    border-radius: 1px;
    background-color: rgb(242, 242, 242);
    cursor: pointer;
}

::-webkit-scrollbar-thumb, -moz-scrollbar-thumb {
    background-color: rgb(49, 49, 50);
    cursor: pointer;
}

html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Ubuntu',sans-serif;
    width: 100%;
    height: 100%;
}

button {
    outline: none;
    transition: 0.4s;
}

#fundo {
    background-image: url(/Contents/Images/ImagensLogin/fundo.jpeg);
    background-size: cover;
    height: 100%;
    width: 100%;
}

#fundo2 {
    background-image: url(/Contents/Images/ImagensLogin/fundo2.png);
    background-size: cover;
    background-position: top left;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    min-width: 280px;
}

#content {
    width: 360px;
    height: auto;
    background-color: #fafafa;
    border-radius: 10px;
    box-shadow: 8px 8px 8px rgba(51, 51, 51, 0.28);
    position: relative;
    margin: auto;
    z-index: 10;
}

#logo {
    width: 160px;
    padding: 30px 30px 50px 30px;
    clear: both;
    display: table;
    margin: 0 auto;
}

#login-content1 {
    height: 180px;
    width: 70%;
    margin: auto;
    display: block;
}

#login-content2 {
    clear: both;
}

input {
    width: calc(99% - 10px);
    outline: none;
    display: block;
    height: 40px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 7px auto;
    float: left;
    padding: 2px 5px;
}


#password {
    /* padding-right: 50px; */
    width: calc(99% - 58px);
    float: left;
    border-radius: 5px 0px 0px 5px;
}

#password, #user {
    font-size: 17px;
    letter-spacing: 0.3px;
    font-family: 'Ubuntu',sans-serif;
    font-weight: 400;
}

#login-btn {
    height: 46px;
    width: 46px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #bdd73c;
    background-color: #bdd73c;
    cursor: pointer;
    float: left;
    margin: 7px 0;
}

    #login-btn img {
        height: 18px;
    }

    #login-btn:hover {
        border: 1px solid #313132;
        background-color: #313132;
    }

#forgot-password {
    cursor: pointer;
    font-size: 9pt;
    color: #333;
    font-family: 'Ubuntu',sans-serif;
    display: block;
    clear: both;
    text-align: center;
    height: 20px;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.validation-summary-errors {
    clear: both;
    width: 100%;
}


    .validation-summary-errors ul {
        padding: 0;
        margin: auto;
    }

    .validation-summary-errors li {
        font-size: 10pt;
        color: #ff0000;
        list-style-type: none;
        text-align: center;
        padding-block: 4px;
    }

#social-media {
    height: 40px;
    margin: auto;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

    #social-media div {
        margin: auto;
        display: table;
    }

.mediaImg {
    height: 22px;
    cursor: pointer;
    margin: auto;
    opacity: 0.9;
    transition: 0.2s;
    display: block;
    padding: 8px;
    float: left;
}

#facebook:hover, #twitter:hover {
    opacity: 1;
}

#CC {
    align-items: center;
    width: 100%;
    padding: 52px 0px;
}

    #CC img:hover {
        background-color: rgb(91, 129, 165);
        border-color: rgb(44, 77, 108);
    }

    #CC img {
        width: 165px;
        padding: 4px 48px;
        background-color: #406d97;
        border-bottom: 3px solid #274866;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.2s;
        margin: auto;
        display: block;
    }

/*PlaceHolder*/
::-webkit-input-placeholder {
    font-family: 'Ubuntu',sans-serif;
    font-size: 11pt;
    letter-spacing: 0.5px;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Ubuntu',sans-serif;
    font-size: 11pt;
    letter-spacing: 0.5px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Ubuntu',sans-serif;
    font-size: 11pt;
    letter-spacing: 0.5px;
}

:-ms-input-placeholder {
    font-family: 'Ubuntu',sans-serif;
    font-size: 11pt;
    letter-spacing: 0.5px;
}
/**/

div#separadores {
    display: block;
    clear: both;
    height: 50px;
}

.tab1, .tab2 {
    cursor: pointer;
    width: 50%;
    position: absolute;
    border-bottom: 1px solid #bdd73c;
    transition: 0.5s;
}

.tab1 {
    left: 0;
}

.tab2 {
    right: 0;
}

    .tab1:hover, .tab2:hover {
        background-color: rgb(238, 238, 238);
    }

#tab-user, #tab-CC {
    height: 37px;
    font-size: 15.5px;
    letter-spacing: 0.6px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: #313132;
    font-family: 'Ubuntu',sans-serif;
    margin: auto;
    display: block;
}

#tab-CC {
    /*margin-left: 20px;*/
    margin-top: 3px;
}

.select {
    border-bottom: 4px solid #bdd73c;
    background-color: rgb(241, 241, 241);
    height: 37px;
}

    .select > #tab-user, .select > #tab-CC {
        font-weight: 600;
    }

#politicas {
    width: 374px;
    height: 525px;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 13px;
    overflow: auto;
    background-color: #fafafa;
    border-radius: 7px;
    z-index: 50;
    box-shadow: 8px 8px 8px rgba(51, 51, 51, 0.28);
}

.rodape {
    color: #fafafa;
    font-size: 9pt;
    letter-spacing: 0.2px;
    bottom: 5px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

#politicas p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #313132;
}

#politicas h1 {
    color: #bdd73c;
    font-size: 21px;
    font-weight: normal;
}

img#logo2 {
    width: 110px;
    margin: 10px auto 7px auto;
    display: block;
}

button#fechar {
    position: absolute;
    right: 3px;
    top: 8px;
    background-image: url(/Contents/Images/ImagensLogin/x.png);
    width: 20px;
    height: 20px;
    background-size: 13px;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    cursor: pointer;
}

img#logos-rodape {
    width: 365px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#idryl {
    position: absolute;
    right: 15px;
    bottom: 27px;
    font-size: 11pt;
    padding: 5px 10px;
    border: none;
    background-color: #bdd73c;
    font-family: 'Ubuntu', sans-serif;
    color: #313132;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.5s;
}

    #idryl:hover {
        border: none;
        background-color: #313132;
        color: #bdd73c;
        cursor: pointer;
    }


@media screen and (max-width: 1050px) {
    img#logos-rodape {
        bottom: 25px;
    }
}

@media screen and (max-width: 640px) {
    img#logos-rodape {
        bottom: 50px;
        margin: auto;
        position: absolute;
        right: 0;
        left: 0;
    }

    #idryl {
        right: 0;
        bottom: 100px;
        left: 0;
        width: 160px;
        margin: auto;
        display: block;
    }
}

@media screen and (max-width: 450px) {
    #politicas {
        width: 90%;
        height: 80%;
        position: absolute;
        margin: auto;
        top: 0px;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 13px;
        overflow: auto;
        background-color: #fafafa;
        border-radius: 7px;
        z-index: 50;
    }

    #content {
        width: 85%;
        min-width: 275px;
        bottom: 60px;
    }

    #tab-user, #tab-CC {
        font-size: 13.5px;
    }
}

@media screen and (max-height: 565px) {
    #politicas {
        height: 90%;
    }

    #content {
        overflow-y: auto;
        overflow-x: hidden;
    }

    #password {
        width: calc(100% - 48px);
    }

    #login-btn {
        height: 36px;
        width: 36px;
    }

    #logo {
        width: 110px;
        padding: 15px 15px 25px 15px;
    }

    #password, #user {
        font-size: 13px;
    }

    input {
        height: 30px;
    }

    #tab-user, #tab-CC {
        height: 31px;
        font-size: 12.5px;
    }

    .select {
        height: 32px;
    }



    img#logos-rodape {
        width: 245px;
    }

    #content {
        top: -60px;
    }

    #CC {
        padding: 35px 0px;
    }

        #CC img {
            width: 115px;
        }
}
