@font-face {
	font-family: 'MTS';
	src: url("font/Montserrat/static/Montserrat-Regular.ttf") format("truetype")
}
@font-face {
	font-family: 'MTS-b';
	src: url("font/Montserrat/static/Montserrat-Bold.ttf") format("truetype")
}
@font-face {
	font-family: 'Coolvetica';
	src: url("font/coolvetica/coolvetica rg.otf") format("OpenType")
}

body{
    background-color: #E6F4FF;
    margin: 0;
}
h1{
    color: #002952;
    font-family: 'Coolvetica';
    font-weight: 550;
    font-size: 2.5em;
}
.login{
    width: 96%;
    padding: 1% 2%;
}
.header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 96%;
    padding: 1% 2%;
    border-bottom: 1px solid #95A8BA ;
}
.header-nav{
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.active{
    border-bottom: 3px solid #C0E3FF;
}
.header-user{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    width: 15%;
}
.arrow{
    display: flex;
    align-items: center;
    background-color: #C0E3FF;
    color: #002952;
    margin-left: -4%;
    padding: 1% 5%;
    border-radius: 30px;
}
.user-icon{
    display: flex;
    align-items: center;
    justify-content: center;  
    background-color: #002952;
    width: 50px;
    z-index: 1;
    height: 50px ;
    border-radius: 999999px;
}
.icon{
    color: white;
    font-size: 1.2em;
}
.header-user-modal{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    font-family: "MTS-b" ;
    position: relative;
    left: 86%;
    margin: -10px 0 -4% 0;
    padding: 0.5% 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    width: 12%;
    height: 7vh;
    color: #002952;
    background-color: #fff;
}
.footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 7% 5% 0 5%;
}
.flex-col{
    display: flex;
    flex-direction: column;
    font-family: 'MTS-b';
    font-size: 1.2em;
    color: #002952;
}
.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}
a{
    text-decoration: none;
    color: #002952;
}
.color-blue{
    color: #002952;
}
.mts{
    font-family: "MTS";
    font-size: 1.2em;
}
.link-bold{
    font-family: 'MTS-b';
}
.back-btn{
    margin: 1em 1em 0 0;
}