/* Reset some default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Basic styling for the navigation bar */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
}
.navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #274c77;
    overflow: hidden;
}

.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.navbar a:hover {
    background-color: #6096ba;
}
/* Style for the logo container */
.logo-container {
    float: left;
    margin: 5px 5px 0 20px;
    display: inline;
}
/* Style for the logo image */
.logo img {
    height: 20px;
    width: 15px;
    vertical-align: middle;
}
/* Style for the logo text */
.logo h3 {
    display: inline;
    color: white;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    /* Adjust the margin as needed */
}

/* Style for the login button */
.login-button {
    float: right;
    margin-right: 20px;
    margin-bottom: 5px;
}
/* Ensure all items are in one line */
.navbar::after {
    content: "";
    display: table;
    clear: both;
}
.title {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navigation-bar{
    height: 100px;
    width: 100%;
}
/*First page*/
/* Login/registration page */


display-flex,.display-flex,.display-flex-center,.signup-content{
    display: flex;
    display: -webkit-flex;
}





a:focus,a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s
}




input:focus,select:focus,textarea:focus {
    outline: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important
}

.payment{
   
        display: inline-block;
        background: #ffa500;
        color: #fff;
        border-bottom: none;
        width: auto;
        padding: 15px 39px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        margin-top: 25px;
        cursor: pointer
    
}



figure {
    margin: 0
}

p {
    margin-bottom: 0;
    font-size: 15px;
    color: #777
}

h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #222;
    font-family: Poppins;
    font-size: 36px
}

.main {
    background: #f8f8f8;
    padding: 150px 0
}

.clear {
    clear: both
}

.main {
    font-size: 13px;
    line-height: 1.8;
    color: #222;
    background: #f8f8f8;
    font-weight: 400;
    font-family: Poppins
}

.container {
    width: 900px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
    -moz-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
    -o-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
    -ms-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
    border-radius: 20px;
   
}


.signup {
    margin-bottom: 150px
}

.signup-content {
    padding: 75px 0;
}

.signup-form,.signup-image,.signin-form,.signin-image {
    width: 50%;
    overflow: hidden;
}

.signup-image {
    margin: 0 55px;
   
   
}

.form-title {
    margin-bottom: 33px
}

.signup-image {
    margin-top: 45px
}

figure {
    margin-bottom: 50px;
    text-align: center
}

.form-submit {
    display: inline-block;
    background: #6dabe4;
    color: #fff;
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer
}

.form-submit:hover {
    background: #4292dc
}


.signup-image-link {
    font-size: 14px;
    color: #222;
    display: block;
    text-align: center
}


.signup-form {
    margin-left: 75px;
    margin-right: 75px;
    padding-left: 34px
}

.register-form {
    width: 100%
}

.form-group {
    position: static;
    margin-bottom: 25px;
    overflow: hidden
}

.form-group:last-child {
    margin-bottom: 0
}

input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;
    font-family: Poppins;
    box-sizing: border-box
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input:focus {
    border-bottom: 1px solid #222
}

input:focus::-webkit-input-placeholder {
    color: #222
}

input:focus::-moz-placeholder {
    color: #222
}

input:focus:-ms-input-placeholder {
    color: #222
}

input:focus:-moz-placeholder {
    color: #222
}
.signup img {
    
        max-width: 100%;
        height: auto;
}
