html {
    background-color: var(--workspace-secondary-color);    
    height: 100%;
}

body { 
    background: none; 
}

#head, .panel {
    max-width: 584px;
    margin: 0 auto;
}

#wb {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wb .title-text {
    font-size: 28px;    
    margin-bottom: 40px;
}

#wb label {
  font-weight: 400;
}

#content {
    width: 100%;
}

#content .panel {
    border-radius: 20px;
}

.panel-body {
    padding: 60px 60px 40px 60px;
}

#head {
    text-align: center;
    margin: 80px auto 30px auto;
}

.abcRioButtonContents{
    font-weight: 600 !important;
}

#wb .btn,
#wb .btn-block,
#wb .form-control,
.abcRioButton {
    border-radius: 26px !important;
    border: 1px solid #DEDEDE;
    box-shadow: none !important;
    height: 48px;
    font-family: Inter;
}

#wb .btn-block {
    border: none !important;
    background-color: #DADADA;
}

.abcRioButton {
    background-color: #F5F5F5 !important;
}

#wb .btn-primary,
#wb .btn-block,
#wb .form-control,
.abcRioButton span {
    color: var(--workspace-secondary-color);
    font-weight: 400;
    font-size: 14px;
}

#wb .btn,
#wb .btn-block {
    transition: all 0.2s;
}

#wb .btn-block:hover {
    background-color: var(--workspace-primary-color);
    color: #fff;    
}

.abcRioButtonIcon {
    padding-right: 0px !important;
}

.abcRioButtonContentWrapper {
    display: flex;
    height: 48px;
    justify-content: center;
}

#wb .form-group a {
    margin-top: -5px;
    color: #808080;
    display: block;
}

#wb .signup {
    margin-top: 18px;
    color: #808080 !important;
}

#wb .signup a {
    font-weight: 700;
    color: #808080 !important;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 624px) {
    #wb #content .panel {
        margin: auto 20px;
    }
    .panel-body {
        padding: 60px 20px 40px 20px;
    }
}
