
@font-face {
    font-family: myLato;
    src: url("../../fonts/lato-blackitalic.ttf");
}


.btn-primary{background-color:#1E40AF;border-color:#1E40AF}
.btn-primary:hover,.btn-primary:active,.btn-primary.hover{background-color:#1E3A8A;border-color:#1E3A8A;}


a{
    color:#1E40AF;
}

a:hover{
    color:#1E3A8A;
    text-decoration: none;
}
body{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: #E5E5E5;
}

.myoutline:hover{
    color:whitesmoke;
}

.mtop{
    margin-top:15%;
}

.mt{
    padding-top: 40px;
}

.logo{

    width: 120px;
    height: 120px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    background: rgba(25,25,25,0.8);
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.mheader{

    font-size: 4em;
    text-align: center;
    color: white;
    font-weight: bold;
}



.mbody2{

    background: #FFFFFF;

    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}


.mbody{
    background: rgba(25, 25, 25, 0.8);
    height: 550px;
    width: 500px;
    padding-left: 40px;
    padding-right: 40px;
}



.edit{
    background: transparent;
    color:black;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}


.btn-custom {
    background-color: #47616D;
    border-color: #547486;
    color:white;
    height: 40px;
    font-weight: bold;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
    background-color: #374A52;
    border-color:#374A52;
    color:white;
    font-weight: bold;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
    background-color: #374A52;
    border-color: #374A52;
    color:white;
    font-weight: bold;
}
