﻿body {
    background: url("/img/background.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.footer, .gradientback, .framedheader, .footerpush, #footercontainer, .header, #trPassword, #trRememberMe, #strongPasswordDescription, #passStrength {
    display: none;
}

.registrationHeader {
    margin-bottom: 15px;
}

.form-group {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.form-group label.top {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.container {
    height: 100vh;
}

.loginpage {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* center instead of stretch */
    min-height: 100vh; /* or whatever your layout needs */

    flex-direction: column;
    gap: 15px;
}

#loginLink, span.register-or {
    font-size: 26px;
}

.loginpage > .login-box {
    display: flex;
    width: 610px;
    padding: 20px 80px 40px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    box-shadow: 0 1px 3px #0000001f,0 5px 5px #00000014;
    min-height: initial;
}

.login-inner-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.loginpage > .col-sm-6 > .productgradient {
    width: 100%;
    min-height: inherit;
}

button {
    border-radius: 2px;
    border: 1px solid #0188CE !important;
    background: #27566D !important;
    color: white !important;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.login-with-sociallogin {
    padding: 0;
}

.logo {
    display: flex;
    justify-content: center;
    padding: 15px 0px 15px 0px;
    gap: 24px;
}

input {
    width: 100% !important;
    max-width: 100% !important;
}

.info-cip-skin {
    display: flex;
    padding: 8px 8px 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: var(--Radius-radius-medium, 8px);
    border: 1px solid #37A1E9;
    background: #E4F4FE;
    width: 610px;
}

.info-cip-skin .right {
    margin-left: auto;
    cursor: pointer;
}


.textblock {
    max-width: 100%;
}

#goto-logo {
    margin-top: 13px;
}

iframe#main{
    margin-bottom: 20px;
}

.nomargin {
    margin: 0;
}

.maxwidth {
    max-width: 100% !important;
    width: 100%;
}

#linkCancel, #btnBack {
    text-align: center;
    border: none !important;
    background: none;
    background-color: transparent !important;
    box-shadow: none;
    margin-bottom: 0 !important;
    width: 100%;
}

.actions {
    padding: 0;
}

.logmeinIdInfo {
    margin-bottom: 13px;
}

.terms  {
    margin-top: 13px !important;
}

.totpTitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
}

.totpauth-h2 {
    margin: 0 !important;
    align-self: start;
}

.totptext {
    align-self: start;
}

#securityNoteDiv {
    color: black;
    display: flex;
    gap: 10px;
}

#securityNoteDiv img {
    margin-top: 3px;
}

#securityNoteDiv .last-msg {
    margin-top: 15px;
    float: left;
}

.help-block .errormsg {
    height:inherit;
}

#rememberTfa {
    width:auto !important;
}

.checkbox {
    width: 100%;
    margin: 0;
}

.nopadding {
    padding: 0;
}

hr {
    margin: 0;
    border: 1px solid #e8e8e8;
    width: 100%;
}

#new-skin-message {
    display: flex;
}

.formrow {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

.formrow p {
    margin: 0;
}

.formrow .check-box {
    margin-top: 0px;
}

