@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaReg.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaRegIt.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaBold.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaBoldIt.otf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaSbold.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaLight.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova/ProximaNovaLightIt.otf');
    font-weight: 300;
    font-style: italic;
}

body {
    font-family: ProximaNova;
    font-weight: 300;
}

.gray-bg, .bg-muted {
    background-color: #f3f3f4;
}

.loginscreen.middle-box {
    width: 400px;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.btn-social>:first-child {
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 32px;
     line-height: 34px;
     font-size: 1.6em;
     text-align: center;
     border-right: 1px solid rgba(0,0,0,0.2);
}