body{
	margin: 0;
	/*background-color: #352b4d;  */
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 100vh;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body .container {
    max-width: 700px;
    width: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:544px){
	.container{
		max-width:576px
	}
}

@media (min-width:768px){
	.container{
		max-width:720px
	}
}

@media (min-width:992px){
	.container{
		max-width:940px
	}
}
@media (min-width:1200px){
	.container{
		max-width:1140px
	}
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.user-area {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
}

.user-name{
    text-decoration: none;
    color: #000;
}

.img-circle {
    position: relative;
    width: 96px;
    height: 96px;
    display: block;
    background-color: rgba(255,255,255,.1);
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #cecece;
}

.text-xs-center h3{
	color: #352b4d;
}

.link {
    margin-bottom: 16px;
    padding: 0;
    position: relative;
    text-align: center;
}

.btn {
    position: relative;
    outline: 0!important;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
}

.btn-link {
    border-width: 2px;
    border-style: solid;
    border-color: #654c4a;
    background-color: #654c4a;
    color: #ffffff;
}

.link a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    padding: 15px 20px;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99),-webkit-box-shadow .25s cubic-bezier(.08,.59,.29,.99),-webkit-transform .25s cubic-bezier(.08,.59,.29,.99);
    transition: color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99),-webkit-box-shadow .25s cubic-bezier(.08,.59,.29,.99),-webkit-transform .25s cubic-bezier(.08,.59,.29,.99);
    transition: box-shadow .25s cubic-bezier(.08,.59,.29,.99),color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),transform .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99);
    transition: box-shadow .25s cubic-bezier(.08,.59,.29,.99),color .25s cubic-bezier(.08,.59,.29,.99),border-color .25s cubic-bezier(.08,.59,.29,.99),transform .25s cubic-bezier(.08,.59,.29,.99),background-color .25s cubic-bezier(.08,.59,.29,.99),-webkit-box-shadow .25s cubic-bezier(.08,.59,.29,.99),-webkit-transform .25s cubic-bezier(.08,.59,.29,.99);
}

.footer {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
}

@media(max-height: 630px){
	.footer{
		position: relative !important;
	}
}

.logoCarbon {
    display: block;
    text-align: center;
}

.logoCarbon img {
    height: 50px;
}