html body[ng-app="app"] coming-soon-page-type-b * {
    font-family: 'Source Sans Pro' !important;
}
coming-soon-page-type-b * {
    outline: none;
}
coming-soon-page-type-b .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    background-color: white;
}
coming-soon-page-type-b .soon-container {
    width: 100%;
    display: table;
    text-align: center;
    height: 100vh;
}
coming-soon-page-type-b .soon-container .container-items {
    display: table-cell;
    vertical-align: middle;
}
coming-soon-page-type-b .soon-container .container-items img {
    margin: 0 auto;
    /*width: 300px;*/
    height: auto;
    max-width: 100%;
}
coming-soon-page-type-b .soon-container .container-items h1 {
    margin: 10px 0;
    font-weight: normal;
}

coming-soon-page-type-b .container-key {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 200px;
    height: 100px;
}

coming-soon-page-type-b .container-key .close {
    transition: all 1s;
    opacity: .5 !important;
}

coming-soon-page-type-b .container-key .box {
    transition: all 1s;
    /*display: none;*/
}

coming-soon-page-type-b .container-key .box input {
    width: 100%;
    height: 50px;
    border: 1px solid #bfbaba;
    border-radius: 5px;
    outline: none;
    padding: 0px 10px;
    font-size: 2em;
    font-family: sans-serif;
}