.global-message 
{
    position: fixed;
    right: 10px;
    bottom: 10px;
    min-width: 500px;
    text-align: left;
    font-weight: bold;
    z-index: 9999;
    border-radius: 50px;
}
.rtl { direction: rtl; }
.close.btn
{
    border: 1px solid #c9c9c9;
    float: right;
    padding: 1px 10px;
    border-radius: 5px;
    background: #DDD;
}

main {
    margin-top: 80px;
}

.registeration-form, .setting-form, .view-student-page  {
    width: 70%;
    margin: auto;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.term {
    float: right;
    direction: rtl;
    clear: both;
}
.terms .form-check-label { 
    float: left;
    padding-right: 25px;
    font-size: 12px; 
    text-align: right;
}

.terms .form-check-input { 
    float: right;
    margin-left: 10px;
}

.term-header {
    font-size: 12px;
    text-align: right;
}

@media only screen and (max-width: 992px)
{
    main {
        margin-top: 100px;
    }

    main .registeration-form h2 {
        font-size: 22px;
    }
}


@media only screen and (max-width: 767px)
{
    main {
        margin-top: 150px;
    }

    main .registeration-form h3 {
        text-align: center;
    }

    main .registeration-form .img-container {
        text-align: center!important;
    }
    
    input[name='participate'] + label {
        width: 150px!important;
    }
    
    .global-message {
        text-align: center;
        width: 100%;
        right: 0;
        min-width: 0;
    }
}

@media only screen and (max-width: 600px)
{
    input[name='participate'] + label {
        width: 150px!important;
        font-size: 18px;
        padding: .5rem;
    }
}

@media only screen and (max-width: 400px)
{
    input[name='participate'] + label {
        width: 100%!important;
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px)
{
    input[name='participate'] + label {
        width: 90%!important;
        font-size: 14px;
    }
}
