*,
*::before,
*::after {
    box-sizing: border-box; }

ul[class],
ol[class] {
    padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0; }

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5; }

ul[class],
ol[class] {
    list-style: none; }

a:not([class]) {
    text-decoration-skip-ink: auto; }

img {
    max-width: 100%;
    display: block; }

article > * + * {
    margin-top: 1em; }

input,
button,
textarea,
select {
    font: inherit; }

@font-face {
    font-family: "VerdanaRegular";
    src: url("../fonts/verdanaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal; }
@font-face {
    font-family: "VerdanaBold";
    src: url("../fonts/verdanaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal; }
html {
    font-size: 12px!important; }

.left-big-rectangle {
    position: absolute;
    left: 0;
    top: calc(90vh - 226px); }

.left-little-rectangle {
    position: absolute;
    left: 125px;
    top: calc(90vh - 310px); }

.right-big-rectangle {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0; }

.right-little-rectangle {
    position: absolute;
    top: 450px;
    right: 10px; }

.form {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: calc(50vw - 181px);
    width: 362px;
    border-radius: 23px;
    background-color: #FFFFFF; }

.form.form-error::before {
    background: rgb(221, 107, 85);
}

.form.form-error .signin-container {
    margin-bottom: 40px;
}

.form.form-error .signin-container .button-signin {
    text-align: center;
    background: rgb(221, 107, 85);
    box-shadow: rgb(221 107 85 / 80%) 0px 0px 2px, rgb(0 0 0 / 5%) 0px 0px 0px 1px inset;
}



.form.form-success .signin-container {
    margin-bottom: 40px;
}

.form.form-success .signin-container .button-signin {
    text-align: center;
}

.form::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(180deg, #4FCD5E 0%, #17BE2B 100%);
    border-radius: 24px;
    z-index: -1; }
.form .logo {
    margin: 0 auto;
    margin-top: 33px; }
.form .welcome {
    max-width: 350px;
    font-family: "VerdanaBold";
    font-size: 2.5rem;
    color: #121519;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    line-height: 120%;}
.form .thank {
    font-size: 2rem;}
.form .text {
    font-family: "VerdanaRegular";
    font-size: 1.2rem;
    color: #36393E;
    line-height: 150%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    width: 350px; }
.form .input-container {
    margin: 0 auto;
    margin-top: 25px;
    height: 42px;
    width: 288px;
    background: linear-gradient(180deg, #4FCD5E 0%, #17BE2B 100%);
    border-radius: 76px; }
.form .input {
    border-radius: 76px;
    height: 40px;
    width: calc(100% - 2px);
    border: none;
    outline: none;
    margin: 1px;
    padding: 0 20px;
    font-family: "VerdanaRegular";
    font-size: 1.35em; }
.form .input::placeholder {
    font-family: "VerdanaRegular";
    font-size: 1.35rem;
    color: #B9C1BA; }
.form .signin-container {
    margin: 0 auto;
    margin-top: 40px;
    width: 288px;
    height: 42px; }
.form .signin-container .button-signin {
    outline:none;
    background: linear-gradient(180deg, #4FCD5E 0%, #17BE2B 100%);
    width: 100%;
    height: 100%;
    font-family: "VerdanaBold";
    font-size: 1.7em;
    color: #FFF;
    border-radius: 31px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 17px 27px rgba(79, 205, 94, 0.4); }
.form .text-password {
    margin-left: 42px; }
.form .text-password .link {
    font-family: "VerdanaRegular";
    font-size: 1.2em;
    color: #608BA3!important;
    cursor: pointer; }
.form .signup-container {
    margin: 0 auto;
    margin-top: 40px;
    width: 350px;
    height: 60px;
    margin-bottom: 82px;
    text-align: center}
.form .signup-container .non-account{
    font-size: 1.4em;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 4px;
}
.form .signup-container .registration{
    font-size: 1.4em;
    line-height: 21px;
    font-weight: 700;
    text-decoration: none;
    color: #36393E;
}
.form .google-container {
    margin: 0 auto;
    margin-top: 24px;
    width: 288px;
    height: 42px;
    margin-bottom: 19px; }
.form .signup-container .button-signup {
    outline:none;
    background: #608BA3;
    width: 288px;
    height: 42px;
    font-family: "VerdanaBold";
    font-size: 1.7em;
    color: #FFF;
    border-radius: 31px;
    border: none;
    cursor: pointer; }
.form .google-container .button-google {
    outline:none;
    background: #FFF;
    width: 100%;
    height: 100%;
    font-family: "VerdanaRegular";
    font-size: 1.4em;
    color: #121519;
    border-radius: 31px;
    cursor: pointer;
    border: 1px solid #4FCD5E;}
.form .google-container .button-google .link {
    color:#121519;
    align-items:center;
    justify-content: center;
    height:100%;
    width:100%;
    display:flex;
    border-radius:31px;}
.form .google-container .button-google .link .google-icon{
    margin-right: 13px;
}
.form .signup-container .button-signup .link {
    color:#FFF;
    align-items:center;
    justify-content: center;
    height:100%;
    width:100%;
    display:flex;
    border-radius:31px;}
.form .signin-container .button-signin .link {
    color:#FFF;
    align-items:center;
    justify-content: center;
    height:100%;
    width:100%;
    display:flex;
    border-radius:31px;}
.form .signin-container .button-signin a {
    color:#FFF;}

.help-block-error{
    font-family: 'VerdanaRegular';
    font-size: 12px;
    line-height: 150%;
    color:#FF515B!important;
    margin-left:15px;
    margin-top:0;
}

.has-error  .input-container {
    background: #FF515B;
}

.mt-20{
    margin-top: 20px!important;
}
.mt-100{
    margin-top: 100px!important;
}
.mt-30{
    margin-top: 30px!important;
}
.mb-44{
    margin-bottom: 44px!important;
}
.mb-7{
    margin-bottom: 7px!important;
}
.mb-20{
    margin-bottom: 20px!important;
}
.mb-35{
    margin-bottom: 35px!important;
}
.mb-50{
    margin-bottom: 50px!important;
}
.mb-90{
    margin-bottom: 90px!important;
}

@media(max-width:1279px){
    .form{
        top:200px;
    }

    .right-big-rectangle{
        right:-60px;
        top:-120px;
    }

    .right-little-rectangle{
        top:320px;
        right:-50px;
    }

    .left-big-rectangle{
        display:none;
    }

    .left-little-rectangle{
        left:30px;
        top:500px;
    }
    .input-container .global_chosen_img {
        border-radius: 76px;
        height: 57px;
        width: calc(100% - 2px);
        border: none;
        outline: 0;
        margin: 1px;
        padding: 0 20px;
        -webkit-appearance: none;
        font-family: "VerdanaRegular";
        font-size: 1.35em;
        background: white;
    }
}

@media(max-width:767px){
    .form{
        top:0;
        width:300px;
        left:calc(50vw - 150px);
    }
    .form:before{
        background: none;
    }

    .right-big-rectangle{
        display:none;
    }

    .right-little-rectangle{
        display:none;
    }

    .left-big-rectangle{
        display:none;
    }

    .left-little-rectangle{
        display:none;
    }

    .form .input-container{
        background: none !important;
        margin-top: 25px;
        height: 42px;
    }

    .form .input-container div .input{
        border: 1px solid #4FCD5E;
        height: 42px;
    }

    .form .input-container div .global_chosen_img{
        border: 1px solid #4FCD5E;
        color: #bbb;
    }

    .input-container .global_chosen_img {
        border-radius: 76px;
        height: 44px;
        width: calc(100% - 2px);
        border: none;
        outline: none;
        margin: 1px;
        padding: 0 20px;
        -webkit-appearance: none;
        font-family: "VerdanaRegular";
        font-size: 1.35em;
        background: white;
    }
    .input-container .global_chosen_img option{
        color: #47404f;
    }
    .signup-container .button-signup{
        width:260px !important;
        height:44px !important;
    }
    .signup-container{
        text-align: center !important;
        width: 260px !important;
    }
    .form .text{
        max-width: 350px;
        width: 100%;
        text-align: center;
    }
    .form .text-password{
        margin-top: 0;
    }
    .form .signup-container{
        margin-top: 12px;
    }

    html{
        font-size: 9px!important;
    }
}

