body {
    background-color: #e6d3a4;
    background-position: center;
    background-size: 300px;
    background-repeat: repeat;
    font-family: 'Ubuntu', sans-serif;
    background-image: url(../media/aprobado.jpg);
}

body:before{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: black;
    opacity: 0.6;
    z-index: -2;

}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 30px;
}

.terms {
    font-size: 0.8em;
}

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

.playlists {
    display: block;
    font-weight: bold;
}

.terms {
    margin: 5px;
    color: #333;
}

.playlists-label {
    margin: 10px 0;
    display: block;
    font-weight: bolder;
}

.playlists-list {
    margin: 20px 0;
    display: block;
    width: 100%;
    height: 40px;
}

.sign {
    padding-top: 40px;
    color: #8C55AA;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;/playlist.php
}

.un,song {
    width: 100%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}

form.form1 {
    padding: 40px;
}

.pass {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}


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

}

.submit {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: linear-gradient(to right, #9C27B0, #E040FB);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 35%;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
}

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

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

.result-info {
    padding: 10px 20px;
}

@media (max-width: 600px) {
    .main {
        width: 100%;
    }
}

@media (min-width: 992px) {
    body {
        background-image: url(../media/aprobado.jpg);
    }
}


.logo img {
  max-width: 200px;
}
