.main.page {
    background: #f4f8fb;
}

.container {
    margin-top: 5%;
}

.container.login {
    max-width: 365px;
    margin-bottom: 2%;
}

.container.auth {
    max-width: 500px;
    margin-bottom: 2%;
}

.login-container {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 30px 30px 25px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 25px -20px black;
    border: 1px solid #f3f3f3;
}

#output {
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success {
    background: rgb(25, 204, 25);
}

#output.alert-danger {
    background: rgb(228, 105, 105);
}

.avatar {
    width: 200px;
    height: 400px;
    margin: 10px auto 30px;
    background: url(/assets/images/new_logo.png) no-repeat center;
    background-size: 210px;
}

.form-box input {
    display: block;
    padding: 12px;
    width: 100%;
    border: 1px solid #dbe3e7;
    color: #677d87;
    font-size: 13px;
    line-height: 1em;
    font-weight: 300;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-radius: 5px;
    transition: border-color .15s linear;
    -webkit-appearance: none;
}

input[type="text"][name="email"] {
    margin-bottom: 10px;
}

.form-box input:focus {
    outline: 0;
    border: 1px solid #adadad;
}

.btn.btn-xagio {
    padding: 10px 20px;
    background: #5550e0;
    border-radius: 4px;
    border: 1px solid #4945c7;
    font-size: 14px;
    color: white;
    width: 100%;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

span.noty_text {
    display: block;
}

.noty-logo {
    width: 46px;
}

.sign-in-form {
    padding-top: 70px;
    margin-bottom: 60px;
}

.sign-in-form > h4 {
    font-weight: 700;
}

a {
    color: #aaa8ab;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #838284;
    text-decoration: none;
}

input::placeholder {
    color: #a6b0b5;
}

a.forgot-password {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #9c9c9c;
    font-size: 13px;
}

img.xagio-login-logo {
    max-width: 200px;
    margin: auto auto 35px auto;
    display: block;
}

.or-separator {
    border-top: 2px solid #dadada;
    margin: 25px 20px;
    position: relative;
}

.or-separator div {
    position: absolute;
    top: -10px;
    text-align: center;
    background: #f4f8fb;
    max-width: 51px;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    color: #909090;
}

.btn-sign-in {
    margin-top: 10px;
    border-radius: 4px;
    font-size: 13px;
    width: 100%;
    color: white;
    text-align: left;
    position: relative;
    padding: 10px 20px 10px 60px;
}

.btn-sign-in:hover {
    color: #eeeeee !important;
}

.btn-sign-in.google {
    margin-top: 0;
}

button.btn-sign-in i {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    background: white;
    padding: 7px 0;
    width: 36px;
    border-radius: 2px;
    text-align: center;
    font-size: 19px;
}

button.btn-sign-in svg {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    background: white;
    padding: 7px 0;
    width: 36px;
    border-radius: 2px;
}

.btn-sign-in.google {
    background: #4286f5;
    border: 1px solid #336aca;
}

.btn-sign-in.google i {
    color: #4286f5;
}

.btn-sign-in.facebook {
    background: #3b5999;
    border: 1px solid #2f487c;
}

.btn-sign-in.facebook i {
    color: #3b5999;
}

.btn-sign-in.apple {
    background: black;
    color: white;
    border: 1px solid #0e0e0e;
}

.btn-sign-in.apple i {
    color: black;
}

.btn-sign-in.outlook {
    background: #1b73ff;
    border: 1px solid #2060c3;
}

.btn-sign-in.outlook i {
    color: #1b73ff;
}

.abcRioButton.abcRioButtonBlue {
    width: 100% !important;
}

input[readonly] {
    background: #f1f1f1;
}

.register-fields input {
    margin-top: 10px;
}

.hidden {
    display: none !important;
}

div#fb-root {
    margin-top: 10px;
}

input.input-success {
    border-color: #00ad00 !important;
    color: #00ad00 !important;
    background: white;
}

#noty_bottomRight_layout_container > li {
    border-radius: 5px !important;
    box-shadow: 0 2px 0 #dddddd !important;
    border: none !important;
}

.noty_message {
    padding: 0 !important;
}

.new-notification-holder {
    display: flex;
    justify-content: flex-start;
}


.new-logo-holder {
    padding: 10px 9px;
    align-self: center;
}

.new-noty-text {
    align-self: center;
    border-left: 1px solid #c8c8c8;
    padding: 20px 9px;
    font-weight: normal;
}

.new-noty-title {
    font-size: 16px;
    align-self: baseline;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.noty_type_success .new-noty-text {
    border-color: #83b883;
}

.noty_type_warning .new-noty-text {
    border-color: #c6b375;
}

.noty_type_error .new-noty-text {
    color: #4d2828;
    border-color: #b45b5b;
}

.noty_bar.noty_type_success {
    background: #9affd8;
    border: 1px solid #6dc0a0;
    border-radius: 5px;
}

.noty_bar.noty_type_warning {
    background: #ffd49e;
    border: 1px solid #dda662;
    border-radius: 5px;
}

.noty_bar.noty_type_error {
    background: #eda1b8;
    border: 1px solid #b66980;
    border-radius: 5px;
}

.margin-bottom {
    margin-bottom: 20px
}

span.login-container-headline {
    font-size: 20px;
    display: block;
}

span.login-container-text {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    line-height: 18px;
}

a.what-email {
    display: block;
    margin-top: 24px;
    font-size: 14px;
    text-align: center;
}

.alert-new-default {
    color: #ffffff;
    background-color: #5550e0;
    border-color: #eff2fb;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 12px;
}

a.xagio-more-info-button {
    display: block;
    color: #bfbfbf;
}

a.xagio-more-info-button:hover {
    display: block;
    color: white;
}

.modal-body.xagio-new-modal-help {
    font-size: 14px;
    background: #5550e0;
    color: white;
}

i.fa.fa-arrow-right.new-version-separator {
    display: inline-block;
    margin: 0 15px;
}

.margin-top {
    margin-top: 10px;
}

.text-bold {
    font-weight: bold;
}

.website-for-activation {
    font-size: 19px;
    padding: 30px 15px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

.website-for-activation a {
    font-weight: bold;
    color: #002ccb;
    text-decoration: revert;
    text-underline-offset: 8px;
}

a.stop-activation {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: revert;
}

button.btn.btn-block.btn-success.activate,
button.btn.btn-block.btn-danger.activate {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
}

button.btn.btn-xagio {
    margin-top:15px;
}