.modal-dialog{
    padding-top: 100px;
    width: 600px;
    margin: 30px auto;
}
.modal-content{
   width: 520px;
}
.modal-footer{
    margin-top: 0px;
    padding: 12px;
    text-align: center;
    display:block;
}
.modal-body{
    line-height: 20px;
    padding:15px;
}
.modal-body>ul{
  padding-left: 0px;
    margin-bottom: 0px;
}
.modal-body>ul>li{
    line-height: 25px;
    color: #777777;
    list-style-type: disc;
    margin-left: 18px;
    font-size: 14px;
}
.modal-title{
    font-size: 19px;
    font-weight: 600;
    color: #444444;
}
.modal-title-2{
    margin-left: 14px;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
    margin-top: 8px;
}
.btn-login-3{
    background-color: rgb(24,144,255);
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
}
.btn-login-3.active, .btn-login-3:focus, .btn-login-3:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(70,166,255);;

}
.btn-login-2.active, .btn-login-2:focus, .btn-login-2:hover {
    color: rgb(24,144,255);
    text-decoration: none;
    background-color: rgb(232,244,255);
    border-color: rgb(186,222,255);
}
.btn-login-2{
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    border-color: rgb(220,223,230);
    font-weight: normal;
    padding: 6px 12px;
}
.btn{
    border-width: 1px;
}

