﻿
html {
    background: url("/Files/Images/2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
}

body {
    margin: auto;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: rgba(255, 255, 255, 0.95); /* fallback for old browsers */
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {

}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
    width: 100%;
    padding: 3% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: rgba(32,32,32, 0.9);
    max-width: 640px;
    margin: auto;
    padding: 45px;
    text-align: center;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
    border-radius: 5px;
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 15px;
        padding: 15px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius:3px;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #4CAF50;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
        border-radius:3px;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: #43A047;
        }

    .form .message {
        margin: 15px 0 0;
        color: #b3b3b3;
        font-size: 12px;
    }

        .form .message a {
            color: #4CAF50;
            text-decoration: none;
        }

    .form .register-form {
        display: none;
    }



@media screen and (min-width: 601px) {
    .fontPageHead {
        font-size: 70px;
    }
    .fontPageHead1 {
        font-size: 30px;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    .fontPageHead {
        font-size: 40px;
    }

    .fontPageHead1 {
        font-size: 20px;
    }
}


.errorMessage {
    color: red;
    font-size: 1rem;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
    /*background-color: red;*/
    border-radius: 3px;
}



.btnSuccess {
    /*font-family: 'Ropa Sans', sans-serif;*/
    font-family: 'Assistant', sans-serif !important;
    text-transform: uppercase !important;
    outline: none !important;
    background: #4CAF50 !important;
    width: 100% !important;
    border: 0 !important;
    padding: 15px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    -webkit-transition: all 0.3 ease !important;
    transition: all 0.3 ease !important;
    cursor: pointer !important;
    border-radius: 3pxv;
    margin: 5px 0 !important;
    font-weight: bold !important;
}

    .btnSuccess:hover, btnSuccess:active, btnSuccess:focus {
        background: #43A047 !important;
    }


.btnWhite {
    /*font-family: 'Ropa Sans', sans-serif;*/
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    outline: none;
    background: #FFFFFF;
    width: auto;
    border: 0;
    padding: 15px;
    color: #2E5191;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0;
    font-weight: bold;
}

    .btnWhite:hover, btnWhite:active, btnWhite:focus {
        background: #f2f2f2 !important;
    }

.btnBlue {
    /*font-family: 'Ropa Sans', sans-serif;*/
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #0062cc;
    margin: 0 0 15px;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0;
    font-weight: bold;
}

    .btnblue:hover, .btnblue:active, .btnblue:focus {
        background: #0056b3;
    }

.btnBack {
    /*font-family: 'Ropa Sans', sans-serif;*/
    font-family: 'Assistant', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #ababab;
    margin: 0 0 15px;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0;
    font-weight: bold;
}

    .btnBack:hover, .btnBack:active, .btnBack:focus {
        background: #c4c4c4;
    }



.navbar-logo {
    height: 50px;
    background-image: url("/Files/Images/conset-logo-top.svg");
}




.row-light {
    background-color: rgba(255, 255, 255, 0.5);
    color: #2E5191;
    padding-top: 30px;
    padding-bottom: 30px;
}

.row-dark {
    background-color: rgba(220,220,220, 0.5);
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
}



.first-element{
    margin-top:60px;
}