﻿.box-halves-fs {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.box-halves-fs .box-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    float: left;
    width: 50%;
    height: 100vh;
    min-height: 720px \9;
    padding: 35px;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-cover.bg-login {
    background-image: url(../images/bg/bg-login.jpg);
}

.bg-cover.bg-register {
    background-image: url(../images/bg/bg-register.jpg);
}

.box-halves-fs .box-half.bg-content {
    background-color: #f4f7f6;
}

.box-halves-fs .box-top {
    text-align: center;
}

p, blockquote, .p {
    margin-bottom: 25px;
    line-height: 170%;
}

.box-halves-fs .box-center {
    text-align: center;
}

.box-login {
    width: 100%;
    min-height: 390px;
    text-align: center;
}

.box-login .header {
    margin-bottom: 35px;
}

.box-login .form {
    display: inline-block;
    width: 300px;
}

.box-login .footer {
    margin-top: 35px;
}

.heading-xx-medium {
    font-size: 32px;
    font-weight: bold;
}

.box-login .header [class*=heading-] {
    margin-bottom: 0;
}

.box-login .form {
    display: inline-block;
    width: 300px;
}

.box-login p {
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    display: block;
}

.text-input {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #dbe0df;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-login .form .text-input, .box-login .form .button {
    width: 100%;
}

input, textarea, select, button {
    font-family: Arial;
    font-size: 16px;
    color: #202121;
}

.box-login .form .check input {
    position: relative;
    top: -1px;
    margin-right: 3px;
    vertical-align: middle;
}

.box-login .form .check {
    text-align: left;
    color: #a6abab;
}

.box-login .form .button {
    position: relative;
    display: inline-block;
    height: 60px;
    padding: 0 35px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-halves-fs .box-center p:last-child {
    margin-bottom: 0;
}

.link-2 {
    display: inline-block;
    color: #42ab9e !important;
    border-bottom: 1px solid rgba(66, 171, 158, 0.5);
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.heading-small {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 170%;
}

.box-halves-fs .box-bottom {
    text-align: center;
    line-height: 23px;
}

.bt-connect {
    position: relative;
    display: inline-block;
    width: 215px;
    max-width: 100%;
    height: 50px;
    padding: 0 50px 0 35px;
    line-height: 46px;
    font-size: 17px;
    background-color: #bdc1c0;
    text-align: left;
    color: #fff !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bt-connect .ico-svg {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    fill: #fff;
    height: 17px;
    display: inline-block;
   margin-top: -12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bt-connect.bt-facebook .ico-svg {
    background-image: url(../images/icon.png?v=240318);
    background-repeat: no-repeat;
    background-position: -30px -1551px;
    width: 24px;
    height: 24px;
    transition: none;
}

.bt-connect.bt-facebook {
    background-color: #3b5998;
    border-radius: 2px;
    border: 2px solid #3b5998;
    box-sizing: border-box;
    width: 100%;
    padding-right: 35px;
}

.bt-connect.bt-facebook:hover{
    background-color: #344e86;
    border-color: #344e86;
}

.bt-connect.bt-google .ico-svg {
    background-image: url(../images/icon-2.png?v=210302);
    background-repeat: no-repeat;
    background-position: 0 -410px;
    width: 24px;
    height: 24px;
}

.bt-connect.bt-google {
    background-color: #ffffff;
    border-radius: 2px;
    border: 2px solid #eaeaea;
    box-sizing: border-box;
    width: 100%;
    padding-right: 35px;
}

.bt-connect:hover {
    color: #fff
}

.box-login p.box-facebook {
    margin-bottom: 14px;
}

/*2024-3-13 start*/
#paypalAccountBtn {

}

#paypalAccountBtn .pillClass {
    height: 50px;
    padding: 0;
    margin-bottom: 14px;
    width: 100%;
    font-size: 17px;
    font-family: normal;
    line-height: 50px;
    border-radius: 2px;
    position: relative;
    text-align: left;
    padding-left: 35px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, #003087, #003087) !important;
    transition: all 0.3s ease-in;
}
#paypalAccountBtn .pillClass:hover,#paypalAccountBtn .pillClass:focus,#paypalAccountBtn .pillClass:active{
    background-image: linear-gradient(0deg, #0070e0, #0070e0) !important;
}

#paypalAccountBtn .pillClass .PPTM {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: absolute;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
    right: 24px;
    top:50%;
    margin-top: -8px;
}

#paypalAccountBtn .PPBlue_V2:hover b, .PPBlue_V2:focus b, .PPBlue_V2:active b {
    text-decoration: none !important;
}
#paypalAccountBtn .PPBlue_V2 b{
    font-weight: 400;
    font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif
}
/*2024-3-13 end*/
