﻿body {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    font-weight: 600;
    font-family: 'Ubuntu';
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center center;
    padding: 0px 0;
    background-color: #91cdf0;
    margin-bottom: 120px;
}

p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #777;
}

h1 {
    font-family: 'Fredoka One', sans-serif;
    color: white;
    text-align: center;
}
h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    /*margin-bottom: 40px;*/
    letter-spacing:1px;
}

.display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.signup-content {
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 50px 85px;
    box-shadow: 2px 2px 5px #ccc;
}

.header_container {
    width: 800px;
}

.container {
    padding-bottom: 15%;
    width: 600px;
}

.register-content {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    cursor: pointer;
}

.register-content:hover {
        background-color: white;
        border-radius: 10px;
        padding: 20px;
        margin: 10px;
        border: 3px solid #09539a;
        cursor: pointer;
}

.sub-header {
    padding: 25px;
    background-color: #ef5d50;
}

.sub_header_account {
    background-color: #ffb400;
}

.p-white {
color:#ffffff;
}


.shadow-hover {
}
    
.shadow-hover:hover {
        box-shadow: 0px 15px 10px -15px #111;
}

.logo_martina {
    width: 120px;
    margin-bottom: 10px;
    position: absolute;
    left: 49%;
    margin-left: -50px !important; /* 50% of your logo width */
    display: block;
    margin: -30px;
}

@media screen and (max-width: 768px) {
    .container {
        width: calc(100% - 20px);
        max-width: 100%;
        margin-bottom: 15%;
    }
}

@media screen and (max-width: 480px) {
    .signup-content {
        padding: 50px 25px;
        box-shadow: 2px 2px 5px #ccc;
    }
}

