/* Document
   ========================================================================== */
/* Import Base style */
@import url("../../base.9136d329983f.css");

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

html::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

html::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible {
    outline: none;
    box-shadow: 0 0 4px 0 rgb(30 149 188);
}

input[type="text"],
input[type="password"],
input[type="email"] {
    transition: 0.3s box-shadow;
}

/**
 * Popup
 */

.ecloud-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ecloud-popup__inner {
    width: 400px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 3px 0 16px 0 rgba(0, 0, 0, 0.1), 3px 0 16px 0 rgba(0, 0, 0, 0.1), 3px 0 16px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    cursor: auto;
    overflow: hidden;
}

.ecloud-popup__inner .close {
    position: absolute;
    right: 8px;
    top: 8px;
}

.ecloud-popup__inner .icon {
    text-align: center;
}

.ecloud-popup__inner .title {
    background: transparent;
    text-align: center;
    text-transform: capitalize;
    margin: 4px 0 0;
    font-size: 16px;
}

.ecloud-popup__inner .error_message {
    margin: 14px 15px 0;
    color: #232323;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    /* text-align: center; */
}

.ecloud-popup__inner.with-title {
    padding: 0;
}

.ecloud-popup__inner.with-title .close {
    position: absolute;
    right: 24px;
    top: 18px;
}

.ecloud-popup__title {
    margin: 0;
    background: #D0DBE6;
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    padding: 21px 24px;
}

.ecloud-popup__content {
    padding: 20px 24px;
}

.ecloud-popup__content input.search {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    border: 1px solid #C3D6E4;
    border-radius: 16px;
    background-color: #FFFFFF;
    width: 100%;
    padding-left: 37px;
}

#schedule-resource .search-bar,
.popup-search {
    position: relative;
}

.ecloud-popup.success .icon__success,
.ecloud-popup.info-popup[data-type="success"] .icon__success {
    display: inline-block;
}

.ecloud-popup .icon__error,
.ecloud-popup .icon__warning,
.ecloud-popup .icon__success {
    display: none;
}

.ecloud-popup.error .icon__error,
.ecloud-popup.info-popup[data-type="error"] .icon__error {
    display: inline-block;
}

.ecloud-popup .icon__success {
    width: 58px;
    height: 58px;
    background: rgb(87, 190, 5);
    line-height: 58px;
    border-radius: 50%;
}

.ecloud-popup .icon__warning,
.ecloud-popup .icon__error {
    width: 58px;
    height: 58px;
    display: inline-block;
    background: #F68B23;
    line-height: 58px;
    border-radius: 50%;
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
}

.ecloud-popup .icon__error {
    background: #FF0000;
}

.ecloud-popup .icon__success svg {
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.ecloud-popup__btns {
    text-align: center;
    margin: 10px 0 0;
}

.ecloud-popup__btns .main-button {
    margin: 0 8px;
}

.ecloud-popup .list {
    padding: 0;
    margin: 0;
}

.ecloud-popup .list li {
    list-style-type: none;
    color: #1A8EB7;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin: 5px 0;
}

/**
 * Login Page
 */

body {
    background: url("/static/trial/img/trial.57bbd47670e5.jpg") 50% 50% no-repeat;
    background-size: cover;
    font-family: 'Manrope', sans-serif;
}

#button-submit {
    padding: 0;
    height: 60px;
    width:100%;
    border-radius: 5px;
    background: linear-gradient(to right,#FE7C22, #F24141);
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: none;
}

#button-submit:hover {
    background: #f0302c;
}


#button-submit:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.login__container {
    display: flex;
    /* margin: 0 auto; */
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    /* border: 2px solid red; */

}

.login__form {
    display: flex;
    /* padding: 30px; */
    flex-wrap: wrap;
    margin: auto;
    /* border: 2px solid #51ff00; */
    padding-top: 1%;
}

.login__form > div {
    flex-basis: 50%;
}

.login__from-inner {
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    padding: 25px 50px;
    margin-top: 5rem;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 85%;
}

.login__left {

    max-width: 40%;
    margin-top: 5rem;
    margin-left: 5%;
    margin-right: 5%;
    /* border: 2px solid rgb(98, 0, 255); */
    padding-left: 1rem;

}


.login__from-inner input {
    /* border: 1px solid #C3D6E4; */
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    height: 38px;
    font-weight: bold;
}

.form-group label span{
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.form-group input{
    height: 46px;
    padding-left: 35px;
}

.form-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.form-select{
    position: relative;
}
.form-group select{
    height: 46px;
    font-size: 12px;
    border: 0;
    max-width: 100%;
    padding-right: 4em;
    padding-left: 0.5em;
    border-radius: 4px;

}
.custom-arrow{
    position: absolute;
    top:0;
    right:0;
    background-color: black;
    display: block;
    height: 100%;
    width: 3rem;
    pointer-events: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}
.custom-arrow::after{
    content: '' ;
    position: absolute;
    width: 0;
    height: 0;
    left: 40%;
    top: 40%;
    transform: translate(-60%,-40%);
    background-color: black;
    height: 0.6rem;
    width: 0.6rem;
    transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;

}
.trial__logo img{
    width: 30%;
}

.cloud__logos .google{
    width: 30%;
}

.cloud__logos .azure{
    width: 20%;
}

.cloud__logos .aws{
    width: 12%;
}


.login__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
    margin: 14px 0 0;
}


.login__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 58.8px;
    color: white;
}

.login__title span {
    background: linear-gradient(to right,#FE7C22, #F24141);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.login__text{
    color: white;
    font-size: 20px;
}

.third{
    font-size: 15px;
}

.cloud__logos img{
    margin-top: 15px;
    padding-right: 20px;
}

.login__left .login__text {
    margin: 20px 0 0;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #C3D6E4;
    height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-top: 5px;
    padding-right: 20px;
}

.terms-of-use {
    padding: 0;
    align-items: center;
    color: white;
    font-size: 15px;
}

#terms_of_service {
    height: 1rem;
    width: auto;
    margin-right: 0.5rem;
    font-size: 20px;
}
#id_timezone{
    font-weight: bold;
    width: 100%;
}

#signIn__text{
    color: white;
    font-size: 15px;
    margin-top: 30px;
}

.terms-of-use label {
    width: auto;
    padding-top: 2%;
}



@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
    width: 24px;
    height: 24px;
    overflow: visible;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-75 {
    opacity: 0.75;
}

.hidden {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.ecloud-modal {
    box-shadow: 0 8px 73px 0 rgba(0, 0, 0, 0.10);
    border-radius: 25px;
    width: 100%;
    max-width: 725px;
    min-height: 465px;
    background: #fff;
    padding: 48px 24px 42px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Manrope', sans-serif;
}

.ecloud-modal__icon {
    width: 106px;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    transition: 2s all ease;
    opacity: 1;
}

/*.ecloud-modal__icon_trial {*/
/*    background-image: url("../img/happy-email.8281cb891105.gif");*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/

.erorr{
    color: #FF0000;
    font-size: 40px;
}

.ecloud-modal__title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    padding-top: 18px;
    padding-bottom: 18px;
    opacity: 1;
}

.ecloud-modal__description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 34px;
}

.ecloud-modal__description p {
    margin: 0 0 8px 0;
    padding: 0;
    opacity: 1;
    transition: .2s all ease;
}

.ecloud-modal__description p:last-child {
    margin-bottom: 0;
}

.ecloud-modal__btn {
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    background: linear-gradient(to right,#FE7C22, #F24141);
    width: 100%;
    max-width: 266px;
    height: 48px;
    padding: 12px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: .2s background-color ease;
}

.ecloud-modal__btn:focus, .ecloud-modal__btn:active {
    background: linear-gradient(to right,#FE7C22, #F24141);
}

.ecloud-modal__btn:hover {
    cursor: pointer;
    background :#f0302c;
}

.ecloud-modal__btn_a, .ecloud-modal__btn_a:hover, .ecloud-modal__btn_a:focus, .ecloud-modal__btn_a:active {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.form_input{
    position: relative;
}

.email_icon,.first_name_icon, .last_name_icon, .company_icon, .phone_icon{
    background-size: 20px 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 35%;
    margin-left: 2%;
    transform: translate(-10%,-10%);

}

.email_icon{
    background-image: url("../img/email_icon.40ad6a2aeb9e.png");
    background-size: 20px 20px;
}

.first_name_icon{
    background-image: url("../img/person_icon.51e212304784.png");
    background-size: 18px 22px;
}

.last_name_icon{
    background-image: url("../img/person_icon.51e212304784.png");
    background-size: 18px 22px;
}

.company_icon{
    background-image: url("../img/company_icon.22aa36e32c01.png");
}

.phone_icon{
    background-image: url("../img/phone_icon.e09d1a2f1b41.png");
    margin-left: 8px;
}

._image._isActive {
    opacity: 0;
}

._part1 {
    transition: .4s all ease;
}

._part2 p {
    transition: 0.8s all ease;
}

._part1._isActive {
    position: relative;
    transform: translate(0, calc(50% + 30px));

}

._part1._isActive .ecloud-modal__title {
    opacity: 0;
}

._part2._isActive p:first-child {
    transform: translate(0, 60px);
}

._part2._isActive p:nth-child(2) {
    transform: translate(0, 40px);
}


.fade-in {
    -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.input-error{
    border:1px solid red;
}

.error {
    color: red;
    font-size: 90%;
    margin-top: 5px;
    display: block
}

@media only screen and (max-width: 1280px) {

    .form-group input{
        height: 30px;
        border-radius: 2px;
    }

    .form-group select{
        height: 30px;
        font-size:10px;
        width: 100%;
        border-radius: 2px;
        border: 0;
    }
    .custom-arrow{
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .custom-arrow::after{
        left: 40%;
        top: 30%;
        height: 0.5rem;
        width: 0.5rem;
        border-width: 0 2px 2px 0;
    }

    .login__text {
        font-size: 15px;
    }

    .third{
        font-size: 12px;
    }

    .login__from-inner{
        margin-top: 5%;
        padding: 30px ;
        padding-bottom: 5px;
    }

    .trial__logo img{
        width: 20%;
        margin-top: 5%;
    }

    .login__title {
        font-size: 30px;
    }


    .login__form > div {
        flex-basis: 100%;
        max-width: 512px;
        margin: 0 auto;
    }

    .form-group label span{
        font-size: 12px;
        line-height: 20px;
    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    #button-submit {
        height: 35px;
        border-radius: 2px;
        font-size: 14px;
    }

    #signIn__text {
        font-size: 13px;
        margin-top: 10px;
    }

    .terms-of-use {
    font-size: 13px;
    }

    .email_icon,.first_name_icon, .last_name_icon, .company_icon, .phone_icon{
        background-size: 15px 15px;


    }


}

@media only screen and (max-width: 1040px) {

    .login__from-inner{
        max-width: 95%;
        padding: 30px;
    }
    .login__left {
        padding: 0 0 30px;
        text-align: center;
    }

    .login__form > div {
        flex-basis: 100%;
        max-width: 512px;
        margin: 0 auto;
    }

}



@media only screen and (max-width: 450px) {

    .login__from-inner{
        max-width: 95%;
        margin: 0 auto;
        padding: 30px;
    }

    .login__title {
        font-size: 30px;
    }

    .login__text {
        font-size: 20px;
    }
    .third{
        font-size: 15px;
    }
 }
