﻿html{font-size:14px;position:relative;min-height:100%;}*{padding:0;margin:0;box-sizing:border-box;}body{background:#012563;}.loginPage{width:100%;height:100vh;max-width:1160px;margin:auto;display:flex;align-items:center;justify-content:center;}.loginPage .logo{display:flex;justify-content:center;padding:0 50px;box-sizing:content-box;}.loginPage .logo img{width:200px;}.loginPage .loginBody{width:100%;}.loginPage .customLayout{min-height:65vh;border:2px solid #012563;background:#fff;position:static;z-index:1;box-shadow:4px 4px 6px 0 #888;border-radius:25px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;}.loginPage .customIcon{position:absolute;bottom:8px;right:10px;font-size:18px;font-weight:600;}.loginPage .btn-thiso{color:#fff;background:#c4171b;background-position:right bottom;max-width:100%;border:1px solid #dbb152;font-weight:600;}.loginPage .card-title{font-weight:600;text-shadow:1px 1px 0 #000;color:#c4171b;}