#section1 .section-content {
    text-align: center;
}

#section1 .section-content h1 {
    font-weight: 900;
    font-size: 10em;
    margin: 0px;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#section1 .section-content p {
    margin: 0px;
    color: rgba(255,255,255,.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    letter-spacing: 3px;
}

#section1 .section-content a {
    display: inline-block;
    margin-top: 40px;
    background: #8D50A0;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    letter-spacing: 3px;
    position: relative;
    font-size:10px;
}

.login-btn {
    position: fixed;
    color: #fff;
    top: 50px;
    right: 50px;
    font-family: 'Montserrat', sans-serif;
    z-index: 1000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .7s ease-in-out;
}

#fp-nav ul li a span {
    background: #fff;
}

.login-modal {
    position: fixed;
    top: 100px;
    right: 40px;
    z-index: 1000;
    transition: all .7s ease-in-out;
    background: rgba(0,0,0,0.2);
    width: 300px;
    opacity: 0;
    border-radius: 2px;
    border: 1px solid #8D50A0;
}

.login-modal .modal-body {
    padding: 20px 30px;
}

.login-modal.style2 {
    border: 1px solid #DA4943;
}

.login-modal:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #8D50A0;
    position: absolute;
    right: 30px;
    top:-8px;
}

.login-modal.style2:after {
    border-bottom: 8px solid #DA4943;
}

.login-modal.visible {
    opacity: 1;
    top: 85px;
}

.login-modal h3 {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

.login-modal h3 span {
    color: #8D50A0;
    font-weight: 600;
}

.login-modal.style2 h3 span {
    color: #DA4943;
}

.login-modal input.text-input {
    background: none;
    border:none;
    height: 35px;
    width: 100%;
    outline: 0px;
    background: none;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    border-bottom: 1px solid #8D50A0;
    color: #fff;
    padding-left: 10px;
}

.login-modal.style2 input {
    border-bottom: 1px solid #DA4943;
}

.login-modal button {
    background: #8D50A0;
    color: #fff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    outline: 0px;
}

.login-modal.style2 button {
    background: #DA4943;
}

.login-modal input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.login-modal input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

.login-modal input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

#section2 .section-title {
    color: #040306;
    font-family: 'Work Sans', sans-serif;
    font-size: 5em;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 100px 0px;
}

#section2 .section-title span {
    color: #DA4943;
}

#section2 {
    text-align: center;
}

#section2 .features-list {
    display: inline-block;
}

#section2 .features-list .circle-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 35px;
}

#section2 .features-list .circle-wrapper:last-child {
    margin-bottom: 0px;
}

#section2 .features-list .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #DA4943;
    margin-right: 20px;
}

#section2 .features-list h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #040306;
    margin: 0px;
    font-weight: 100;
}

#section2 .features-list .vertical-line {
    width: 1px;
    height: 30px;
    background: #c5c5c5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}

#section2 .login-btn2 {
    color: #fff;
    background: #8D50A0;
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 100px auto 0px auto;
    font-family: "OpenSans_Light",sans-serif;
}

.circle-wrapper h5 {
    text-transform: capitalize;
}

.login-modal .error {
    border-top: 1px solid #8D50A0;
    background: #322038;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: none;
}

.login-modal.style2 .error {
    color: black;
    background: #ffd4d2;
    border-color: #DA4943;
}

.btn-remember{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
}

.remember-me {
    display: flex;
}
