*,*:after,*::before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;text-decoration: none;list-style-type: none;outline: none;}

a {color: #FC6C31;}
a:hover { color: #fd9541;}

.input,.input label,.input input,.input .spin,.button {width: 100%;float: left;}
.input,.button {margin-top: 20px;height: 70px;}
.input,.input input,.button {position: relative;}
.input input {height: 60px;top: 10px;border: none;background: transparent;}
.input input,.input label {font-family: 'Roboto', sans-serif;font-size: 24px;color: rgba(0, 0, 0, 0.8);font-weight: 300;}
.input:before,.input .spin {width: 100%;height: 1px;position: absolute;bottom: 0;left: 0;}
.input:before {content: "";background: rgba(0, 0, 0, 0.1);z-index: 3;}
.input .spin {background: #FFC357;z-index: 4;width: 0;}
.input .word {position: absolute;right: 0;top: 16px;line-height: 44px;z-index: 99;}
.input label {position: absolute;top: 10px;left: 0;z-index: 2;cursor: pointer;line-height: 60px;}
.button {margin: 30px 0;overflow: hidden;z-index: 2;border: none;height: 3.25rem;margin-bottom: 1rem;}

.pass-forgot {width: 100%;float: left;text-align: center;color: rgba(0, 0, 0, 0.4);font-size: 18px;}
.click-efect {position: absolute;top: 0;left: 0;background: #FC6C31;border-radius: 50%;z-index: -1;}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
.login-page {position: relative;}
.login-page::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background: url(../images/p_big3.jpg);
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.login-page .container {min-height: 100vh;z-index: 999;padding: 20px;position: relative;}
.login-page .form-holder {width: 100%;border-radius: 1.25rem;overflow: hidden;}
.login-page .form-holder .info, .login-page .form-holder .form {min-height: 70vh;padding: 2.5rem;height: 100%;}
.login-page .form-holder .form {display: flex;flex-direction: column;align-items: center;margin: 0 4rem;padding: 3.75rem 2.5rem;}
.login-page .form-holder div[class*='col-'] {padding: 0;}
.login-page .form-holder .info {background: rgba(0,123,255,.5);color: #fff;}
.login-page .form-holder .info h1 {font-size: 2.5em;font-weight: 600;}
.login-page .form-holder .info p {font-weight: 300;}

.user-info dl {float: left; margin-bottom: 0; margin-right: 1rem;}
.user-info dl dt {font-size: 1rem;font-weight: 400;}
.icon-list{
  justify-content: space-between;
  font-size: 14px;
}
.icon-list img{
  margin-bottom: 15px;
}
.icon-list p{
  margin: 0;
}

.icon-list div{
  text-align: center;
}
