/* 
    Created on : 7/12/2017, 08:00:55 AM
    Author     : JorgeIbanez
*/
html, body {
    background-color: #fff;
    color: #11418A;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
    font-weight: bold;
}

.m-b-md {
    margin-bottom: 30px;
}