
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 430px) { 
    .ryhmainfo, 
    .ryhmainfo.closed {
        width: 100%;
        margin: 10px 0 0 0;
    }
}
@media (min-width: 430.1px) and (max-width: 575.98px) { 

    input {
        border-radius: 0;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

@media screen and (min-width: 768px){
    #bodycontent > .container{
        width: 670px;
        margin: 0 auto;
    }
    .top-container > .container{
        width: 670px;
        margin: 0 auto;
    }
}

/* new_password.php needs this */
#passwordScoreContainer {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
#passwordScoreContainer.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#passwordScoreContainer.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
