@import "color_auth.css";
@import "font.css";
@import "dimen.css";
@import "nprogress.css";

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--hermes-body-bg);
    font-family: 'EudoxusSans', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
  }
  

.hm-auth-parent{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hm-auth-body{
    text-align: center;
    width: var(--hermes-auth-width);
    max-width: var(--hermes-auth-max-width);
}

.hm-auth-input{
    margin-bottom: 20px;
    border: 1px solid;
}

.hm-attribution-image {
    bottom: 5px;
    left: 5px;
    position: fixed;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.hm-auth-logo-holder{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.hm-auth-logo-image{
width: 40%;
}

.hm-gray-input {
    -webkit-font-smoothing: antialiased;
    background-color: var(--hermes-input-bg);
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 8px;
    color: var(--hermes-text-color);
    font-family: 'EudoxusSans', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 10px 14px;
    resize: none;
    width: 100%;
}

.hm-gray-password-input input {
    -webkit-font-smoothing: antialiased;
    background: none;
    border: none;
    color: var(--hermes-text-color);
    font-family: 'EudoxusSans', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 12px 14px;
    resize: none;
    width: 90%;
}

.hm-gray-password-input-toggle {
    position: absolute;
    right: 10px;
    top: 9px;
}

.hm-text-icon-button span {
    margin-bottom: 2px;
    margin-left: 5px;
    text-decoration: none;
    -webkit-text-decoration: none;
}

.hm-text-icon-button {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    outline: none;
    padding: 0;
    resize: none;
}

.hm-auth-forgot-button {
    font-size: 12px!important;
    margin-left: 0!important;
    margin-top: 20px;
    width: 100%;
}

.hm-link-icon-button.normal, .hm-text-icon-button.normal {
    color: #3261fb;
}

.hm-button.secondary {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    color: #444;
    cursor: pointer;
}

.hm-button, .hm-outline-button {
    font-family: 'EudoxusSans', 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    resize: none;
    transition: background-color .2s ease 0s,box-shadow .2s ease 0s,color .2s ease 0s,-webkit-transform .2s ease 0s;
    transition: background-color .2s ease 0s,box-shadow .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
    transition: background-color .2s ease 0s,box-shadow .2s ease 0s,color .2s ease 0s,transform .2s ease 0s,-webkit-transform .2s ease 0s;
    cursor: pointer;
}

.hm-button {
    background-color: #3261fb;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 9px -5px rgba(0,0,0,.2);
    color: #fff;
    padding: 9px 12px 10px;
    cursor: pointer;
}

.hm-gray-password-input {
    background-color: var(--hermes-input-bg);
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    position: relative;
    text-align: left;
    text-align: initial;
    width: 100%;
}

.hm-auth-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--hermes-text-color);
}

.hm-auth-terms{
    color: var(--hermes-text-color);
    margin-top: 20px;

}

.hm-auth-terms a{
    color: var(--hermes-text-color);
}

.hm-auth-button{
    width: 100%;
    
}

.hm-auth-info{
    margin: 30px 0px 15px !important;
    display: block;
    color: var(--hermes-text-color);
}

.hm-auth-forgot-button{
    margin-left: 0px !important;
    width: 100%;
    font-size: 12px !important;
    margin-top: 20px;
}

.hm-auth-back{
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 1;
}

.hm-auth-back-button{
    font-size: 14px !important;
    color: var(--hermes-text-color) !important;
}


.hm-alert-parent {
    position: fixed;
    bottom: 70px;
    right: 40px;
    display: none;
    z-index: 999;
}

.hm-alert-single {
    background: var(--hermes-extreme-bg);
    border-radius: 10px;
    padding: 12px 20px;
    width: 356px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border: var(--hermes-alert-border) 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 15px; */
    transition: all 400ms ease 0s;
    margin-bottom: 0px;
}

.hm-alert-parent:hover .hm-alert-single {
    transform: scale(1) !important;
    margin-bottom: 20px;
}

.hm-alert-parent:hover .hm-alert-single:last-of-type {
    margin-bottom: -15px;
}

.hm-alert-parent:first-of-type:hover .hm-alert-single {
    transform: scale(1) !important;
    margin-bottom: 0px;
}

.hm-alert-single-text {
    color: var(--hermes-text-color);
    font-weight: 500;
}

.hm-alert-single-closebtn {
    background: none;
    border: none;
    outline: none;
    resize: none;
    padding: 0px;
    margin: 0px;
    margin-left: 4px;
    display: flex;
    padding: 5px;
    border-radius: 5px;
}

.hm-alert-single-closebtn:hover {
    background: var(--hermes-alert-close-hover-bg);
}

.hm-subdomain-holder svg {
    position: absolute !important;
    top: 8px !important;
    right: 10px !important;
}

.hm-subdomain-holder {
    position: relative;
}

.hm-subdomain-holder div.hm-spinner {
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    left: unset !important;

}

.hm-subdomain-holder div.hm-spinner div{
 height: 20px;
 width: 20px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}