.authentication{height:100vh;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;text-align:center}
.authentication .card{border-radius:10px;max-width:350px;margin-top:200px;box-shadow: 0 1px 4px 0 rgba(0,0,0,.25);


background: rgba(63,81,181,1);
background: -moz-linear-gradient(top, rgba(63,81,181,1) 0%, rgba(63,81,181,1) 31%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,81,181,1)), color-stop(31%, rgba(63,81,181,1)), color-stop(31%, rgba(255,255,255,1)), color-stop(32%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(63,81,181,1) 0%, rgba(63,81,181,1) 31%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(63,81,181,1) 0%, rgba(63,81,181,1) 31%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(63,81,181,1) 0%, rgba(63,81,181,1) 31%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(63,81,181,1) 0%, rgba(63,81,181,1) 31%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f51b5', endColorstr='#ffffff', GradientType=0 );


}
.authentication .card .header{margin-top:-70px;color:#16191a;margin-bottom:20px;}.authentication .card .header h1{font-size:22px;margin-bottom:20px;margin-top:10px}.authentication .card .title{margin:0}.authentication .card .msg{font-size:14px;font-weight:400;text-transform:none}.authentication .l-social{margin:0}.authentication .l-social li{display:inline-block}.authentication .l-social li a{text-align:center;padding:5px 10px;color:#666}@media only screen and (min-width: 992px) and (max-width: 1024px){.authentication .card{margin-top:100px}}@media only screen and (max-width: 767px){.authentication .card{margin-top:100px}}
