* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.fp_background {
    background-image: url(../../images/login_images/login/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

.fp_logo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bubble {
    position: relative;
    top: 40px;
}

.logo {
    z-index: 2;
}

.form {
    width: 100%;
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

.cloud {
    background: url("../../images/login_images/login/cloud2.png") no-repeat top
        left / cover;
    width: 100%;
    height: 80vh;
    position: absolute;
    bottom: 0px;
    display: block;
}

.fp_title {
    color: #68aaff;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.fp_description {
    color: #000;
    font-family: "Museo Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
}

.flex_row_container {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

input {
    width: 100%;
    height: 50px;
    align-items: center;
    padding: 0 20px 0 60px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    border: none;
    display: block;
}

.fp_input {
    margin-top: 20px;
}

.fp_heading {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.fp_subheading {
    margin-top: 20px;
    color: #000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fp_input_email {
    border-radius: 10px 10px 0px 0px;
    background: #f0f0f0 url(../../images/login_images/login/Icon-Username.png)
        no-repeat left 20px center;
}

.password_view {
    background: url(../../images/login_images/login/icon_mata.png) no-repeat
        center / contain;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.fp_button {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 14px 68px;
    border-radius: 10px;
    background: #68aaff;
    border: none;
}

.fp_button_text {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fp_form_wrapper {
    position: absolute;
    z-index: 10;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.ilustrator {
    height: 50%;
    max-width: 700px;
    margin: 0 auto;
}

.ilustrator img {
    width: 100%;
    display: block;
}

.fp_sign_in {
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fp_sign_in_a {
    text-decoration: none;
    color: #68aaff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media only screen and (max-width: 1279px) {
    .fp_background {
        position: relative;
        min-height: 100vh;
        height: auto;
    }

    .ilustrator {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
    }

    .fp_form_wrapper {
        position: relative;
        margin: 0 auto;
        padding-bottom: 20px;
        bottom: auto;
        left: 0;
        transform: translateX(0);
    }
}

@media only screen and (max-width: 767px) {
    .fp_form_wrapper {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 374px) {
    .fp_form_wrapper {
        padding: 20px;
    }
}

footer{
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    margin-top: 40px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}