*{
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #ff9fb4;
    background-color: #fff;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: #ffffff;
    transition: color .3s linear;
}

.authenticate-wrapper .left-content{
    position: fixed;
    width: 380px;
    background-color: #ff9fb4;
    height: 100vh;
    z-index: 1;
}

.toggle-holder {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 3;
}

#toggle {
    height: 23px;
    width: 30px;
    position: relative;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before,
#toggle:after {
    content: '';
    height: 3px;
    width: 30px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    top: 8px;
    background-color: #faefff;
}

#toggle:before {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0px);
    width: 21px;
    margin-left: 0;
}

#toggle:hover:before {
    margin-left: 9px;

}

#toggle.on:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);   
    background-color: #fff;
    margin-left: 0;
    width: 26px;
}

#toggle.on:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #fff;
    width: 26px;
}

#toggle:after {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 13px;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-left: 0;
    top: 8px;
    background-color: #faefff;
}

#toggle:hover .menu-line {
    margin-left: 17px;
}

#toggle.on .menu-line {
    opacity: 0;
}

.content-left-wrapper {
    padding-left: 75px;
    position: relative;
}

.logo-wrapper{
    position: relative;
    z-index: 2;
    padding-top: 150px;
}

.contact-info-wrapper{
    padding-top: 100px;
}

.contact-info-wrapper .title{
    font-size: 12px;
    line-height: 100%;
    color: #000;
    letter-spacing: 5px;
}

.contact-info-wrapper .content,
.contact-info-wrapper .content a{
    color: #fff;
}

.contact-info-wrapper .author,
.contact-info-wrapper .author-email{
    margin-bottom: 30px;
}

.authenticate-wrapper .right-content {
    margin-left: 380px;
    width: calc(100% - 380px);
}

.verify-section{
    display: flex;
    padding: 0 0 0 5%;
    height: 100vh;
    margin: 0;
    display: -webkit-flex;
    align-items: center;
    background-color: #D5E7EE;
}

.verify-form{
    flex: 0 0 370px;
    margin-right: 5%;
    text-align: center;
    font-size: 28px;
}

.verify-form .form{
    margin-bottom: 30px;
}

.verify-form .form-desc{
    font-size: 28px;
    color: #ff9fb4;
    margin: 20px auto;
}

.verify-form .verify-btn {
    padding: .3em 2.1875em;
    border: 0;
    border-radius: .1875em;
    background-color: #ff9fb4;
    box-shadow: none;
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    margin: 20px auto;
}

.verify-btn:active {
    background-color: #D66D76;
}
.verify-btn:hover {
    background-color: #D66D76;
}

.verify-form .entry-title {
    font-size: 85px;
    line-height: 72px;
    font-weight: 800;
    color: #000;
}

.verify-form .verify-info{
    margin-top: 25px;
    font-size: 16px;
    color: #000;
}

.verify-form .form-footer{
    display: flex;
    margin-top: 30px;
}

.verify-form .form-footer a {
    font-size: 12px;    
    color: #000;
    letter-spacing: 5px;
    margin-right: 30px;
}

.verify-guide{
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    height: 100%;
    background-image: url(../images/authenticate/beri_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

input[type=text] {
    width: 20;
    text-align: center;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 22px;
}

.service-section{
    background-color: #ffe6ed;
    position: relative;
    padding: 100px 0;
}

.service-section .service-title {
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    color: black;
    text-align: center;
}

.service-list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    padding: 20px auto;
}


.service-item{
    padding: 36px;
    background-color: #ffffff;
    /* flex: 1 1 calc(33% - 20px); */
    min-width: 0;
    box-sizing: border-box;
    text-align: center;
}

.service-item img{
    width: 80px;
    margin-bottom: 30px;
}

.contact-section{
    background-color: #ffe6ed;
    position: relative;
    padding-top: 150px;
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
}

.contact-item .item-title{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 30px;
    padding-top: 0; 
}

.contact-item .item-content a{
    color: #000;
}

.contact-item .item-extra{
    font-size: 22px;
    line-height: 35px;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
    width: 40%;
}


@media (max-width: 767px) {
    .authenticate-wrapper .left-content{
        height: 55px;
        width: 100%;
        z-index: 2;
        overflow: hidden;
    }

    .content-left-wrapper{
        padding-left: 0;
    }

    .verify-form{
        -ms-flex: 1 1 auto;
        flex: 1;
        margin-right: 0;
    }

    .verify-form .form-footer{
        justify-content: center;
    }

    .verify-guide{
        display: none;
    }

    .authenticate-wrapper .right-content{
        margin-left: 0;
        width: 100%;
    }

    .verify-section{
        padding: 0 8px;
    }

    .service-section{
        padding: 20px 0;
    }

    .service-list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-item{
        padding: 10px;
        -ms-flex: 1 1 auto;
        flex: 1;
        width: 80%;
    }

    .contact-section{
        padding-top: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .contact-section .contact-content{
        padding: 0 8px;
    }

    .contact-item .item-extra{
        word-break: break-word;
        font-size: 16px;
    }
}

