BODY {font-family: arial; font-size: 14px; color: #5a5a5a; background: linear-gradient(#0067bc, #00a6e0);}
A {color: inherit; text-decoration: none;}
.box {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

#loginCont {width: 100%; height: 100vh; float: left; display: flex; justify-content: space-around; align-items: center; }
#loginFrame {width: 600px; height: auto; float: left; background-color: #FFF; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -webkit-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.38); -moz-box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.38); box-shadow: 4px 4px 5px -4px rgba(0,0,0,0.38);}

#topLoginFrame {width: 100%; height: 70px; padding: 15px; float: left; text-align: right; font-size: 10px; background-image: url('/images/logo-donpealo-black.svg'); background-size: 69px; background-position: 15px center; background-repeat: no-repeat; color: #737373; display: flex; align-items: center; justify-content: flex-end;}
#topLoginFrame A:HOVER {text-decoration: underline;}

#loginFrame #formFrame {width: 100%; float: left; padding: 15px; background-color: #f2fafd; border-top: 1px #d1ebf5 solid; border-bottom: 1px #d1ebf5 solid;}
#loginFrame #formFrame INPUT[type=text], #loginFrame #formFrame INPUT[type=password] {width: 100%; height: 60px; float: left; padding: 0px 20px; font-size: 22px; margin: 0px 0px 7px 0px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border: 1px #ccc solid; border-radius: 2px; color: inherit; font-family: inherit;}
#loginFrame #formFrame INPUT[type=submit] {width: 100%; height: 60px; float: left; padding: 0px 20px; font-size: 22px; background-color: #8cbc32; border: 1px #80af26 solid; color: #FFF; font-weight: 700; cursor: pointer; border-radius: 2px; font-family: inherit;}
#loginFrame #formFrame INPUT[type=submit]:HOVER {background-color: #80af26;}

#loginFrame #bottomFrame {width: 100%; height: auto; padding: 15px; float: left; text-align: center; font-size: 12px; color: #737373; line-height: 1.5;}