/**
--------------------------------------------------------------------------------------
--------------- *************** Stardio | StartupStudio *************** --------------
-------------- *********************** ResetCss *********************** --------------
--------------------------------------------------------------------------------------
**/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block
}

html {
    box-sizing: border-box
}

*, :before, :after {
    box-sizing: inherit
}

img, object, embed {
    max-width: 100%
}

html {
    /*overflow-y: auto;*/
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 700;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    font-size: 14px;
    padding: 5px 0;
}

td {
    font-size: 14px;
    padding: 7px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

select, input, textarea {
    font: 99% sans-serif
}

table {
    width: 100%;
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

td, td img {
    vertical-align: middle;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {
    font-family: Estedad;
    font-weight: 900;
    src: url('../fonts/Estedad-Black.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 800;
    src: url('../fonts/Estedad-ExtraBold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 700;
    src: url('../fonts/Estedad-Bold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 600;
    src: url('../fonts/Estedad-SemiBold.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 500;
    src: url('../fonts/Estedad-Medium.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 400;
    src: url('../fonts/Estedad-Regular.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 300;
    src: url('../fonts/Estedad-Light.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 200;
    src: url('../fonts/Estedad-ExtraLight.woff2') format("woff2")
}

@font-face {
    font-family: Estedad;
    font-weight: 100;
    src: url('../fonts/Estedad-Thin.woff2') format("woff2")
}

@font-face {
    font-family: "stardio-auth";
    src: url("../icons/stardio-auth.eot");
    src: url("../icons/stardio-auth.eot?#iefix") format("embedded-opentype"),
    url("../icons/stardio-auth.woff") format("woff"),
    url("../icons/stardio-auth.ttf") format("truetype"),
    url("../icons/stardio-auth.svg#stardio-auth") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "stardio-auth" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "stardio-auth" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-fingerprint:before {
    content: "\61";
}

.icon-heart:before {
    content: "\62";
}

.icon-x:before {
    content: "\63";
}

.icon-fingerprint-1:before {
    content: "\64";
}

/**
--------------------------------------------------------------------------------------
--------------- *************** Stardio | StartupStudio *************** --------------
------------------------ ************ Public Css ************ ------------------------
--------------------------------------------------------------------------------------
**/
body {
    font-family: Estedad;
}

a {
    text-decoration: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.container-fluid {
    width: 100%;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

.side_right {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    float: right;
}

.side_left {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #DC143C; /* Custom Color */
    float: left;
}

.logo_stardio {
    width: 420px;
}

.name_stardio {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px 0 5px 0;
}

.excerpt_stardio {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.partnership_logos {
    margin: 20px auto;
    display: table;
}

.partnership_stardio {
    width: 30px;
    display: inline-flex;
    vertical-align: sub;
}

.partnership_separator {
    display: inline-flex;
    font-size: 20px;
    vertical-align: sub;
    margin: 0 7px;
}

.partnership_startup {
    width: 20px;
    display: inline-flex;
    vertical-align: sub;
}

.box_side_right {
    width: 350px;
}

.row_form {
    padding: 5px 0;
}

.row_form input {
    width: 100%;
    border: 1px solid #d6dbe4;
    background: #f5f6f8;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    font-family: Estedad;
    outline: none;
    border-radius: 7px;
    text-align: center;
    transition: 0.3s ease;
}

.row_form input:focus {
    box-shadow: 0 0 10px #d6dbe4;
}

.row_form label {
    font-size: 15px;
    font-weight: 500;
    color: #4a4a4a;
    display: block;
    margin: 0 0 5px 0;
}

.row_form button {
    background-image: linear-gradient(to right, #af0023 0%, #dc143c 51%, #af0023 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    border-radius: 7px;
    font-family: Estedad;
    width: 100%;
    border: unset;
    outline: none;
    margin: 5px 0 0 0;
}

.row_form button:hover {
    background-position: 100%;
}

.icon_side_right {
    font-size: 55px;
    text-align: center;
}

.title_side_right {
    font-size: 20px;
    font-weight: 500;
    color: #323232;
    margin: 5px 0;
    text-align: center;
}

.excerpt_side_right {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.excerpt_side_right i {
    vertical-align: middle;
}

.error_message {
    font-size: 13px;
    font-weight: 300;
    color: red;
    text-align: center;
}

/**
--------------------------------------------------------------------------------------
--------------- *************** Stardio | StartupStudio *************** --------------
------------------------ ********** Responsive Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
@media only screen and (max-width: 1099px) and (min-width: 800px) {
    .logo_stardio {
        width: 300px;
    }

    .name_stardio {
        font-size: 16px;
    }
}

@media only screen and (max-width: 799px) and (min-width: 600px) {
    .logo_stardio {
        width: 200px;
    }

    .name_stardio {
        text-align: center;
        font-size: 18px;
        padding: 0 16px;
        line-height: 28px;
    }

    .side_left {
        width: 45%;
    }

    .side_right {
        width: 55%;
    }

    .box_side_right {
        width: 270px;
    }
}

@media only screen and (max-width: 599px) {
    .side_right, .side_left {
        width: 100%;
        height: auto;
    }

    .side_left {
        padding: 15px 0;
    }

    .side_right {
        padding: 30px;
    }

    .box_side_right {
        width: 100%;
    }

    .logo_stardio {
        width: 150px;
    }

    .name_stardio {
        font-size: 15px;
        margin: 5px 0 2px 0;
    }

    .excerpt_stardio {
        font-size: 12px;
    }
}