﻿.rounded-0 {
    border-radius: 18px !important;
}

.heading {
    color: white;
}

nav#menu-js {
    display:none;
}

.main {
    background-color: #FFFFFF;
    width: 320px;
    height: 600px;
    margin: auto;
    margin-top: 20px;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.sign {
    padding-top: 40px;
    color: gray;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.two {
    padding-top: 0.1px;
    color: gray;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.un {
    /*width: 75%;*/
    color: rgb(38, 50, 56);
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 14px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid gray;
    /*margin-bottom: 50px;*/
    /*margin-left: 46px;*/
    text-align: center;
    /*margin-bottom: 27px;*/
    font-family: 'Montserrat', sans-serif;
}

form.form1 {
    padding-top: 50px;
}

form{
    justify-items: center;
}

.pass {
    /*width: 75%;*/
    color: rgb(38, 50, 56);
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 14px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid gray;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.pass-box {
    text-align: center;
}

.un:focus, .pass:focus {
    border: 2px solid rgba(0, 0, 0, 0.18) !important;
}

.submit {
    cursor: pointer;
    border-radius: 5em;
    color: white;
    background-color: #003366;
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: sans-serif;
    margin-left: 35%;
    font-size: 18px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.forgot {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: white;
    padding-top: 15px;
}

a {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: gray;
    text-decoration: none
}

.form-check-label {
    color: gray;
}

.col-md-4 offset-md-4 {
    width: 100px;
}

#test-link {
    color: #007bff !important;
    text-decoration: none !important;
}

    #test-link:hover {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }

/*CSS DE FONDO LOGIN*/

nav.navbar.navbar-expand-lg.navbar-light.bg-white {
    display: none;
}

body {
    overflow: hidden;
}

.heading {
    position: absolute;
    width: 100%;
}

.heading h1 {
    color: limegreen;
    font-size: 70px;
}

.heading h3 {
    color: wheat;
    font-size: 20px;
}



#particles-js {
    background: rgb(51,126,255);
    background: linear-gradient(180deg, rgba(51,126,255,1) 0%, rgba(15,28,112,1) 100%);
    height: 100vh;
    overflow: hidden;
}
@media screen and (min-width: 200px) and (max-width:350px) {
    body {
        overflow: visible;
    }
}

