html,
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
}

body {
    font-family: Montserrat, Montserrat !important;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    background-color: #F5F6FA;
}

strong {
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #090025;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    display: block;
}

a,
a:hover,
a:focus {
    color: #19b9e7;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    font-size: 40px;
    font-weight: 100;
    color: rgba(33, 33, 33, 1);
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

/***** Top content *****/

.logo {
    width: 190px;
    margin-bottom: 45px;
}

.inner-bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.content {
    width: 1100px;
    height: 800px;
    background-image: url(../images-v2/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 100px 60px;
}

.text {
    color: #fff;
    width: 364px;
}

.text h1 {
    color: rgba(33, 33, 33, 1);
    width: 452px;
}

.Trustpilot {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.Trustpilot img {
    width: 30px;
    height: 28px;
    margin-right: 8px;
}

.Trustpilot span {
    font-weight: 500;
    font-size: 23px;
    color: #292A34;
    line-height: 30px;
}

.description {
    margin-top: 26px;
}

.descItem {
    font-weight: 400;
    font-size: 20px;
    color: #090025;
    line-height: 30px;
    text-align: left;
}

.descItem+.descItem {
    margin-top: 18px;
}

.descItem img {
    width: 16px;
    height: 12px;
    margin-right: 8px;
}

.text-footer {
    background: #E7E9F1;
    border-radius: 34px;
    display: flex;
    align-items: center;
    margin-top: 33px;
    padding: 8px;
    color: #090025;
    font-size: 12px;
    line-height: normal;
}

.text-footer img {
    width: 50px;
    height: 50px;
    margin-right: 16px;
}

.text-footer-desc-item {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.text-footer-desc-item-left {
    margin-right: 21px;
}

.text-footer-desc-item img {
    width: 14px;
    height: 11px;
    margin-right: 2px;
}

.img1 {
    width: 100%;
    margin-top: 35px;
}

.form-box {
    width: 520px;
    height: 681px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-left: 90px;
    padding: 67px 80px;
    box-sizing: border-box;
}

.form-logo {
    width: 52px;
    height: 58px;
    margin-bottom: 24px;
}

.form-top img {
    width: 158px;
}

.Register {
    font-weight: bold;
    font-size: 24px;
    color: #090025;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-top: 50px;
    margin-bottom: 40px;
}

.form-other {
    width: 360px;
    height: 56px;
    background: #845CFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 32px;
    cursor: pointer;
}

.form-other:hover {
    background: #845CFF;
}

.google {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google img {
    width: 24px;
    height: 24px;
}

.other-desc {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    width: calc(100% - 50px);
}

.or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.line {
    width: 64px;
    height: 2px;
    background: #E5EAF4;
}

.or-desc {
    font-weight: 500;
    font-size: 16px;
    color: #845CFF;
    line-height: 19px
}

.form-bottom {
    text-align: left;
}

.form-group-label {
    font-weight: 400;
    font-size: 16px;
    color: #A0A0C4;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    margin-bottom: 15px;
}

.form-control {
    width: 360px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #C3CAD9;
    font-weight: 500;
    font-size: 16px;
    color: #090025;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    font-family: Montserrat, Montserrat !important;

}

.form-control:focus,
.form-control:hover {
    border: 1px solid #ADBAD7;
    box-shadow: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #959EAD;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    font-family: Montserrat, Montserrat !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #959EAD;
    line-height: 19px;
    font-family: Montserrat, Montserrat !important;
    text-align: left;
    font-style: normal;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    color: #959EAD;
    line-height: 19px;
    font-family: Montserrat, Montserrat !important;
    text-align: left;
    font-style: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #959EAD;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    font-family: Montserrat, Montserrat !important;
}

.form-group-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.keep-login {
    font-weight: 500;
    font-size: 14px;
    color: #A0A0C4;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.keep-login div {
    margin-left: 10px;
}

.forgot-password {
    font-weight: 500;
    font-size: 14px;
    color: #845CFF;
    line-height: 20px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 24px;
}

.btn {
    width: 360px;
    height: 56px;
    background: #845CFF;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    background: #7048E8;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
    border: 0;
    outline-offset: 0;

}

.foot {
    display: flex;
}

.foot-desc {
    font-weight: 400;
    font-size: 14px;
    color: #A0A0C4;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.foot-link {
    font-weight: bold;
    font-size: 14px;
    color: #845CFF;
    line-height: 20px;
    margin-left: 17px;
    cursor: pointer;
}

.checkbox {
    accent-color: #845CFF;
    margin: 0 !important;
}

.Forgot {
    font-weight: 500;
    font-size: 14px;
    color: #845CFF;
    line-height: 20px;
    text-align: right;
    font-style: normal;
}

/* .form-bottom form .input-error {
	border-color: #19b9e7;
} */


/***** Media queries *****/

@media (max-width: 1024px) {
    .content {
        padding: 30px 10px;
    }

    .inner-bg {
        width: 100%;
        padding: 60px 10px 110px 10px;
    }

    .text {
        width: 100%;
        padding-top: 0;
        padding-bottom: 60px;
        display: none;
    }

    .form-box {
        width: 100%;
        margin-left: 0;
        padding: 30px 20px;
    }

    .form-control,
    .btn {
        width: 100%;
    }

    .text h1 {
        width: 100%;
    }
}

@media (max-width: 415px) {

    h1,
    h2 {
        font-size: 32px;
    }

}