﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    font-family: 'Roboto Slab' sans-serif;
}

details summary {
    list-style: none;
}

::placeholder {
    color: darkgray;
    font-size: small;
}

.contenedor-card-plat {
    height: 99.85vh;
    margin: -18px -24px 0px -32px; /*Top, Right, Botom, Left - Se ajusta al total de la página*/
    text-align: center;
    background-image: linear-gradient(180deg, #FFFFFF 60%, #333333 90%);
}

.form-login-plat {
    background-color: #333333;
    width: 350px;
    margin: auto;
    text-align: center;
    border: solid 1px black;
    box-shadow: 1px 5px 15px #282727;
}

.logo-login-plat {
    background-color: white;
}

.txt-plat {
    color: white;
    background-color: #333333;
    border: solid 1.3px;
    border-color: white;
    border-radius: 5px;
    font-size: small;
    padding-left: 0.5rem;
    width: 300px;
    height: 35px;
}

    .txt-plat:hover {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 255);
        outline: none;
    }

    .txt-plat:focus {
        background-color: #333333;
        outline: none;
    }

    .txt-plat:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
        -webkit-text-fill-color: white;
    }

.btn-plat-login {
    background-color: #f07400;
    color: white;
    border: solid 1.3px;
    border-color: #f07400;
    border-radius: 5px;
    font-size: small;
    width: 300px;
    height: 35px;
}

    .btn-plat-login:hover {
        background-color: #FF9912;
        border-color: #FF9912;
    }

    .btn-plat-login:focus {
        background-color: #FF9912;
        border-color: #FF9912;
        outline: none;
    }