@charset "utf-8";

html, body {height:100%;}
.login-wrap {display: flex; width:100%; height:100%; align-items: center; justify-content: center}
.login-wrap .container {width:435px; text-align:center;}
.login-wrap .container .title h1 {font-size:50px;}
.login-wrap .container .title h1 img {width:338px}
.login-wrap .container .title h1 span {color:#076DF3; font-weight:700;}
.login-wrap .container .title h2 {font-size:20px; font-weight:400; margin:40px 0;}


.login-wrap .container .form-group input {height:50px;}
.login-wrap .container .btn-login {display:block; width:100%; height:54px; line-height:53px; color:#fff; font-size:16px; margin-top:37px; background: #076DF3; border-radius: 4px;}
