﻿body { width:100%; height:100%; overflow: hidden; font-family: 'Poppins', sans-serif; }
.clear-both { clear:both; }

.panel-header { height: 60px; width: 100%; background-color: white; position: absolute; text-align:center; }
.panel-header .logo { margin-top: 10px; }
.panel-header .menu-icon { float: left; margin-top: 20px; font-size: 17px; margin-left: 39px; cursor: pointer; }

.panel { position: absolute; width: 100%; height: 100%; top: 60px; background-color: #1c2b3e; padding-top: 100px; padding-left: 117px; }
.panel .alert-icon { color: #8797ae; font-size: 200px; float: left; }
.div-texts { float: left; margin-top: 39px; margin-left: 56px; }
.panel .text { color: #8797ae; font-size: 35px; font-weight: bold; display: block; }
.panel .sub-text { color: #8797ae; font-size: 23px; font-weight: lighter; display: block; }
.panel .sub-text-protocol { font-size: 16px; }

.btn-back { cursor: pointer; float: left; border: 1px solid #29abe2; border-radius: 20px; color: white; padding: 7px 31px; margin-top: 9px; font-size: 17px; font-weight: normal;  -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.contact-us { position: fixed; bottom: 20px; margin: 0 auto; text-align: center; width: 100%; }
.contact-us span{ color: #8797ae; font-size: 20px; font-weight: bold; display: block; }