/* .container {
    margin-top: 10%;
} */

.logo img{
    width: 80%;
    margin-bottom: 15%;
}

.textbox-container {
    margin-bottom: 5px;
}

.text-width {
    width: 300px;
}

.contents-margin {
    margin: 15px;
}

.reset-header {
    background-color: rgba(220, 230, 241);
}

.reset-header img{
    width: 50%;
    margin-bottom: 30px;
}

.header-tag {
    background-color: rgba(220, 230, 241);
}
.header-tag img{
    width: 50%;
    margin-bottom: 30px;
}

#copyright {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(220, 230, 241);
}

body {
    font-size: 14px;
    color: #333333;
    font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /* overflow: hidden; */
    line-height: 1.5;
}

.warning-style {
    color: #856404;
}


/* html {
    font-size: 13px;
} */
.bg-custom{
    background-color: #479cec;
}
.header{
    height:44px;
    font-size: 14px;
}

.footer{
    height:22px;
    font-size: 13px;
}
.navbar {
  padding: 0.2rem 0.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #317eac;
}

.inline-block{
    display: inline-block !important;
}

.body-profile {
    background-color: #f5f5f5 !important;
    padding-top: 6em;
    padding-bottom: 6em;
}
.portal{
    font-size: 16px !important;
}

.header-login{
    /* margin-top: 60px; */
    margin-bottom: 40px;
    text-align: center;
}

.dinagon{
    border-radius: 5px;
    box-shadow: 0px 2px 5px #ccc; 
    background-color: rgb(247, 247, 247);
    padding: 30px;
}

.area{
    border: 1px solid #dddddd;
    border-radius: 5px; 
    background-color: #ffffff;
}