html {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

::-webkit-input-placeholder {
    color: #eaeaea;
    opacity: .7;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #eaeaea;
    opacity: .7;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #eaeaea;
    opacity: .7;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #eaeaea;
    opacity: .7;
}

::-ms-input-placeholder {
    /* Edge */
    color: #eaeaea;
    opacity: .7;
}

:-moz-placeholder-shown {
    /* Standard one last! */
    color: #eaeaea;
    opacity: .7;
}

:-ms-input-placeholder {
    /* Standard one last! */
    color: #eaeaea;
    opacity: .7;
}

:placeholder-shown {
    /* Standard one last! */
    color: #eaeaea;
    opacity: .7;
}

body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #CBE4E9;
    background-repeat: no-repeat;
    line-height: 1.5;

}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    outline: #000 dotted 2px;
    outline-offset: .05em;
}

input,
textarea {
    background-color: #e4d1d3;
    padding: 8px 0px 8px 0px !important;
    width: 100%;
    border-radius: 0 !important;
    box-sizing: border-box;
    border: none !important;
    border-bottom: 2px solid #e4d1d3 !important;
    font-size: 18px !important;
    color: #1687a7 !important;
    font-weight: 600;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 3px solid #D32F2F !important;
    outline-width: 0;
    font-weight: 700
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.card {
    border-radius: 0;
    border: none;
    position: relative
}

.card1 {
    width: 50%;
    border-radius: 10px;
    min-height: 100vh;
}

.card2 {
    width: 50%;
    min-height: 700px;
    background-color: #35ABD6;
}

#image {
    width: 100%;
    height: auto;
    margin: auto;
    padding-left: 5px;
}

#logo {
    position: absolute
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 0;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 80%;
    transform: translate3d(0, -100%, 0);
    opacity: 1
}

.btn-gray {
    border-radius: 50px;
    color: #fff;
    background-color: #BDBDBD;
    padding: 8px 55px
}

.btn-gray:hover {
    color: #fff;
    background-color: #D32F2F
}

a {
    color: #000
}

a:hover {
    color: #000
}

#google {
    width: 20px;
    height: 20px
}

.bottom {
    bottom: 0;
    left: -10%;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.sm-text {
    font-size: 15px
}

@media screen and (max-width: 1200px) {
    .card1 {
        width: 100%;
        padding: 10px 30px
    }

    .bottom {
        position: relative
    }

    .card2 {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        min-height: 200px
    }
}


.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
    width: 100%;
    padding: 10px 0;
    font-size: 1.15rem;

}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.social-button {
    background-position: 25px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 80%;
    border-radius: 3px;
    margin: auto;
    outline: rgb(255, 255, 255) none 0px;
    padding-left: 10%;
    transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#facebook-connect {
    background: rgb(255, 255, 255) url('../../images/facebook.svg') no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
    border: 1px solid #1877f2;

}

#facebook-connect:hover {
    border-color: #1877f2;
    background: #1877f2 url('../../images/facebook-white.svg') no-repeat scroll 5px 0px / 30px 50px padding-box border-box;
}

#facebook-connect span {
    color: #1877f2;
}

#line-connect {
    background: rgb(255, 255, 255) url('../../images/line.svg') no-repeat scroll 13px 0px / 28px 45px padding-box border-box;
    border: 1px solid #00c300;
}

#line-connect:hover {
    border-color: #00c300;
    background: #00c300 url('../../images/line-white.svg') no-repeat scroll 13px 0px / 28px 45px padding-box border-box;
}

#line-connect span {
    color: #00c300;
}

#facebook-connect,
#line-connect {
    padding-left: 10%;
    width: calc(50% - 5px);
    float: left;
    border-radius: 0;
}

#facebook-connect span,
#line-connect span {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: 0px none rgb(255, 255, 255);
    outline: rgb(255, 255, 255) none 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#facebook-connect:hover,
#line-connect:hover {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease-out;
}

#facebook-connect:hover span,
#line-connect:hover span {
    color: #FFF;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pass-switch {
    position: relative;
}

.pass-switch .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #f36c01;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}

.pass-switch .ptxt:hover {
    color: #333333;
}

.input-group .input-group-append button {
    border: none;
    border-bottom: 2px solid #e4d1d3;
    background-color: #e4d1d3;
}