﻿html{font-size:14px;position:relative;min-height:100%;}*{padding:0;margin:0;box-sizing:border-box;}body{background-image:linear-gradient(to bottom right,#dbb152,#ffd999);}.loginPage{width:100%;height:100vh;max-width:1160px;margin:auto;display:flex;align-items:center;justify-content:center;}.loginPage .customLayout{border:2px solid #b18958;background:#fff;position:static;z-index:1;box-shadow:4px 4px 6px 0 #888;border-radius:25px;padding:1.25rem;}.loginPage .customIcon{position:absolute;bottom:8px;right:10px;font-size:18px;font-weight:600;}.loginPage .btn-thiso{color:#fff;background:#dbb152;transition:all 300ms ease-out;max-width:100%;border:1px solid #dbb152;font-weight:600;}.loginPage .card-title{font-weight:600;text-shadow:1px 1px 0 #000;color:#b18958;}