/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-nov-2015, 14.52.37
    Author     : Admin
*/
/*@import url(https://fonts.googleapis.com/css?family=Lato);*/

@font-face {
    font-family: myLato;
    src: url("../../fonts/lato-blackitalic.ttf");
}

.mybtn-primary {
    background-color: rgb(47, 61, 68);

    border-color: rgb(47, 61, 68);
    color: white;
}

.mybtn-primary:hover, .mybtn-primary:active, .mybtn-primary.hover {
    background-color: #222d32;
    color: white;
}


.btn-primary {
    background-color: #47616D;
    border-color: #547486
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #374A52
}


a {
    color: #F3F3F3;
}

a:hover {
    color: #47616D;
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    /* background: #356aa0;
     background: -moz-linear-gradient(top,  #356aa0 0%, #356aa0 100%);
     background: -webkit-linear-gradient(top,  #356aa0 0%,#356aa0 100%);
     background: linear-gradient(to bottom,  #356aa0 0%,#356aa0 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 );
    */
    background: url('../img/bg8.jpg');
}

.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 {


    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, .edit:focus {
    color: white;
    background: transparent;
}

.edit {
    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;
}

.form-control::placeholder {
    color: #999;
}