.navbar, .footer {
    display: none !important;
}
main.content,
body {
    padding: 0 !important;
}
.y-login-box { 
    background: url('../../img/logo-bg.jpg') top center;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.y-flex {
    display: flex;
    align-items: center;
}
.y-login-box .y-header {
    margin: 32px 25px;
}
.default-logo {
    height: 34px;
    width: auto;
}
.default-logo img {
    height: 34px;
    width: auto;
}
.y-login-box .login-section {
    margin: 0;
    position: absolute;
    right: 14%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    width: 360px;
    color: #444444;
    display: inline-block;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.y-login-box .login-section .login-main {
    padding: 16px 15px 10px 15px;
}

.login-box-left{
    position: absolute; left: 10%; top: 50%; transform: translate(10px, -60%);
    color: #fff;
}
.y-logo-box {
    display: flex;
    align-items: baseline;
}
.logo-text {
    font-size: 50px;
    font-weight: bolder;
}
.logo-line{
    margin: 0 15px;
    height: 45px;
    position: relative;
    width: 2px;
    background-color: #fff;
    bottom: -6px;
}
.logo-small {
    font-size: 20px;
}
.y-logo-text-box {
    margin-top: 50px;
}
.box-title {
    font-size: 30px;
}
.box-text {
    margin-top: 20px;
}