<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

body{
    height: 100vh;
    background-image: linear-gradient(135deg, rgb(208 0 26 / 90%) 0%, rgb(82 0 10 / 93%) 100%), url(https://aplicaciones.upaep.mx/projects/outcomes/src/public/images/templates/login/banner_1.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    font-family: 'Fira Sans', sans-serif;
}

main{
    background-color: #fff;
    align-self: center;
    justify-self: center;
    width: 640px;
    height: 600px;
    padding: 20px 40px 40px 40px;
    border-radius: 15px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

a.oauth__logo {
    width: 150px;
    margin: 0 auto;
    display: block;
}

a.oauth__logo img {
    width: 100%;
}

@media only screen and (max-width: 768px) and (min-width: 300px)  {
	a.oauth__logo {
		margin-top: 10px;
		width: 100px;
	}
}</pre></body></html>